← 返回
未分类 中文

Skill Package Doctor

Audit Claude, Codex, OpenClaw, and ClawHub skill packages before publishing; produce concrete fix lists, trust scores, and shareable proof cards.
在发布前审计 Claude、Codex、OpenClaw 和 ClawHub 技能包;生成具体修复清单、信任评分和可共享的证据卡片。
zack-dev-cm zack-dev-cm 来源
未分类 clawhub v0.1.1 1 版本 100000 Key: 无需
★ 0
Stars
📥 225
下载
💾 0
安装
1
版本
#latest#openclaw#proof-card#skill#skill-review#trust

概述

Skill Package Doctor

Use this skill when the user wants to review, debug, score, publish, or improve an agent skill package.

When To Use

  • A skill folder needs a publish gate before ClawHub, Codex, Claude, or OpenClaw distribution.
  • A generated SKILL.md feels generic, unsafe, too broad, or hard to trust.
  • A builder wants a concrete fix list and a proof card they can share.
  • A marketplace listing needs evidence that the package was checked locally.

Workflow

  1. Locate the target skill folder or SKILL.md.
  2. Run the bundled doctor script when possible:
python3 scripts/skill_doctor.py /path/to/skill \
  --json-out skill-doctor.json \
  --markdown-out skill-doctor.md \
  --svg-out skill-doctor.svg
  1. Read the score, errors, warnings, and fixes.
  2. Patch only the specific issues found. Do not rewrite the skill from scratch unless it is empty or unsafe.
  3. Run the doctor again and compare the score.
  4. Before publish, make sure there are no errors and the score is at least 80.
  5. Read references/source-manifest.json only when you need package provenance or release-surface context.

Review Rules

  • Treat SKILL.md frontmatter as the registry contract.
  • A good description says the task, input, and output in plain words.
  • A useful skill has a clear When To Use trigger, an operating order, and a validation step.
  • Bundled scripts/ and references/ must be mentioned in SKILL.md.
  • Do not allow skill instructions that ask agents to reveal secrets, ignore system instructions, disable safety, or run destructive shell commands.
  • Replace vague wording with concrete inputs, outputs, failure modes, and test commands.
  • Prefer small edits that preserve the builder's intent.

Output

Return:

  • publish decision: publish-ready, ship-after-small-fixes, needs-work, or do-not-publish
  • score out of 100
  • blocking errors first
  • warnings and quick fixes
  • exact files changed
  • proof-card path when generated

Stop Conditions

Do not recommend publishing when:

  • SKILL.md is missing frontmatter, name, or description
  • the body is too short to guide an agent
  • the package contains unexplained scripts
  • the skill asks for secrets, destructive commands, or safety bypasses
  • the stated capability is broader than the files and instructions support

版本历史

共 1 个版本

  • v0.1.1 当前
    2026-05-23 23:44 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Agent Browser

rez0
用于 AI 代理的浏览器自动化 CLI。当用户需要与网站交互(包括浏览页面、填写表单、点击按钮、截图等)时使用。
★ 850 📥 331,141
ai-agent

self-improving agent

pskoett
记录自身发现以实现自我改进的技能
★ 4,130 📥 892,683
dev-programming

Data Science CV Repro Reviewer

zack-dev-cm
审查计算机视觉实验的可重复性证据、数据集准备度、指标阈值和上线风险。当用户要求谨慎的CV实验时使用。
★ 1 📥 943