agentsclimarketplace

Vouch ask

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

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

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

Answer a question from the vouch KB with citations, or say what's missing

SKILL.md

1.0 KB, as published. Nobody here has run it

/vouch-ask

Answer "$ARGUMENTS" using only reviewed knowledge from the vouch KB. Every statement in the answer must carry a [claim-id] or [source-id] citation.

Steps:

  1. Call kb_search with query: "$ARGUMENTS", then kb_context on the same query to assemble the working set.
  2. If the results answer the question, write the answer citing every claim id you relied on. Use kb_read_page for typed record detail (contacts, project records, followups).
  3. If the KB cannot support an answer, say so plainly and list the closest claims found. Do not fill gaps from your own knowledge — an uncited answer is worse than no answer.
  4. Only when the user explicitly asks about in-flight knowledge, list kb_list_pending items — each labeled UNREVIEWED — after the cited answer, never mixed into it.

Never call kb_approve. Never restate pending proposals as facts.

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.