← Back to Skills Marketplace
axelhu

Skill Creator Plus

by AxelHu · GitHub ↗ · v1.2.2 · MIT-0
cross-platform ✓ Security Clean
172
Downloads
0
Stars
0
Active Installs
11
Versions
Install in OpenClaw
/install skill-creator-plus
Description
创建、编辑、优化或审查 OpenClaw AgentSkills 技能。提供完整的工作流程指引:技能结构设计、frontmatter 规范、_meta.json 格式、ClawHub scanner 规则、渐进式披露设计、validation checklist 及发布流程。适用于从零创建新技能或改进现有技能。输...
Usage Guidance
This is a coherent, instruction-only template for building OpenClaw skills and appears safe to read and use. Before running any helper scripts (init_skill.py, package_skill.py) originating from another author, inspect their contents and run them in a sandbox — the SKILL.md references such scripts but does not include them. When publishing, follow the SKILL.md advice (description <= ~160 chars for scanner, closed YAML frontmatter, avoid putting 'openclaw' in requires.bins, UTF‑8 no‑BOM). If you plan to incorporate third-party scripts or resources into a skill produced from these instructions, verify there are no remote downloads, secret literals, or unexpected filesystem/network actions first.
Capability Analysis
Type: OpenClaw Skill Name: skill-creator-plus Version: 1.2.2 This skill bundle is a meta-tool designed to assist users in creating, editing, and optimizing other OpenClaw skills according to ClawHub specifications. The SKILL.md file provides comprehensive guidelines, templates, and security checklists that emphasize best practices, such as avoiding hardcoded secrets, restricting file permissions (chmod 600), and ensuring minimal API permissions. No evidence of malicious intent, data exfiltration, or unauthorized execution was found; the logic is entirely aligned with its stated purpose of facilitating secure skill development.
Capability Assessment
Purpose & Capability
The SKILL.md describes how to create/edit OpenClaw skills and the file explicitly constrains expected files, frontmatter, and scanner expectations. It does not request unrelated access (no env vars, no binaries, no installs), so the declared requirements match the stated purpose.
Instruction Scope
Instructions are detailed and focused on skill-authoring rules and release checks. They reference running helper scripts (e.g., python3 scripts/init_skill.py, package_skill.py) as part of a workflow — which is reasonable for a skill-creation guide, but those scripts are not included in this instruction-only package. Users running third-party scripts should inspect them before execution.
Install Mechanism
No install spec and no code files are provided (instruction-only). Nothing is downloaded or written to disk by the skill itself, which minimizes installation risk.
Credentials
The skill declares no required environment variables, credentials, or config paths. The guidance in SKILL.md about naming credentials and minimal permissions is consistent with a template and does not overreach.
Persistence & Privilege
The skill does not request persistent presence (always:false) and does not ask to modify other skills or system-wide settings. Autonomous invocation is allowed by default but is not combined with any broad privileges here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install skill-creator-plus
  3. After installation, invoke the skill by name or use /skill-creator-plus
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.2.2
- Scripts and test utilities (`scripts/` and related test files) have been removed for a leaner package. - Only SKILL.md and _meta.json are now required; auxiliary scripts for init, packaging, or quick validation are no longer provided. - SKILL.md updated: workflow guidance now focuses solely on documentation and manual steps, with script-driven automation references removed. - Description wording clarified to reflect that the skill triggers only when creating or editing skills. - Minor metadata and formatting corrections for consistency.
v1.2.1
No breaking changes. This release includes documentation or metadata updates. - Updated SKILL.md for improved clarity and completeness. - No changes to frontmatter structure or core workflow. - _meta.json unchanged, functionality remains the same.
v1.2.0
skill-creator-plus v1.2.0 - Clarified frontmatter description rules, changing “价值钩子” to “亮点说明” for increased clarity. - Updated internal documentation language for improved consistency and precision. - No functional workflow or file structure changes; SKILL.md content and metadata remain the same except for language refinements. - Audience guidance and best practices in main documentation improved for easier understanding.
v1.1.1
skill-creator-plus 1.1.1 - Overhauled SKILL.md to deliver a comprehensive, step-by-step guide for creating, editing, and optimizing OpenClaw AgentSkills in line with ClawHub standards. - Clarified file and metadata structure requirements, including strict frontmatter and _meta.json format guidelines. - Detailed ClawHub scanner rules, validation checklist, and progressive disclosure design principles to minimize context bloat and promote modularity. - Emphasized minimal, action-oriented descriptions, proper credential handling, and binary requirements, with enhanced instructions for skill packaging and publishing. - Expanded guidance on pitfalls that silently break skill detection and context management, ensuring robust skill creation from scratch or for existing improvements.
v1.0.5
- 修正关于技能自动加载目录(managedSkillsDir = ~/.openclaw/skills/)的描述,明确其为默认自动加载路径,无需额外配置。 - 明确区分 extraDirs 用途,仅针对非标准路径(如 ~/.config/my-skills/)。 - 精简和更新 OpenClaw Parser Gotchas 部分,避免误导性的旧配置指引。 - 其余规范和流程未变。
v1.0.4
- Improved the description in SKILL.md for greater clarity, specifying support for both new skill creation and audits/edits to existing skills. - Expanded the workflow summary, making it clear that full guidance is provided for design, frontmatter, _meta.json formatting, scanner rules, disclosure, checklist, and publishing. - Adjusted frontmatter description for conciseness and precision. - No changes to validation logic or core functionality—documentation and description improvements only.
v1.0.3
skill-creator-plus 1.0.3 - Expanded SKILL.md with a new "关于 Skills" section to clearly define skills, their types, and resource packaging (scripts, references, assets). - Added sections on "核心原则" (conciseness & appropriate instructional freedom) and "渐进式披露设计原则" (progressive disclosure and context management). - Clarified recommended file structure and content boundaries for SKILLs, including examples and anti-patterns. - Detailed a step-by-step skill creation and iteration workflow, including skill resource planning and packaging. - Retained all security requirements, ClawHub scanner rules, and validation checklist from previous versions.
v1.0.2
**Expanded docs for correct ClawHub/OpenClaw skill scaffolding and stricter checklist** - Description rewritten for tighter scanner rule compliance and more explicit _meta.json requirements. - Adds a precise user-prompt/clarification step if skill name or purpose is missing. - Separation of scanner criteria, security, persistence, and credential requirements into focused rule sections. - Validation checklist expanded and updated; OS and binary requirements clarified in both SKILL.md and _meta.json. - Updated _meta.json and SKILL.md sample templates for context with and without credentials. - Multiple rule clarifications for description field, credential handling, and persistence handling based on ClawHub scanner behavior.
v1.1.0
**skill-creator-plus v1.1.0 changelog** - Overhauled documentation to focus on strict ClawHub scanner requirements and security checklist. - SKILL.md now features concise structure, mandatory validation steps, and critical OpenClaw/parser gotchas to avoid silent failures. - Description and metadata field rules aligned with ClawHub registry scanning quirks and truncation/summary logic. - Updated file generation guidance: output only SKILL.md and _meta.json, with all legacy documentation and extra files strictly excluded. - Added comprehensive validation checklist for publish readiness, ensuring smoother approval on ClawHub. - Expanded section on frequent errors and best practices for consistent, robust skill publishing.
v1.0.1
Skill Creator Plus 1.0.1 更新内容: - 完善 description,细化技能的主要用途与具体触发场景,让触发机制更清晰易辨。 - SKILL.md 文档重写,明确增加关于 Skills 设计原则、内容规划及结构组织的详细说明。 - 优化技能目录结构及命名规范说明,并强化对不应包含冗余文件的指引。 - 补充 OpenClaw 对 context window 管理、资源分拆和渐进式披露的最佳实践建议。 - 更新技能创建及发布流程,增强对开发、校验、打包和发布各环节的操作说明和 checklist。
v1.0.0
- 首次发布,推出 skill-creator-plus 中文增强版 - 新增 _meta.json 格式规范及三端版本一致性要求 - 提供详细 ClawHub 发布自检清单和错误案例说明 - 增强触发时机写法指南,支持中文描述与规范模板 - 完善技能创建流程、目录结构及常见错误防范 - 对比官方版,提升中文文档友好性和发布规范
Metadata
Slug skill-creator-plus
Version 1.2.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 11
Frequently Asked Questions

What is Skill Creator Plus?

创建、编辑、优化或审查 OpenClaw AgentSkills 技能。提供完整的工作流程指引:技能结构设计、frontmatter 规范、_meta.json 格式、ClawHub scanner 规则、渐进式披露设计、validation checklist 及发布流程。适用于从零创建新技能或改进现有技能。输... It is an AI Agent Skill for Claude Code / OpenClaw, with 172 downloads so far.

How do I install Skill Creator Plus?

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

Is Skill Creator Plus free?

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

Which platforms does Skill Creator Plus support?

Skill Creator Plus is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Skill Creator Plus?

It is built and maintained by AxelHu (@axelhu); the current version is v1.2.2.

💬 Comments