agentsclimarketplace

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.

Install
npx -y skills add vouchdev/vouch --skill vouch-remember

Assembled 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:

  1. Call kb_register_source with the user's exact wording as content (source_type: "message", a short descriptive title). Sources are evidence intake; registering one writes no knowledge.
  2. Distill the durable fact(s) into one kb_propose_claim each, citing the registered source id in evidence. Keep each claim one sentence, present tense, self-contained.
  3. If the fact is about a person, org, or project the KB doesn't know yet, also file kb_propose_entity (and kb_propose_relation to link it).
  4. Report the proposal id(s) and remind the user: pending items are invisible to retrieval until a human runs vouch approve <id> or vouch review.

Never call kb_approve — the human at the gate decides what the KB believes.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.