cove-verify

Chain of Verification (CoVe) — fact-check your responses against the user's knowledge base, memory, and web search before presenting them.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "cove-verify" with this command: npx skills add bhawanakatiyar/cove-plugin

cove-verify

Verify factual claims in your responses using Chain of Verification (CoVe). The tool extracts claims, checks them against the user's workspace, memory, and optionally the web, then reports inaccuracies with corrections.

When to Use

You SHOULD verify your response when:

  • Making specific factual claims about the user's business, products, customers, or data
  • Citing dates, numbers, statistics, or metrics from the user's files
  • Referring to past conversations or decisions from memory
  • Answering questions about the user's documentation or policies

You do NOT need to verify:

  • General knowledge, common sense, or widely known facts
  • Code you wrote (test it instead)
  • Creative content, opinions, or brainstorming
  • Simple conversational responses

Usage

# Verify a response (basic — checks memory + workspace)
cove-verify -r "Alice is on the Enterprise tier and pays $499/month."

# Standard policy — also checks the web
cove-verify -r "Revenue grew 15% last quarter." -p standard

# Deep policy — multi-step reasoning with web search
cove-verify -r "The contract SLA is 99.9% uptime." -p deep

# Pipe from stdin
echo "Your subscription renews on April 1st." | cove-verify --stdin

# JSON output for programmatic use
cove-verify -r "Bob signed up on March 5th." -f json

# Strict mode — fail if claims can't be confirmed
cove-verify -r "The API rate limit is 1000 req/min." --strict

# Report only (no auto-correction)
cove-verify -r "Meeting is scheduled for 3pm." --no-correct

Options

FlagShortDescriptionDefault
--response-rResponse text to verify
--stdinRead response from stdinfalse
--policy-pbasic, standard, deepbasic
--strictFail if any claim is unverifiablefalse
--format-ftext or jsontext
--no-correctReport only, don't auto-correctfalse

Policies

PolicyMemoryWorkspaceWeb SearchUse When
basicInternal facts (customers, products, config)
standardFacts that may need external confirmation
deepCritical claims requiring thorough verification

Workflow

  1. Draft your response as usual
  2. Run cove-verify -r "your response" to check claims
  3. Fix any inaccuracies (the tool suggests corrections)
  4. Send the corrected response

If the tool auto-corrects, use the corrected version. Let the user know you verified the response and share the results — transparency builds trust.

Data Access

This skill reads the following to build verification context:

  • Workspace files: text files in ~/.openclaw/workspace/ (top-level only, max 10KB each)
  • Memory files: markdown files in ~/.openclaw/workspace/memory/ (depth 2)
  • Memory database: text chunks from ~/.openclaw/memory/main.sqlite (max 20KB aggregate)
  • Custom paths: any paths listed in knowledge_sources.document_paths in your config

For standard and deep policies, it also queries the Brave Search API (requires BRAVE_API_KEY).

All data stays local to the verification pipeline — nothing is stored or sent beyond the configured LLM provider.

Exit Codes

  • 0 — All claims verified (or no claims found)
  • 1 — One or more claims are inaccurate
  • 2 — Strict mode: claims are unverifiable (not necessarily wrong)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Web3

Pilot Service Agents Finance

Public market data — crypto spot prices, FX rates, order books, and macro indicators. Use this skill when: 1. Looking up current crypto spot prices (Coinbase...

Registry SourceRecently Updated
Web3

Seven Eleven

Analyze 7-Eleven's global retail model, franchise profit sharing, fresh food supply chain, and Japanese vs Western convenience store strategies.

Registry SourceRecently Updated
210Profile unavailable
Web3

Performance Budget Enforcer

Define, measure, and enforce web performance budgets — bundle sizes, asset counts, image weights, third-party scripts. Fails CI when budgets are exceeded. Tr...

Registry SourceRecently Updated
330Profile unavailable
Web3

Patron

Patrón redefined tequila as a premium spirit by combining high-quality production and luxury branding, transforming it from cheap liquor to a $50+ iconic pro...

Registry SourceRecently Updated
340Profile unavailable