kairos-refine-search
kairos-refine-search
Run the Get help refining your search protocol via KAIROS. The protocol is bundled in references/KAIROS.md. If it is not yet installed in your KAIROS space, mint it first, then run it.
Versioning
- Skill version: In frontmatter above (
metadata.version). Bumped when the skill instructions or protocol reference change. - Protocol version: In references/KAIROS.md frontmatter (
version). When this skill is shipped from the KAIROS MCP repo, it matches the repo's last stable version. A newer bundled protocol version than the match'sprotocol_versionusually means a newer MCP server release is available — offer the user to update the MCP server when relevant.
Workflow
- When to run — After
kairos_searchreturned no strong match (score ≥ 0.5) or only weak/ambiguous ones, or the response included a refine choice. Follow that choice'snext_action(typicallykairos_beginwith the refine protocol URI). - If protocol not installed — Read references/KAIROS.md, pass the markdown after the closing frontmatter
---tokairos_mint, then run the protocol. - Run — Follow the match's
next_action:kairos_begin→kairos_next(loop) →kairos_attest. Echo nonces and proof hashes. Do not respond to the user beforekairos_attestwhenmust_obey: true.
Protocol summary
The protocol helps turn the user's vague request into a better query so the next kairos_search can find the right protocol. Steps may include user_input (confirm intent), comment, or other challenge types.
More from debian777/kairos-mcp
kairos
>-
49kairos-development
Use when an AI agent should run protocols or workflow tests against kairos-dev (KAIROS MCP in this repo's dev environment). Covers AI–MCP integration and workflow-test flows; MCP-only, reports/ output.
7kairos-bundle
Bundles KAIROS protocols to or from a directory (export: save all protocols as .md files; import: mint all .md files into KAIROS personal space). Uses KAIROS API with KAIROS_TOKEN. Use when the user wants to backup, restore, bundle, or bulk export/import KAIROS protocols, or sync protocols to/from a folder.
3