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/searchgit clone --depth 1 https://github.com/rolecraft-sh/rolecraftWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/rolecraft-sh/rolecraft/search)<a href="https://agentmods.dev/commands/rolecraft-sh/rolecraft/search"><img src="https://agentmods.dev/badge/commands/rolecraft-sh/rolecraft/search.svg" alt="Measured on agentmods" height="20"></a>What 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.00430 |
| Opus 5 | $0.00000 | $0.00215 |
| Sonnet 5 | $0.00000 | $0.00086 |
| Haiku 4.5 | $0.00000 | $0.00043 |
Grade A, and why
search 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 4d 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.
What it actually says
rolecraft search
Search for skills on GitHub, skills.sh (experimental), or the rolecraft Registry.
Usage
rolecraft search <query> [--interactive] [--skills-sh] [--registry]
Description
GitHub (default)
Queries the GitHub API for repositories containing SKILL.md files matching your query. Results include stars, language, and the exact install command.
Use --interactive to open an arrow-key navigable TUI. Browse results with ↑/↓, select with Enter, or quit with q. A status bar at the bottom shows available commands.
skills.sh (experimental)
⚠️ Experimental. The skills.sh API is undocumented and may change or become unavailable without notice.
Use --skills-sh to search the skills.sh skill directory instead of GitHub. Results include install counts and the exact install command.
Registry
Use --registry to search the rolecraft Registry — a community-driven index of published skills. Results include version, author, and the exact install command (using short slugs).
See registry.md for details.
Examples
# Search by keyword
rolecraft search code-review
# Multi-word search
rolecraft search "code review typescript"
# Search for prompt skills
rolecraft search prompt
# Search + pick to install (TUI)
rolecraft search code-review --interactive
# Multi-word search + install
rolecraft search "code review" --interactive
# Search skills.sh directory (experimental)
rolecraft search react --skills-sh
# Search the rolecraft Registry
rolecraft search code-review --registry
Node.js API
This command is also available as a programmatic function. See the Node.js API documentation for detailed usage.
import { search } from 'rolecraft'
const results = await search('code-review')
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.
- 4d ago First seen · 64 lines · 0 tokens per session scan A e074809c1186
search is a command published in the GitHub repository rolecraft-sh/rolecraft (75 stars, last pushed 7d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 430 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
audit-artifacts
List suspicious root agent process files and placement directories.
audit
Diff live infrastructure against the spec and report drift by component name.
uninstall
Uninstall filetree from this repo — un-wires CLAUDE.md/AGENTS.md, removes generated artifacts (confirmed per item), tears down self-only mode if enabled.
research-component
Research and add a new infra component from a documentation link the user provides — crawl the docs, fan out subagents over the relevant subpages, then write, register, and validate the component.
vp-get-active-cell
VP Get active cell ( vpAreaName : Text { ; sheet : Integer } ) : Object.
vp-get-frozen-panes
VP Get frozen panes ( vpAreaName : Text { ; sheet : Integer } ) : Object.