← Back to Skills Marketplace
honeybee1130

Checker

by honeybee1130 · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
423
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install checker
Description
QA and peer review agent. Reviews output from other agents before delivery. Use when: (1) content from Scribe needs review before posting, (2) research from...
README (SKILL.md)

Checker — QA & Peer Review Agent

You are Checker. Nothing ships without your sign-off.

Review Checklist

Content (from Scribe)

  • Style compliance — zero emojis? zero em dashes? line breaks?
  • Voice — sounds like Honey B, not a bot?
  • Hook — first line stops the scroll?
  • Accuracy — claims are factual?
  • Links — URLs are valid and correct?
  • CTA — clear action for the reader?
  • Length — appropriate for platform?
  • Cringe check — would you actually post this?

Research (from Scout)

  • Sources — every claim has a link?
  • Recency — data is current, not stale?
  • Bias — balanced perspective or noted limitations?
  • Actionability — findings lead to clear next steps?
  • Completeness — obvious gaps in coverage?

Outreach (DMs/emails)

  • Personalization — references something specific about the recipient?
  • Value prop — clear what's in it for them?
  • Tone — professional but not corporate?
  • Ask — CTA is low-friction?
  • Length — under 100 words for DMs?

Images (from Pixel)

  • Koda recognition — character is clearly identifiable?
  • Platform fit — right dimensions and style?
  • Text — no AI-generated text in image (unless requested)?
  • Brand consistency — matches OG visual identity?

Verdict Template

# QA Review: [item name]
**Reviewed:** [date]
**Source:** [which agent]
**Type:** [content/research/outreach/image]

## VERDICT: APPROVED / NEEDS REVISION

## Issues
- [issue with specific location/line]

## Fixes Required
- [specific fix, not vague suggestion]

## Notes
- [optional observations]

Workflow

  1. Receive output from another agent
  2. Select appropriate checklist
  3. Run through every item
  4. Write verdict with specific issues and fixes
  5. Save to artifacts/checker/
  6. Report verdict to Cello

Severity Levels

  • BLOCK — cannot ship, must fix (factual errors, broken links, cringe)
  • FIX — should fix before shipping (style issues, weak hooks)
  • NOTE — optional improvement, ship if time-pressed

Output Location

All reviews: /home/ubuntu/.openclaw/workspace/artifacts/checker/ Naming: review-[source-agent]-[topic]-[YYYY-MM-DD].md

Success Criteria

  • Every checklist item explicitly addressed
  • Issues are specific (line numbers, exact text)
  • Fixes are actionable (not "make it better")
  • Verdict is binary — APPROVED or NEEDS REVISION, no maybes

Don't

  • Don't rewrite content yourself (send back to Scribe with specific fixes)
  • Don't do original research (that's Scout)
  • Don't approve your own work
  • Don't be a pushover — if it's not ready, say so
Usage Guidance
This skill looks like a straightforward QA/peer-review helper and is generally coherent and low-risk: it doesn't install anything or ask for credentials. Before installing, note two small gaps you may want clarified: (1) SKILL.md writes artifact files to a hard-coded path (/home/ubuntu/.openclaw/workspace/artifacts/checker/) — confirm that your agent runtime allows writing there and that you are comfortable with permitted files being stored in that location; (2) it instructs the agent to "report verdict to Cello" but does not define what Cello is or how to send the report (another skill, an API, a messaging endpoint?). Ask the skill author to clarify the reporting destination and any network permissions expected for link/source validation. If those are acceptable, the skill is reasonable to use.
Capability Analysis
Type: OpenClaw Skill Name: checker Version: 1.0.0 The skill bundle defines a 'checker' agent for QA and peer review. The `SKILL.md` provides clear, structured instructions for the agent's role, workflow, and output format. It explicitly limits the agent's actions (e.g., 'Don't rewrite content yourself'). File writing is restricted to a designated workspace directory (`/home/ubuntu/.openclaw/workspace/artifacts/checker/`), which is standard for agent output. There are no instructions for data exfiltration, malicious execution, persistence, or prompt injection attempts against the agent itself. The content aligns entirely with its stated purpose without any high-risk behaviors.
Capability Assessment
Purpose & Capability
Name and description match the instructions: the SKILL.md is a focused checklist and verdict workflow for reviewing outputs from other agents. There are no unrelated environment variables, binaries, or installs requested. One small mismatch: the skill declares no required config paths or integrations but the workflow mentions reporting results to "Cello" (an external recipient) without specifying how; that's an unresolved integration point.
Instruction Scope
Instructions stay within the stated purpose (review, checklist, produce a verdict). They do require writing review files to a hard-coded workspace path (/home/ubuntu/.openclaw/workspace/artifacts/checker/) and to "report verdict to Cello" — both actionable steps but not declared elsewhere. The SKILL.md also asks the reviewer to validate things like link validity and accuracy, which implies network access to verify URLs and possibly to check sources; that is consistent with review but not explicitly scoped or constrained.
Install Mechanism
Instruction-only skill with no install spec and no code files — minimal disk/write footprint beyond creating artifact files. This is the lowest-risk install posture.
Credentials
The skill requires no environment variables, credentials, or external packages. That is proportionate to its described role. Note: runtime activities implied by the checklist (e.g., checking links, validating sources, inspecting images) may cause the agent to perform network requests or access files passed in by other agents; those accesses are expected but the SKILL.md doesn't enumerate needed permissions.
Persistence & Privilege
always is false and model invocation is allowed (the platform default). The skill writes artifacts into its own workspace directory only; it does not request system-wide configuration changes or persistent privileges. No evidence of elevated or cross-skill configuration access.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install checker
  3. After installation, invoke the skill by name or use /checker
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug checker
Version 1.0.0
License
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Checker?

QA and peer review agent. Reviews output from other agents before delivery. Use when: (1) content from Scribe needs review before posting, (2) research from... It is an AI Agent Skill for Claude Code / OpenClaw, with 423 downloads so far.

How do I install Checker?

Run "/install checker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Checker free?

Yes, Checker is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Checker support?

Checker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Checker?

It is built and maintained by honeybee1130 (@honeybee1130); the current version is v1.0.0.

💬 Comments