← 返回 Skills 市场
Skill Frontmatter Doctor
作者
vx:17605205782
· GitHub ↗
· v1.0.0
· MIT-0
151
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install skill-frontmatter-doctor
功能描述
修复 frontmatter、metadata、requires、install 和目录结构问题,贴合当前 OpenClaw 规范。;use for skills, frontmatter, validation workflows;do not use for 编造不存在的字段, 忽略单行 JSON 约束.
安全使用建议
This skill appears coherent and low-risk: it runs a local Python audit script and produces reviewable Markdown. Before installing/using it: (1) inspect scripts/run.py yourself (it is bundled and contains no network or exec calls), (2) run it with a non-sensitive test directory and use --dry-run or redirect output to a safe location, (3) do not point the tool at system root or credential directories (it will read whatever path you provide), and (4) if you allow autonomous agent invocation, limit the agent's input scope so the skill cannot be run against sensitive paths automatically.
功能分析
Type: OpenClaw Skill
Name: skill-frontmatter-doctor
Version: 1.0.0
The skill bundle is a utility designed to audit and repair OpenClaw skill metadata and directory structures. The primary logic in `scripts/run.py` performs static analysis, such as checking for required files and scanning for potentially dangerous patterns (e.g., shell pipes or hardcoded secrets) to report them to the user. The code uses only standard Python libraries, contains no network exfiltration or unauthorized execution logic, and the instructions in `SKILL.md` explicitly include safety boundaries and manual review steps.
能力评估
Purpose & Capability
Name/description state it audits and repairs frontmatter/metadata/requires/install/dirs. The bundle includes a local Python script (scripts/run.py) that implements directory/skill audits and uses resources/spec.json and resources/template.md. Requesting python3 only is appropriate and expected.
Instruction Scope
SKILL.md explicitly instructs the agent to run the local script or to synthesize output from resources when execution isn't available. The runtime steps focus on reading files in the provided input (skill dir or files) and producing audit reports; they do not instruct any hidden network calls, secret collection, or system-wide changes. Note: the script will read any path you provide, so avoid pointing it at sensitive system directories or credential stores.
Install Mechanism
No install spec; this is instruction-only with a bundled Python script. Nothing is downloaded or extracted during install. Risk is low because the code is included in the package and depends only on the Python standard library.
Credentials
Requires only python3 and declares no environment variables or credentials. The script does not reference secrets or external credentials. This is proportionate to the stated auditing task.
Persistence & Privilege
always:false and user-invocable:true. The skill does not request persistent system-wide changes or other skills' credentials. It may write an output file when invoked with --output, which is expected for a reporting tool.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install skill-frontmatter-doctor - 安装完成后,直接呼叫该 Skill 的名称或使用
/skill-frontmatter-doctor触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of skill-frontmatter-doctor.
- Validates and repairs frontmatter, metadata, requires, install, and directory structure to meet OpenClaw standards.
- Provides clear, structured outputs including issues, repair suggestions, and review steps.
- Strictly avoids inventing non-existent fields or bypassing single-line JSON constraints.
- Focuses on safe, auditable, and reversible operations.
元数据
常见问题
Skill Frontmatter Doctor 是什么?
修复 frontmatter、metadata、requires、install 和目录结构问题,贴合当前 OpenClaw 规范。;use for skills, frontmatter, validation workflows;do not use for 编造不存在的字段, 忽略单行 JSON 约束. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 151 次。
如何安装 Skill Frontmatter Doctor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-frontmatter-doctor」即可一键安装,无需额外配置。
Skill Frontmatter Doctor 是免费的吗?
是的,Skill Frontmatter Doctor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Skill Frontmatter Doctor 支持哪些平台?
Skill Frontmatter Doctor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux, win32)。
谁开发了 Skill Frontmatter Doctor?
由 vx:17605205782(@52yuanchangxing)开发并维护,当前版本 v1.0.0。
推荐 Skills