UseDocumentation Index
Fetch the complete documentation index at: https://docs.kyberis.ai/llms.txt
Use this file to discover all available pages before exploring further.
@kyberis-ai/agent-skills to install Kyberis investigation instructions for your agent. The skill teaches the agent how to choose Kyberis tools, handle ambiguity, interpret responses, and produce evidence-backed recommendations.
Use it together with Kyberis MCP: the skill tells the agent how to investigate, and MCP gives the agent tools to call Kyberis.
What the skill provides
- Investigation workflow: resolve, evidence, relationships, assessment, hydration, final recommendation
- Trigger classification for CVEs, IOCs, actors, broad topics, and environment triage
- Endpoint selection rules
- Response decision gates for ambiguity, access errors, quotas, and weak evidence
- Output expectations for recommendations, confidence, evidence, caveats, and next actions
Prerequisites
- Node.js 20 or newer
- An agent that supports local skills or instruction bundles
Install
Install the skill for your agent:Install locations
The installer writes the Kyberis skill into the agent’s local skill directory:| Agent | Install location |
|---|---|
| Codex | ~/.codex/skills/kyberis |
| Claude | ~/.claude/skills/kyberis |
| Cursor | ~/.cursor/skills/kyberis and ~/.cursor/rules/kyberis.mdc |
| Windsurf | ~/.codeium/windsurf/skills/kyberis |
| Generic | The directory passed with --dir |
--dir <path> to install to a custom directory. Generic installs require --dir because unsupported agents do not share a standard skill path.
Update installed skills
Refresh installed Kyberis skills with:update refreshes any installed Kyberis skill that has a Kyberis-generated manifest. If local edits are detected, the installer refuses to overwrite unless you pass --force.
Check status
Verify
Restart or reload your agent, then ask:Use with MCP
Install MCP
Connect a supported agent client to Kyberis tools with
@kyberis-ai/mcp.