Agent Skills
› christopherkarani/Wax
› wax-memory-maintenance
wax-memory-maintenance
GitHub维护Wax记忆存储,包括健康检查、事实存储、会话延续及故障恢复。
Trigger Scenarios
需要维护Hermes wax-memory记忆库时
记忆召回异常或向量搜索失效需修复时
Install
npx skills add christopherkarani/Wax --skill wax-memory-maintenance -g -y
SKILL.md
Frontmatter
{
"name": "wax-memory-maintenance",
"description": "Maintain the Wax memory store used by the Hermes wax-memory provider."
}
Wax Memory Maintenance
Use when the active Hermes memory provider is wax-memory.
Checks
- Confirm the broker is reachable:
hermes wax-memory doctor - Prefer
wax_recallfor assembled context andwax_searchfor raw hits - Store durable facts with
wax_rememberandmemory_typefromnote,task_state,user_preference,decision,lesson,handoff,constraint,fact - Write session continuity with
wax_handoff; do not dump raw transcripts - Use structured tools (
wax_entity_upsert,wax_fact_assert,wax_facts_query) only for stable knowledge-graph facts
Recovery
- If recall is empty, run
npx waxmcp --embedder minilm --transport http - If vector search is disabled, rebuild both
wax-cliandwax-mcpwith MiniLM/Arctic traits - After
/resetor/resume, rely on the provider session switch — do not invent a new session id
Version History
- a1bc4a0 Current 2026-08-20 02:14


