Skip to main content
Generalhashgraph-online

tokrepo-search

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.

Stars
336
Source
hashgraph-online/awesome-codex-plugins
Updated
2026-05-27
Slug
hashgraph-online--awesome-codex-plugins--tokrepo-search
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/hashgraph-online/awesome-codex-plugins/HEAD/plugins/henu-wang/tokrepo-codex-plugin/skills/tokrepo-search/SKILL.md -o .claude/skills/tokrepo-search.md

Drops the SKILL.md into .claude/skills/tokrepo-search.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

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

npx tokrepo search "<query>"

Examples:

npx tokrepo search "mcp database"
npx tokrepo search "codex skill github"
npx tokrepo search "cursor rules react"

Install after discovery

npx tokrepo install <uuid-or-name>

TokRepo can surface:

  • skills
  • prompts
  • MCP configs
  • scripts
  • workflows

Browse popular assets

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