agentsclimarketplace

Vouch record

Skill vouchdev/vouch/adapters/openclaw/skills/vouch-record

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-record

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

Propose a typed record (contact, org, project) into the vouch KB

SKILL.md

1.2 KB, as published. Nobody here has run it

/vouch-record

File "$ARGUMENTS" as a typed record: an entity plus a kind-validated page, both as pending proposals. Requires the company-brain page kinds (vouch init --template company-brain; check with vouch schema list).

Steps:

  1. Decide the record shape: person -> entity type person + contact page (frontmatter: role, optional org, email); organisation -> company entity + org page; project -> project entity + project-record page (frontmatter: record_status, optional owner).
  2. Call kb_search first — if the entity already exists, propose only the page update (pass the existing page id as slug_hint) instead of a duplicate.
  3. Call kb_propose_entity, then kb_propose_page with page_type set to the record kind and the frontmatter in metadata. Cite a registered source when the record distills one (register the conversation via kb_register_source if the user is dictating facts).
  4. Link ownership or membership with kb_propose_relation where it's clear.
  5. Report every proposal id filed.

Never call kb_approve. One record per invocation; ask before batching.

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.