Canonical GitHub landing page for TokRepo, the agent-native registry for reusable AI assets.
SaferSkills independently audited tokrepo (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
TokRepo is an open registry for AI assets.
It helps humans and agents find, inspect, and install:
Website: https://tokrepo.com
TokRepo is designed to become infrastructure for agent-to-tool and agent-to-agent work: humans give the task, agents plan autonomously, discover reusable capabilities through TokRepo, install only through typed contracts, and hand reusable improvements back after confirmation.
io.github.henu-wang/tokrepo-mcp-serverAGENTS.md variantsBootstrap a project so future agents discover TokRepo during planning:
npx -y tokrepo@latest init-agent --target allThis writes managed instructions for Codex/generic agents, Claude Code, Gemini CLI, Cursor, GitHub Copilot, Cline, Windsurf, Roo, OpenHands, Aider, and MCP-compatible clients.
Planning-time fallback for agents without MCP:
npx -y tokrepo@latest agent-check "write SEO content for product pages" --json
npx -y tokrepo@latest agent-handoff --jsonInstall the CLI:
npm install -g tokrepoSearch and install:
tokrepo search "mcp database"
tokrepo install <name-or-uuid>Or use without installing:
npx -y tokrepo@latest search "claude code"
npx -y tokrepo@latest install awesome-cursor-rulesAdd TokRepo as an MCP server:
claude mcp add tokrepo -- npx -y tokrepo-mcp-server
codex --mcp-server tokrepo -- npx -y tokrepo-mcp-server
gemini settings mcp add tokrepo -- npx -y tokrepo-mcp-servertokrepo agent-check "<task>" --jsontokrepo agent-handoff --jsonMost GitHub discovery still happens through repository names, README text, topics, and linked repos.
This repo is the canonical GitHub landing page for TokRepo so that:
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.