Skill Creator Plus
v1.2.1创建、编辑、优化或审查 OpenClaw AgentSkills 技能。提供完整的工作流程指引:技能结构设计、frontmatter 规范、_meta.json 格式、ClawHub scanner 规则、渐进式披露设计、validation checklist 及发布流程。适用于从零创建新技能或改进现有技能。输...
⭐ 0· 71·0 current·0 all-time
by@axelhu
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description claim to provide guidance and tooling for creating and validating OpenClaw skills; the bundle includes templates, init/package/validate scripts and tests that directly implement that functionality. There are no unrelated required env vars, binaries, or config paths.
Instruction Scope
SKILL.md and the scripts focus on skill authoring: generating SKILL.md, packaging a skill folder, and validating frontmatter. The instructions and code operate on local files and do not reference external endpoints, unrelated system paths, or credentials. Note: several scripts perform filesystem actions (create files/dirs, chmod, zip) so a user/agent executing them should review them first.
Install Mechanism
No install spec; code is included in the skill package and there are no downloads from external URLs. This is low-risk compared with remote installers or archive extraction from arbitrary hosts.
Credentials
The skill declares no required environment variables, credentials, or config paths. _meta.json and SKILL.md frontmatter requirements match this. There is no apparent attempt to access or exfiltrate secrets.
Persistence & Privilege
always:false (default) and no persistence/policy-modifying behavior is requested. The skill does not declare background agents or modify other skills' configs. Autonomous invocation is allowed by platform default but is not combined with elevated privileges here.
Assessment
This skill appears coherent for authoring OpenClaw skills, but review the included scripts before running them: they create files, set permissions, and package directories (package_skill will include whatever is inside the skill folder). Avoid placing secrets inside the skill folder. For robust YAML parsing, consider installing PyYAML (quick_validate has a simpler fallback parser that may not support complex syntax). If you plan to publish, follow the scanner advice in SKILL.md (make the description/required fields explicit in the first ~160 characters) so registry scanner behavior is predictable.Like a lobster shell, security has layers — review code before you run it.
latestvk972r50dj3h6r3s8sqcztn0hys841p0x
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🛠️ Clawdis
