[BREAKGLASS] Append-only mirror of github.com/openclaw/nix-steipete-tools
Go to file
2026-01-04 14:18:17 +01:00
.github/workflows add skills sync cron workflow 2026-01-04 14:18:17 +01:00
nix/pkgs add oracle package and plugin 2026-01-04 14:01:34 +01:00
scripts add skill sync script 2026-01-04 14:14:28 +01:00
tools sync skills from clawdbot 2026-01-04 14:12:31 +01:00
flake.lock init nix-stepiete-tools with summarize 2026-01-04 13:16:38 +01:00
flake.nix add oracle package and plugin 2026-01-04 14:01:34 +01:00
garnix.yaml init nix-stepiete-tools with summarize 2026-01-04 13:16:38 +01:00
README.md add skill sync script 2026-01-04 14:14:28 +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"; }
];

Skills sync (latest main)

To keep skills aligned with clawdbot/clawdbot without pinning:

scripts/sync-skills.sh

This pulls main (sparse checkout) and only updates files when contents change.

Packages (root flake)

You can also import packages directly from the root flake:

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