kairos-bundle
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]
More from debian777/kairos-mcp
kairos
>-
50kairos-install
>-
18kairos-bug-report
>-
13kairos-ai-docs
Find and run the zero-drift minimal template for writing AI instructions via KAIROS. Use when the user invokes /ai-docs or asks to write, generate, or update AI instructions using the zero-drift template.
7kairos-code
Run the KAIROS ELITE AI CODING STANDARDS protocol. Use when the user invokes /code, asks for AI coding rules, or wants code changes to follow the full protocol (feature branch, baseline tests, full suite, deploy to dev, validate, then promote).
7kairos-create-skill
Run the KAIROS protocol for creating a KAIROS skill (Agent Skill with optional references/KAIROS.md or multiple references/KAIROS-{alias}.md protocols). Use when the user wants to create a KAIROS skill, create a skill with a KAIROS protocol, write SKILL.md, or asks about skill structure and Agent Skills format (agentskills.io).
7