host-memory-router
Installation
SKILL.md
Host Memory Router
Core job:
- write host-aware memory blocks that tell the agent which skill to call when a request matches a known workflow
Use this skill when:
- a skill bundle should work outside one product-specific repo
- Codex, Claude, or OpenClaw should remember which skill to call for which request shape
- the routing rules should live in project or agent memory, not only in docs
- you need install commands and routing defaults baked into the same memory block
Do not use this skill for:
- building the domain skill itself
- publishing a marketplace/API skill
- writing free-form memory notes with no executable routing value