Real Skill packageSource verifiedClawHub registry

hekouwang-claude-skill-doctor-skill

会勇禾口王的AI笔记 · Agent Skill(SKILL.md)体检器。检查一个 Claude/Agent Skill 是否 符合"按需加载的指令包,不是单文件巨石"的最佳实践——评 description 触发质量、SKILL.md 篇幅、渐进披露(references/ 拆分)、脚本外置、可移植性(无硬编码绝对路径)、安全(无硬编码 密钥、宿主元数据与多 Skill 发现冲突),给出评分卡 + 按优先级的修复建议,并可代为重构。触发:用户说「检查我的 skill / SKILL.md 体检 / 这个 skill 规范吗 / claude-skill-doctor / audit skill / lint SKILL.md / 我的 skill 太长了 / skill 拆分 / 看看我的 skill 合不合规 / skill 对齐官方规范」。 任何"评估/审查/优化某个 Agent Skill 质量或结构"的请求都应触发。

Identity and source

Publisher attribution会勇禾口王的AI笔记registry owner unverified by skillvetai
Functional categoryAgent Engineering, Security & Governanceautomatically inferred · 60% rule confidence
Package forminstruction with code19 recorded files
Canonical sourceClawHub registryclawhub:huiyonghkw:hekouwang-claude-skill-doctor-skill
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codepasses structure
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/30/2026.claude/skills/hekouwang-claude-skill-doctor-skill

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/30/2026.agents/skills/hekouwang-claude-skill-doctor-skill

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/30/2026skills/hekouwang-claude-skill-doctor-skill

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.

clawhub install @huiyonghkw/hekouwang-claude-skill-doctor-skill
clawhub inspect @huiyonghkw/hekouwang-claude-skill-doctor-skill --version 1.8.0

Security evidence

SkillVetAI static result: no findings detected

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
full text content
Files
19 / 19 inspected as text
Checked
8/30/2026, 4:44:55 PM
Scanner
0.1.3
Policy
1.0.3
5 inferred permission indicators
  • shell execution — automatically inferred
  • network access — automatically inferred
  • filesystem read — automatically inferred
  • filesystem write — automatically inferred
  • credential access — automatically inferred
5 dependency and API indicators
  • api: clawhub.ai
  • api: echarts.apache.org
  • api: github.com
  • api: raw.githubusercontent.com
  • api: semver.org
External clawhub result: clean

This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.

Evidence checked
8/30/2026, 8:43:20 AM
Release binding
Matches this record
  • vt: clean
  • skillspector: clean
  • llm: clean

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:e18162baf149e7bc335ed3f85e7bee00d73948bcc647058323f35914d83509d4
Show up to 19 recorded paths
  • CHANGELOG.md
  • check.py
  • Dockerfile
  • LICENSE
  • README.md
  • references/doctor-suite.md
  • references/skill-writing-vocab.md
  • references/trigger-eval.md
  • scripts/run-all-doctors.sh
  • scripts/trigger_eval.py
  • skill-card.md
  • SKILL.md
  • tests/fixtures/bad/SKILL.md
  • tests/fixtures/good/SKILL.md
  • tests/test-codex-profile.sh
  • tests/test-dead-pointer.sh
  • tests/test-frontmatter.sh
  • tests/test-scan.sh
  • tests/test-suite-fail-closed.sh

Source changelog

新增可选 --profile codex:零依赖校验 Codex 基础 frontmatter、name、description 与 TODO;默认 agent Profile 保持跨宿主兼容,报告 schema 升至 v3。