← 返回 Skills 市场
honeybee1130

Checker

作者 honeybee1130 · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
423
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (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
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install checker
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /checker 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug checker
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 423 次。

如何安装 Checker?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install checker」即可一键安装,无需额外配置。

Checker 是免费的吗?

是的,Checker 完全免费(开源免费),可自由下载、安装和使用。

Checker 支持哪些平台?

Checker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Checker?

由 honeybee1130(@honeybee1130)开发并维护,当前版本 v1.0.0。

💬 留言讨论