Vouch remember
Skill vouchdev/vouch/adapters/openclaw/skills/vouch-remember
File something the user wants remembered as a cited, review-gated proposalFrom its SKILL.md
npx -y skills add vouchdev/vouch --skill vouch-rememberAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
1.0 KB, 216 tokens by cl100k_base, as published. Nobody here has run it
/vouch-remember
Turn "$ARGUMENTS" into durable KB knowledge — proposed, never self-approved.
Steps:
- Call
kb_register_sourcewith the user's exact wording ascontent(source_type: "message", a short descriptivetitle). Sources are evidence intake; registering one writes no knowledge. - Distill the durable fact(s) into one
kb_propose_claimeach, citing the registered source id inevidence. Keep each claim one sentence, present tense, self-contained. - If the fact is about a person, org, or project the KB doesn't know yet,
also file
kb_propose_entity(andkb_propose_relationto link it). - Report the proposal id(s) and remind the user: pending items are invisible
to retrieval until a human runs
vouch approve <id>orvouch review.
Never call kb_approve — the human at the gate decides what the KB believes.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.