← 返回 Skills 市场
leic8959-sudo

Self Review

作者 leic8959-sudo · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
802
总下载
0
收藏
8
当前安装
1
版本数
在 OpenClaw 中安装
/install self-review
功能描述
Automatically evaluates and approves agent outputs based on clarity, conciseness, actionability, and structure using a rule-based system.
使用说明 (SKILL.md)

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

安全使用建议
This skill appears to be a simple, local Node.js script that scores text by a few heuristics — generally safe and coherent with its description. Before installing: (1) ensure Node.js is available where the agent runs (the manifest omits this), (2) review any agent integration points (the README mentions calling it in HEARTBEAT or before sending responses), and (3) be aware future versions may add history logging or LLM API calls (README TODOs); if you don't trust the author, run the script in an isolated environment first.
功能分析
Type: OpenClaw Skill Name: self-review Version: 1.0.0 The skill bundle is designed for self-review of agent output quality using a simple rule-based engine. The `index.js` script reads input from stdin, performs basic regex checks on its length, presence of action words, and structure, then exits with a status code indicating approval or a need for improvement. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts in any of the files. The documentation (`SKILL.md`, `README.md`) and skill definition (`skill.json`) clearly describe its benign purpose and functionality, with future 'TODO' items in `README.md` being plans, not active instructions or malicious code.
能力评估
Purpose & Capability
Name/description match the implementation: a local rule-based quality gate. One small inconsistency: the runtime requires Node.js (index.js and command use `node`) but the skill's manifest/requirements do not declare node as a required binary. This is a documentation/metadata omission rather than a functional mismatch.
Instruction Scope
SKILL.md and README instruct piping agent output into the included index.js and editing thresholds in the file. The instructions do not request unrelated files, environment variables, or external network calls. README mentions future plans (e.g., writing review history) but current code does not perform that I/O.
Install Mechanism
No install spec (instruction-only) and index.js is executed directly; no downloads or external packages are fetched. Low-risk installation profile.
Credentials
Skill declares no environment variables or credentials and the code does not access environment variables or secrets. No disproportionate credential requests.
Persistence & Privilege
always is false, the skill does not request persistent presence, and it does not modify other skills or system-wide settings. It exits with codes 0/1 to signal approval; no privileged operations are present.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install self-review
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /self-review 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: basic heuristic quality gate, exit code 0/1, integrates to AGENTS.md step 6
元数据
Slug self-review
版本 1.0.0
许可证
累计安装 8
当前安装数 8
历史版本数 1
常见问题

Self Review 是什么?

Automatically evaluates and approves agent outputs based on clarity, conciseness, actionability, and structure using a rule-based system. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 802 次。

如何安装 Self Review?

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

Self Review 是免费的吗?

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

Self Review 支持哪些平台?

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

谁开发了 Self Review?

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

💬 留言讨论