Jump to related tools in the same category or review the original source on GitHub.

Communication @leic8959-sudo Updated 6/28/2026 1,248 downloads 0 stars Security: Pass

Self Review OpenClaw Plugin & Skill | ClawHub

Looking to integrate Self Review into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate communication tasks instantly, without having to write custom tools from scratch.

What this skill does

Automatically review agent output quality before sending to user.

Install

ClawHub CLI
openclaw skills install @leic8959-sudo/self-review
Node.js (npx)
npx clawhub@latest install self-review

Full SKILL.md

Open original

SKILL.md content below is scrollable.

Self-Review Skill

Automatically review agent output quality before sending to user.

  • Checks: clarity, conciseness, actionability, structure
  • Simple rule-based engine (no API cost)
  • Exit code 0 = approved, 1 = needs improvement

Usage

Pipe output to reviewer:

echo "Your response text" | node skills/self-review/index.js

Or integrate into agent pipeline (AGENTS.md step 6).

Configuration

Edit skills/self-review/index.js to adjust thresholds.

Advanced

For LLM-based review, see self-review-llm skill (separate package).


Author: dvinci达芬奇 (self-evolved) Version: 1.0.0 Tags: quality, automation, token-optimization

ClawHub Registry URL: https://clawhub.ai/leic8959-sudo/skills/self-review

Related skills

If this matches your use case, these are close alternatives in the same category.