tokrepo-search

tokrepo-search is a skill for Claude Code from henu-wang/tokrepo-search-skill. It costs 60 tokens per session (711 once invoked), scanned A, a copy of tokrepo-search, MIT.

A skill for searching and installing AI assets from TokRepo, a registry of skills, prompts, scripts, workflows, and MCP configurations. It uses the TokRepo command-line tool.

In plain words
What is it for?
Use it to search for or install skills, prompts, scripts, workflows, cursor rules, and MCP configurations.
Why use it?
It helps developers find reusable agent resources without locating and placing each file themselves.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter. Also seen: reads .claude/ paths; mentions Claude Code; mentions Codex.

Good fit Use it to search for or install skills, prompts, scripts, workflows, cursor rules, and MCP configurations.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/henu-wang/tokrepo-search-skill/claude-code
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.

Any agent
npx skills add henu-wang/tokrepo-search-skill --skill claude-code
Clone the repo
git clone --depth 1 https://github.com/henu-wang/tokrepo-search-skill

Made for: Claude Code.

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 tokrepo-search

README.md
[![agentmods](https://agentmods.dev/badge/skills/henu-wang/tokrepo-search-skill/claude-code/github.svg)](https://agentmods.dev/skills/henu-wang/tokrepo-search-skill/claude-code)
Your own site
<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.

agentmods 80×15 button for tokrepo-search

Your own site · 80×15
<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>
Per session 60 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 711 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin 100% copy Near-identical to another mod 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.1 $0.00060 $0.00711
Opus 5 $0.00030 $0.00356
Sonnet 5 $0.00012 $0.00142
Haiku 4.5 $0.00006 $0.00071

Measured 10d ago against content hash f8f59c9c7590, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

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}'
Origin

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.

claude-code/SKILL.md · 87 lines

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

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

Read the full file on GitHub · 87 lines

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. 10d ago First seen · 87 lines · 60 tokens per session scan A f8f59c9c7590

Subscribe to this mod's changes

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.

Related

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.

ofershap/create-agent-config · 43 tokens

skillcraft

Skill "skillcraft" from cloudroad-io/skillcraft, covering skillcraft, install, or: pip install skillcraft, commands and how it works.

cloudroad-io/skillcraft · 0 tokens

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.

googlarz/agents-sync · 82 tokens

go-testing

Trigger: Go tests, go test coverage, Bubbletea teatest, golden files. Apply focused Go testing patterns.

Gentleman-Programming/gentle-ai · 26 tokens

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…

calesthio/OpenMontage · 68 tokens

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.

calesthio/OpenMontage · 46 tokens