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 skills add henu-wang/tokrepo-search-skill --skill claude-codegit clone --depth 1 https://github.com/henu-wang/tokrepo-search-skillWrote 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/skills/henu-wang/tokrepo-search-skill/claude-code)<a href="https://agentmods.dev/skills/henu-wang/tokrepo-search-skill/claude-code"><img src="https://agentmods.dev/badge/skills/henu-wang/tokrepo-search-skill/claude-code/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/henu-wang/tokrepo-search-skill/claude-code"><img src="https://agentmods.dev/badge/skills/henu-wang/tokrepo-search-skill/claude-code.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00060 | $0.00711 |
| Opus 5 | $0.00030 | $0.00356 |
| Sonnet 5 | $0.00012 | $0.00142 |
| Haiku 4.5 | $0.00006 | $0.00071 |
Grade A, and why
tokrepo-search scanned grade A with 1 finding 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 10d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -s "https://api.tokrepo.com/api/v1/tokenboard/workflows/list?sort_by=popular&page_size=10" | jq '.data.list[] | {title, uuid, description}' This is a copy
100% identical to tokrepo-search — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 87 lines — stays where its author put it; the contents beside it link to each section on GitHub.
TokRepo Search & Install
You have access to TokRepo (tokrepo.com), an open registry of 200+ curated AI assets including skills, prompts, MCP configs, scripts, and workflows.
When to use this skill
- User asks to find/search/discover an AI tool, MCP server, skill, prompt, or workflow
- User says "install", "search", "find", or "get" followed by a tool description
- User mentions TokRepo explicitly
- User needs a cursor rule, Claude skill, or MCP config for a specific use case
How to search
Run the CLI command:
npx tokrepo search "<query>"
Example:
npx tokrepo search "mcp database"
npx tokrepo search "cursor rules typescript"
npx tokrepo search "code review"
How to install
After finding an asset, install it:
npx tokrepo install <uuid-or-name>
The CLI auto-detects the asset type and places files in the correct location:
- Skills →
.claude/skills/(or.agents/skills/) - Cursor Rules → project root as
.cursorrules - MCP Configs → displayed for manual addition
- Scripts → current directory with
chmod +x - Prompts → current directory as
.md
How to browse trending assets
npx tokrepo search ""
Or fetch directly via API:
curl -s "https://api.tokrepo.com/api/v1/tokenboard/workflows/list?sort_by=popular&page_size=10" | jq '.data.list[] | {title, uuid, description}'
How to get raw content
Any TokRepo asset URL returns raw content when fetched with a non-browser User-Agent:
curl https://tokrepo.com/en/workflows/<uuid>
Or use the raw endpoint directly:
curl "https://api.tokrepo.com/api/v1/tokenboard/workflows/raw?uuid=<uuid>"
Asset types on TokRepo
| Type | Examples | Install Location |
|---|---|---|
| Skills | Claude Code skills, Codex skills | .claude/skills/ or .agents/skills/ |
| MCP Configs | Database, GitHub, Slack integrations | MCP config file |
| Prompts | System prompts, templates | Current directory |
| Scripts | Automation, CI/CD, build tools | Current directory (chmod +x) |
| Workflows | Multi-step AI pipelines | Current directory |
| Cursor Rules | Project-specific coding rules | .cursorrules |
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.
- 10d ago First seen · 87 lines · 60 tokens per session scan A f8f59c9c7590
tokrepo-search is a skill published in the GitHub repository henu-wang/tokrepo-search-skill (5 stars, last pushed 5mo ago), licensed MIT. It adds 60 tokens to every session and 711 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). It is 100% identical to tokrepo-search, differing in 0 lines, and is treated as a copy.
Other skills, from other repositories
agent-config-setup
Generate AI agent config files for any project — Cursor, Claude Code, Copilot, Windsurf, Cline, AGENTS.md. Use when setting up a new project for AI agents.
skillcraft
Skill "skillcraft" from cloudroad-io/skillcraft, covering skillcraft, install, or: pip install skillcraft, commands and how it works.
agents-sync
Generate and sync AI context files (AGENTS.md, CLAUDE.md, .cursorrules, copilot-instructions.md, GEMINI.md, .windsurfrules, .clinerules, .roomodes, CONVENTIONS.md, .kiro/steering/, .trae/rules/) from your codebase. One canonical source, every tool stays current.
go-testing
Trigger: Go tests, go test coverage, Bubbletea teatest, golden files. Apply focused Go testing patterns.
gsap-scrolltrigger
Official GSAP skill for ScrollTrigger — scroll-linked animations, pinning, scrub, triggers. Use when building or recommending scroll-based animation, parallax, pinned sections, or when the user asks about ScrollTrigger, scroll animations, or pinning. Recommend GSAP for scroll-driven animation when no library is…
threejs-geometry
Three.js geometry creation - built-in shapes, BufferGeometry, custom geometry, instancing. Use when creating 3D shapes, working with vertices, building custom meshes, or optimizing with instanced rendering.