search

search is a command for coding agents from rolecraft-sh/rolecraft. It costs 0 tokens per session (430 once invoked), scanned A, original, MIT.

A command for finding coding-agent skills on GitHub, the experimental skills.sh directory, or the rolecraft Registry.

In plain words
What is it for?
Finding skills by keyword, including code-review or multi-word searches, and optionally browsing results interactively.
Why use it?
It avoids searching each source manually and shows installation details for matching skills.

Command

Install

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.

agentmods
npx agentmods add commands/rolecraft-sh/rolecraft/search
Clone the repo
git clone --depth 1 https://github.com/rolecraft-sh/rolecraft

Wrote 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.

agentmods badge for search

README.md
[![agentmods](https://agentmods.dev/badge/commands/rolecraft-sh/rolecraft/search.svg)](https://agentmods.dev/commands/rolecraft-sh/rolecraft/search)
Your own site
<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>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 430 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 4d ago against content hash e074809c1186, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

docs/commands/search.md · 64 lines

What it actually says

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')
Changes

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.

  1. 4d ago First seen · 64 lines · 0 tokens per session scan A e074809c1186

Subscribe to this mod's changes

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.