TokRepo Search & Install
Search and install AI assets from TokRepo — the open registry for skills, prompts, MCP configs, scripts, and workflows. Use when the user asks to find, search, discover, or install AI tools, MCP servers, Claude skills, cursor rules, prompts, or workf
Install in one line
CLI$ mfkvault install tokrepo-search-installRequires the MFKVault CLI. Prefer MCP?
Free to install — no account needed
Copy the command below and paste into your agent.
Instant access • No coding needed • No account needed
What you get in 5 minutes
- Full skill code ready to install
- Works with 3 AI agents
- Lifetime updates included
Description
--- name: tokrepo-search description: Search and install AI assets from TokRepo — the open registry for skills, prompts, MCP configs, scripts, and workflows. Use when the user asks to find, search, discover, or install AI tools, MCP servers, Claude skills, cursor rules, prompts, or workflows. user-invocable: true argument-hint: "<query> — e.g. 'mcp database', 'cursor rules react', 'claude skill code review'" --- # 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: ```bash npx tokrepo search "<query>" ``` Example: ```bash 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: ```bash 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 ```bash npx tokrepo search "" ``` Or fetch directly via API: ```bash 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: ```bash curl https://tokrepo.com/en/workflows/<uuid> ``` Or use the raw endpoint directly: ```bash 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` | ## Important - Always show the user the asset title, description, and install command - Prefer `npx tokrepo install` over manual file creation - TokRepo assets are community-curated and quality-reviewed - All assets are free and open-source
Security Status
Unvetted
Not yet security scanned
Related AI Tools
More Grow Business tools you might like
Linear
FreeManaging Linear issues, projects, and teams. Use when working with Linear tasks, creating issues, updating status, querying projects, or managing team workflows.
codex-collab
FreeUse when the user asks to invoke, delegate to, or collaborate with Codex on any task. Also use PROACTIVELY when an independent, non-Claude perspective from Codex would add value — second opinions on code, plans, architecture, or design decisions.
Rails Upgrade Analyzer
FreeAnalyze Rails application upgrade path. Checks current version, finds latest release, fetches upgrade notes and diffs, then performs selective upgrade preserving local customizations.
Asta MCP — Academic Paper Search
FreeDomain expertise for Ai2 Asta MCP tools (Semantic Scholar corpus). Intent-to-tool routing, safe defaults, workflow patterns, and pitfall warnings for academic paper search, citation traversal, and author discovery.
Hand Drawn Diagrams
FreeCreate hand-drawn Excalidraw diagrams, flows, explainers, wireframes, and page mockups. Default to monochrome sketch output; allow restrained color only for page mockups when the user explicitly wants webpage-like fidelity.
Move Code Quality Checker
FreeAnalyzes Move language packages against the official Move Book Code Quality Checklist. Use this skill when reviewing Move code, checking Move 2024 Edition compliance, or analyzing Move packages for best practices. Activates automatically when working