# 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. Use when this capability is needed.

- Skill: `tomevault-io/tokrepo-search` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/tokrepo-search`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/tokrepo-search/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/tokrepo-search

---


# 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: [henu-wang/tokrepo-codex-plugin](https://github.com/henu-wang/tokrepo-codex-plugin) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-05-23 -->

