Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add commands/rolecraft-sh/rolecraft/installgit clone --depth 1 https://github.com/rolecraft-sh/rolecraftWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00000 | $0.01824 |
| Opus 5 | $0.00000 | $0.00912 |
| Sonnet 5 | $0.00000 | $0.00365 |
| Haiku 4.5 | $0.00000 | $0.00182 |
Grade A, and why
install scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 248 lines — stays where its author put it; the contents beside it link to each section on GitHub.
rolecraft install
Install a skill from a local path, GitHub repository, npm package, or registry slug.
Supports single-skill and multi-skill repositories. If a source contains
multiple SKILL.md files (e.g. under skills/), you will be prompted to
select which ones to install.
Usage
rolecraft install <source> [flags]
Source types
Local path
Any directory containing SKILL.md:
rolecraft install ./my-skill
rolecraft install ~/projects/my-skill
rolecraft install /absolute/path/to/skill
GitHub repo
Shorthand owner/repo:
rolecraft install rolecraft-sh/skills
rolecraft install mattpocock/skills
The CLI clones with --depth 1, discovers all SKILL.md files (including
those under skills/, .agents/skills/, etc.), and lets you choose.
Registry slug
The rolecraft Registry provides short, versioned names for published skills:
rolecraft install my-skill
If my-skill isn't a local path, GitHub ref, git URL, or npm ref, rolecraft looks it up in the registry and resolves it to the underlying repo URL. See registry.md for details.
npm package
Install any npm package that contains a SKILL.md:
rolecraft install npm:lodash
rolecraft install npm:@scope/package
rolecraft install npm:[email protected]
rolecraft install npm:@scope/package@latest
The CLI fetches package metadata from the npm registry, downloads and extracts
the tarball, finds SKILL.md recursively, installs it, and cleans up.
Selection flags
| Flag | Description |
|---|---|
--list |
List available skills from the source without installing |
--skill <names> |
Install specific skills by name (comma-separated or repeated flag) |
The --skill flag accepts skill names in two formats:
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 3d ago First seen · 248 lines · 0 tokens per session scan A 22c9c8f41c81
install is a command published in the GitHub repository rolecraft-sh/rolecraft (75 stars, last pushed 5d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,824 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
optimize
Optimize performance [target].
plan-infra
Confirm requirements with the user first, then design cloud infrastructure and write a reproducible spec + diagram into the repo.
takeoff
항공기 이륙 4단계 — develop 리베이스 → push → PR 생성 (원격 영향).
rclone_convmv
Convert file and directory names in place.
init
Generate FILETREE.md from scratch. Confirms overwrite if it already exists. --self-only keeps every artifact out of git.
rclone_copy
Copy files from source to dest, skipping identical files.