Vouch remember
Skill vouchdev/vouch/adapters/openclaw/skills/vouch-remember
A git-native, review-gated knowledge base for AI agents: they propose writes, you approve them. Every claim cites a source, every change is a diff in your repo. MCP + CLI.
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.
What its author says it does
Copied from the file, not written here
File something the user wants remembered as a cited, review-gated proposal
SKILL.md
1.0 KB, 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.