Topos Agent Plugin
Portable Agent Plugins 1.0 package for Topos.
Compatible clients discover this directory, load plugin.json, then optionally enable:
- Skill —
skills/topos/SKILL.md(Agent Skills format) - MCP —
mcp.jsonstdio server (topos mcp)
Prerequisites
-
Install the Topos CLI so
toposis onPATH:curl -fsSL https://docs.krv.ai/topos/install.sh | bash -
Point an Agent Plugins–compatible client at this package directory (
agent-plugin/in a clone, or a released copy of the same tree).
Installation, enablement, and permissions remain client-managed (spec).
Layout
agent-plugin/
├── plugin.json
├── mcp.json
└── skills/
└── topos/
└── SKILL.md
skills/topos/SKILL.md must stay byte-identical to the ClawHub skill at
../skills/topos/SKILL.md (in this repository). Validate from the repo root with:
python scripts/check_agent_plugin.py