Agent Plugins Marketplace
All plugins

tokrepo-search

v1.0.0

Search and install AI assets from TokRepo using a bundled skill and MCP server.

Codex1 Skill1 MCP serverstdio

By henu-wangLicense: MIT1.1k GitHub starsUpdated 12 hours ago

Directory evidence

Runtimes
Codex
Parsed components
2 skill or MCP entries
Source updated
Sep 23, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install tokrepo-search for Codex

Installs for the current user
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add tokrepo-search@awesome-codex-plugins

Paste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.

Compatibility: the page URL and API slug “tokrepo-search” remain stable.

  • Codex: tokrepo-search@agent-plugin-marketplacetokrepo-search@awesome-codex-plugins

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/hashgraph-online/awesome-codex-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/henu-wang/tokrepo-codex-plugin/.

Plugin files

plugins/henu-wang/tokrepo-codex-plugin/
├── .codex-plugin/plugin.json
├── skills/tokrepo-search/SKILL.md
└── .mcp.json

Included Skills1

tokrepo-searchskills/tokrepo-search/SKILL.md

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.

MCP servers1

tokrepostdio
command
npx
args
tokrepo-mcp-server

Plugin manifests1

plugins/henu-wang/tokrepo-codex-plugin/.codex-plugin/plugin.json
{
  "name": "tokrepo-search",
  "version": "1.0.0",
  "description": "Search and install AI assets from TokRepo using a bundled skill and MCP server.",
  "author": {
    "name": "henu-wang",
    "url": "https://github.com/henu-wang"
  },
  "homepage": "https://github.com/henu-wang/tokrepo-codex-plugin",
  "repository": "https://github.com/henu-wang/tokrepo-codex-plugin",
  "license": "MIT",
  "keywords": [
    "codex",
    "plugin",
    "skills",
    "mcp",
    "prompts",
    "workflows",
    "registry"
  ],
  "skills": "./skills/",
  "mcpServers": "./.mcp.json",
  "interface": {
    "displayName": "TokRepo Search",
    "shortDescription": "Search TokRepo from Codex",
    "longDescription": "Search and install community-maintained skills, prompts, MCP configs, and workflows from TokRepo with a bundled Codex skill and MCP server.",
    "developerName": "henu-wang",
    "category": "Developer Tools",
    "capabilities": [
      "Interactive",
      "Read"
    ],
    "websiteURL": "https://github.com/henu-wang/tokrepo-codex-plugin",
    "defaultPrompt": "Find an installable Codex skill or MCP server for my task using TokRepo."
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[tokrepo-search on Agent Plugins Marketplace](https://pluginsmp.com/plugins/tokrepo-search)