kairos-bundle
Installation
SKILL.md
kairos-bundle
Export all KAIROS protocols to a directory of .md files, or import all .md files from a directory into KAIROS (personal space).
Prerequisites
- Python 3 — Interpreter to run the script.
- KAIROS CLI — For obtaining a token (
kairos token); must be onPATH. - KAIROS MCP — Server running and reachable (e.g.
KAIROS_API_URLor defaulthttp://localhost:3000). - KAIROS_TOKEN — Bearer token (e.g.
KAIROS_TOKEN=$(kairos token)). - KAIROS_API_URL — Optional; default
http://localhost:3000.
Run the script
From the skill directory (the directory that contains this SKILL.md — e.g. skills/kairos-bundle in the repo or ~/.agents/skills/kairos-bundle when installed):
# Export: save all protocols from spaces into --dir
KAIROS_TOKEN=$(kairos token) python3 scripts/kairos-bundle.py export [--dir DIR]