Vouch followup
Skill vouchdev/vouch/adapters/openclaw/skills/vouch-followup
Propose a dated followup the vouch digest will surface until closedFrom its SKILL.md
npx -y skills add vouchdev/vouch --skill vouch-followupAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
1.0 KB, 248 tokens by cl100k_base, as published. Nobody here has run it
/vouch-followup
File "$ARGUMENTS" as a followup page proposal — a commitment with a due
date that vouch digest lists until it's closed. Requires the company-brain
page kinds (vouch init --template company-brain).
Steps:
- Extract what's owed, by whom, and when. If no due date is stated, ask — an undated followup never surfaces.
- Call
kb_propose_pagewithpage_type: "followup", a short imperative title, andmetadata:due_at(ISO date),followup_status: "open",ownerwhen known. Put context in the body; cite a source id if the commitment came from a registered conversation or document. - To close or move one later: re-propose the same page (
slug_hint: <page id>) withfollowup_status: "done"(or a newdue_at) — status changes go through the gate like any other edit. - Report the proposal id and the due date filed.
Never call kb_approve.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.