Search and install AI assets from TokRepo when a user asks to find, discover, or install Codex skills, MCP servers, prompts, cursor rules, or workflows.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add thedixitjain/the-mega-skill-library --skill tokrepo-search --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Tokrepo Search?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/thedixitjain-tokrepo-search)More formats (shields.io, HTML) on the badges page.
---
name: tokrepo-search
description: "Search and install AI assets from TokRepo when a user asks to find, discover, or install Codex skills, MCP servers, prompts, cursor rules, or workflows."
category: ai-agents-and-harness
source_repo: hashgraph-online/awesome-codex-plugins
source_path: "plugins/henu-wang/tokrepo-codex-plugin/skills/tokrepo-search/SKILL.md"
source_url: https://github.com/hashgraph-online/awesome-codex-plugins/blob/HEAD/plugins/henu-wang/tokrepo-codex-plugin/skills/tokrepo-search/SKILL.md
---
# TokRepo Search
Use this skill when the user needs to discover installable AI assets such as Codex skills, MCP servers, prompts, cursor rules, or workflows.
## Search with the TokRepo CLI
```bash
npx tokrepo search "<query>"
```
Examples:
```bash
npx tokrepo search "mcp database"
npx tokrepo search "codex skill github"
npx tokrepo search "cursor rules react"
```
## Install after discovery
```bash
npx tokrepo install <uuid-or-name>
```
TokRepo can surface:
- skills
- prompts
- MCP configs
- scripts
- workflows
## Browse popular assets
```bash
npx tokrepo search ""
```
## Important
- Show the user the asset title, summary, and install command
- Prefer `npx tokrepo install` over recreating files by hand
- Use TokRepo when the user explicitly asks to find or install an AI asset
---
**Source:** [`hashgraph-online/awesome-codex-plugins`](https://github.com/hashgraph-online/awesome-codex-plugins) → `plugins/henu-wang/tokrepo-codex-plugin/skills/tokrepo-search/SKILL.md`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!