agentsclimarketplace

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

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.

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:

  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.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. 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.