← Back to Skills Marketplace
52yuanchangxing

Skill Frontmatter Doctor

by vx:17605205782 · GitHub ↗ · v1.0.0 · MIT-0
darwinlinuxwin32 ✓ Security Clean
151
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install skill-frontmatter-doctor
Description
修复 frontmatter、metadata、requires、install 和目录结构问题,贴合当前 OpenClaw 规范。;use for skills, frontmatter, validation workflows;do not use for 编造不存在的字段, 忽略单行 JSON 约束.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install skill-frontmatter-doctor
  3. After installation, invoke the skill by name or use /skill-frontmatter-doctor
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug skill-frontmatter-doctor
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Skill Frontmatter Doctor?

修复 frontmatter、metadata、requires、install 和目录结构问题,贴合当前 OpenClaw 规范。;use for skills, frontmatter, validation workflows;do not use for 编造不存在的字段, 忽略单行 JSON 约束. It is an AI Agent Skill for Claude Code / OpenClaw, with 151 downloads so far.

How do I install Skill Frontmatter Doctor?

Run "/install skill-frontmatter-doctor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Skill Frontmatter Doctor free?

Yes, Skill Frontmatter Doctor is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Skill Frontmatter Doctor support?

Skill Frontmatter Doctor is cross-platform and runs anywhere OpenClaw / Claude Code is available (darwin, linux, win32).

Who created Skill Frontmatter Doctor?

It is built and maintained by vx:17605205782 (@52yuanchangxing); the current version is v1.0.0.

💬 Comments