skill-frontmatter-doctor
修复 frontmatter、metadata、requires、install 和目录结构问题,贴合当前 OpenClaw 规范。;use for skills, frontmatter, validation workflows;do not use for 编造不存在的字段, 忽略单行 JSON 约束.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/52yuanchangxing/skill-frontmatter-doctorWhat This Skill Does
The Skill Frontmatter Doctor is a specialized AI agent tool designed for OpenClaw developers to maintain the integrity and compliance of their skill documentation and configuration files. It acts as an automated auditor that reviews, validates, and suggests fixes for frontmatter, metadata, dependency requirements, installation scripts, and overall repository directory structures. By adhering strictly to the internal OpenClaw spec.json and standard templates, this skill ensures that every skill package is deployment-ready and conforms to the community's structural requirements. It prevents common configuration errors that lead to failed installations or misidentified skill functionalities.
Installation
To integrate this utility into your development workflow, use the standard OpenClaw installation command:
clawhub install openclaw/skills/skills/52yuanchangxing/skill-frontmatter-doctor
Ensure that you have write access to your local development environment if you intend to apply the suggested file patches directly. The skill is designed to operate seamlessly within the openclaw/skills repository context.
Use Cases
This skill is best utilized in the following scenarios:
- Pre-publication Audits: Before submitting a skill to the hub, run the doctor to verify that the metadata accurately reflects your skill's capabilities and dependencies.
- Refactoring & Migration: When updating your skill to a new OpenClaw version, use the doctor to identify deprecated fields or required structural changes.
- Dependency Debugging: Automatically detect missing or incorrectly formatted
requiresblocks that could hinder user installation. - Standardization: Ensure your directory tree, including
resourcesandtestsfolders, follows the official OpenClaw hierarchy.
Example Prompts
- "Check the current directory's frontmatter and metadata for compliance with the latest spec.json. Let me know if anything is missing."
- "Review my skill's
requiresandinstallconfiguration to ensure they match the standardized format for OpenClaw skills." - "Here is my
skill.yamland directory list. Please provide a repair plan for the structural issues identified and a step-by-step checklist for remediation."
Tips & Limitations
- Safety First: The doctor is primarily a read-only advisor. While it can suggest code, it will never execute high-risk commands (like mass deletions) without explicit user confirmation.
- Dry-Run Preferred: Always interpret the doctor’s output as a proposal. Use the suggested 'dry-run' approach before applying changes to live configuration files.
- Constraint Adherence: The skill is strictly governed by single-line JSON constraints for data exchange; avoid manual formatting that breaks these parsers.
- Boundaries: The skill does not fabricate missing data. If it detects a missing field, it will request clarification rather than guessing information, ensuring your metadata remains factual.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-52yuanchangxing-skill-frontmatter-doctor": {
"enabled": true,
"auto_update": true
}
}
}Tags
Flags: file-read
Related Skills
doctorbot-ci-validator
Stop failing in production. Validate your GitHub Actions, GitLab CI & Keep workflows offline with surgical precision. Born from Keep bounty research, perfected for agents.
MacPowerTools
Safe local Mac optimization toolkit for OpenClaw agents on Apple Silicon. 1-trillion agent swarm simulation, local CoreML resource forecasting, safe cleanup & backups. 100% user-level, no internet, no persistence. Discoverable via ClawHub search.
skill-readme-rebuilder
从 SKILL.md、脚本与资源反推 README、FAQ 与示例,保持说明一致。;use for skills, readme, docs workflows;do not use for 伪造脚本能力, 跳过真实依赖声明.
securityvitals
Security vitals checker for OpenClaw. Scans your installation, scores your setup, and shows you exactly what to fix. First scan in seconds.
skill-install-checker
安装前验证二进制、环境变量、配置、OS 与 sandbox 条件,解释为什么此机不适合装。;use for skills, install, preflight workflows;do not use for 假装依赖已经满足, 直接修改系统环境.