[BREAKGLASS] Append-only mirror of github.com/openclaw/nix-steipete-tools
Go to file
2026-01-04 13:37:15 +01:00
nix/pkgs add poltergeist package and plugin 2026-01-04 13:37:15 +01:00
tools add poltergeist package and plugin 2026-01-04 13:37:15 +01:00
flake.lock init nix-stepiete-tools with summarize 2026-01-04 13:16:38 +01:00
flake.nix add poltergeist package and plugin 2026-01-04 13:37:15 +01:00
garnix.yaml init nix-stepiete-tools with summarize 2026-01-04 13:16:38 +01:00
README.md init nix-stepiete-tools with summarize 2026-01-04 13:16:38 +01:00

nix-stepiete-tools

Nix packaging for Peter Steinberger's tools, with per-tool clawdbot plugins.

Darwin-only for now (aarch64-darwin).

Usage (clawdbot plugins)

Each tool is a subflake under tools/<tool> and exposes clawdbotPlugin.

Example (summarize):

plugins = [
  { source = "github:clawdbot/nix-stepiete-tools?dir=tools/summarize"; }
];

Packages (root flake)

You can also import packages directly from the root flake:

inputs.nix-stepiete-tools.packages.${pkgs.system}.summarize