oper8r Docs
Customer-facing implementation guide
Agent skills are installable instructions that help LLM clients use oper8r tools correctly. They are separate from MCP tool registration. MCP exposes capabilities; skills teach the client when to use them, what scope applies, and what not to store.
| Skill | Purpose |
|---|---|
oper8r-employee-graph-curator | Guides source-backed curation of the shared organization-internal employee graph. |
oper8r-workflows-search-explorer | Guides use of oper8r workflow, search, graph exploration, and integration-status tools. |
For filesystem-based clients:
npx @oper8r-io/agent-skills install all --client all
Install for Codex:
npx @oper8r-io/agent-skills install all --client codex --scope user
Install Cursor project rules from your project root:
npx @oper8r-io/agent-skills install all --client cursor --scope project
List available skills:
npx @oper8r-io/agent-skills list
The oper8r app exposes a skill manifest and downloadable artifacts:
/api/mcp/skills
/api/mcp/skills/:slug/zip
/api/mcp/skills/:slug/raw
/api/mcp/skills/:slug/cursor-rule
/api/mcp/skills/claude-marketplace
ChatGPT and Claude web-style installs usually use uploaded ZIP artifacts. Cursor can use generated .mdc rules. Claude Code can install from the oper8r marketplace endpoint.
/plugin marketplace add https://YOUR_OPER8R_HOST/api/mcp/skills/claude-marketplace
/plugin install oper8r-agent-skills@oper8r-io
The employee graph curator skill is intentionally strict. It should guide the client to store only source-backed, durable, organization-internal knowledge.
Allowed:
Not allowed:
Bring us the workflow, integration, or deployment constraint. We can build it with you, run it for you, or advise your team.