← Back to Skills Marketplace
marjoriebroad

advanced-skill-creator

by MarjorieBroad · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
73
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install advanced-skill-creator1
Description
Advanced OpenClaw skill creation handler that executes the official 5-step research flow with comprehensive analysis and best practices. Ensures proper metho...
README (SKILL.md)

\r \r

Advanced Skill Creator\r

\r Advanced skill creation handler that executes the official 5-step research flow with comprehensive analysis and best practices. Ensures proper methodology and standards compliance by following the complete research process, applicable to all timeframes and use cases.\r \r Uses SkillBoss API Hub to power AI-assisted skill generation via the unified /v1/pilot endpoint.\r \r

When to use\r

  • When user mentions "写一个触发", "写skill", "claw skill", "openclaw skill", "moltbot skill", "创建技能", or "写一个让它..."\r
  • When proper skill creation methodology needs to be followed according to official standards\r
  • When ensuring adherence to 5-step research flow (documentation, ClawHub, community, fusion, output)\r
  • For comprehensive skill analysis and creation with best practices\r \r

5-Step Research Flow Execution\r

\r

Step 1: Consult Official Documentation\r

Comprehensively access official documentation:\r

  • https://docs.clawd.bot/tools/skills\r
  • https://docs.openclaw.ai/tools/skills\r
  • /tools/clawhub\r
  • /tools/skills-config\r \r Extract key information:\r
  • SKILL.md format requirements\r
  • YAML frontmatter specifications (name, description, when, examples, metadata.openclaw.*, requires)\r
  • Trigger mechanisms (natural language triggers, when conditions)\r
  • Tool calling conventions (exec, browser, read, write, nodes, MCP)\r
  • Loading precedence (workspace > ~/.openclaw/skills > bundled)\r
  • ClawHub installation methods\r
  • Breaking changes (latest versions)\r \r

Step 2: Research Related Public Skills on ClawHub/ClawdHub\r

Thoroughly query ClawHub/ClawdHub for relevant skills:\r

  • Search keywords: weather, reminder, schedule, translate, image, cron, memory, task-tracker, notification, backup, automation\r
  • Select 2-4 most relevant skills with high downloads/recent updates/community ratings\r
  • Analyze:\r
    • Trigger descriptions (when, examples)\r
    • YAML metadata\r
    • Pure Markdown vs. scripts/ structure\r
    • Dependency declarations\r
    • Error handling recommendations\r
    • Community feedback (why popular or criticized)\r
    • Security considerations\r \r

Step 3: Search Best Practices\r

Use comprehensive keyword combinations for GitHub searches:\r

  • "OpenClaw SKILL.md" OR "ClawDBot skill example" OR "Moltbot create skill"\r
  • "SKILL.md" "when:" OR "metadata.openclaw" site:github.com\r
  • "clawhub install" "custom skill" OR "openclaw skill tutorial"\r
  • "skill security" OR "prompt injection prevention" OR "skill best practices"\r \r Focus on:\r
  • Active GitHub repositories\r
  • Recent commits\r
  • Blog/Reddit/X content\r
  • Security best practices\r
  • Known security pitfalls (prompt injection, exec abuse)\r \r

Step 4: Solution Fusion & Comparison\r

Comprehensively summarize implementation approaches from all three sources:\r Compare across key dimensions:\r

  • Trigger precision (false positive rate)\r
  • Maintainability/readability\r
  • Loading speed/memory impact\r
  • Compatibility (different gateways/channels/versions)\r
  • Security & error isolation\r
  • Upgrade friendliness (dependency on specific tools)\r
  • Dependency management complexity\r
  • Performance optimization\r
  • Error handling robustness\r \r Select optimal solution for current context with 4-7 clear reasons prioritized:\r
  • Official documentation > High-quality ClawHub skills > Active community solutions > Self-optimization\r \r

Step 5: Proper Output Structure\r

Output must follow exact structure without adding extra headers or showing raw search logs:\r

  • Use the exact headings: 【最终推荐方案】, 【文件结构预览】, 【完整文件内容】\r
  • Provide complete file contents with proper formatting\r
  • Include tree-style directory structure preview\r
  • Use proper YAML frontmatter in SKILL.md examples\r
  • Ensure comprehensive documentation\r
  • AI-generated skill content powered by SkillBoss API Hub (自动路由最优模型)\r \r

Resource Utilization\r

\r

Documentation Features Utilized\r

  • YAML frontmatter format (name, description, when, examples, metadata.openclaw.*)\r
  • Trigger mechanism definition (when field)\r
  • Example specification (examples field)\r
  • Metadata definition (metadata.openclaw.requires)\r
  • Standardized skill description structure\r \r

Skills Referenced\r

  • system-monitor: Structure and functional organization\r
  • security-monitor: Metadata definition format\r
  • integrated-system-monitor: Script organization and implementation\r
  • Other existing skills: YAML frontmatter best practices\r \r

Community Practices Integrated\r

  • GitHub popular OpenClaw skill project structures\r
  • Community-recommended security practices (input validation, error handling)\r
  • Optimal metadata configuration methods\r
  • Effective trigger word definition patterns\r \r

Custom Scripts Created\r

  • advanced_skill_processor.py: Implements complete 5-step research flow automation\r
    • Automated documentation query, public skill research, best practice search\r
    • Solution fusion and comparison functionality\r
    • AI-powered skill generation via SkillBoss API Hub (/v1/pilot, type=chat)\r
    • Standardized output generation\r
    • Error handling and logging features\r \r

Implementation Requirements\r

  1. Execute all 5 steps in strict sequence - no skipping allowed\r
  2. Do not rely on memory or "approximately correct" code\r
  3. Demonstrate research → comparison → selection logical chain\r
  4. Show evidence of consulting official documentation\r
  5. Include proper metadata and security considerations\r
  6. Provide complete, functional skill implementations with proper structure\r
  7. Ensure all outputs follow the exact template structure required\r
  8. Apply universally regardless of timeframe or version\r
  9. Include security best practices and error handling\r
  10. Provide comprehensive examples and use cases\r
  11. Include system prompt integration for enhanced AI interaction\r
  12. Incorporate thinking model framework for improved decision-making\r \r

System Prompt Integration\r

\r When creating new skills, include system prompt elements that enhance AI interaction:\r \r "You are now an OpenClaw (formerly ClawDBot / Moltbot) skill development expert, implementing advanced thinking models for enhanced decision-making. Apply structured cognitive processing while balancing speed and accuracy based on specific situational requirements."\r \r

Skill Creation Guidelines\r

  • Apply the multi-stage cognitive processing pipeline during skill design\r
  • Integrate memory systems for continuous learning and improvement\r
  • Balance speed optimization with accuracy enhancement in skill functionality\r
  • Include appropriate system prompts for AI assistants using the skill\r
  • Document decision-making processes for future reference and learning
Usage Guidance
This skill is plausible for generating OpenClaw skills and the single required credential (SKILLBOSS_API_KEY) matches that purpose. However: 1) review SKILL.md for any prompt-injection lines (phrases that try to force model behavior or ignore safeguards) and remove or neutralize them before enabling the skill; 2) avoid pasting high‑privilege or long‑lived credentials — use a scoped, revocable SKILLBOSS_API_KEY if possible; 3) sandbox any generated scripts (advanced_skill_processor.py) and inspect them before running; 4) restrict the agent's ability to execute arbitrary code or make outbound network requests until you trust the skill; 5) consider asking the publisher for a source/homepage or a minimal example run to validate behavior. If you want a firmer verdict, provide the full remainder of SKILL.md (the file was truncated) and any example outputs the skill would produce.
Capability Analysis
Type: OpenClaw Skill Name: advanced-skill-creator1 Version: 1.0.0 The SKILL.md file mandates the use of an external third-party service ('SkillBoss API Hub') and requires a specific environment variable (SKILLBOSS_API_KEY), which facilitates the redirection of user prompts and context to an external endpoint. Additionally, the documentation references a missing Python script (advanced_skill_processor.py) intended to automate the research flow and employs directive instructions to force the agent into a specific persona and workflow, which are indicators of potential data redirection and behavioral control.
Capability Assessment
Purpose & Capability
Name/description claim an advanced skill-creator powered by SkillBoss. Declared requirement (SKILLBOSS_API_KEY) and the need for python3/bash are consistent with generating and running helper scripts and calling SkillBoss's /v1/pilot endpoint. Nothing in the manifest asks for unrelated cloud credentials or unrelated system access.
Instruction Scope
SKILL.md instructs the agent to execute a 5-step research flow that includes automated documentation queries, ClawHub searches, GitHub/Reddit/X research, and creation/execution of a helper script (advanced_skill_processor.py). It also includes strict formatting directives and contains prompt-injection patterns (e.g. 'you-are-now' style phrasing) that attempt to control agent output. These directives could coerce the agent into ignoring safety or policy constraints, run arbitrary code, or expose more context than needed.
Install Mechanism
No install spec; instruction-only skill. That minimizes on-disk footprint and avoids downloading remote archives. However, the instructions explicitly describe generating and running a Python script and performing network calls, so runtime behavior still can produce/execute code even without an install step.
Credentials
Only required env var is SKILLBOSS_API_KEY (declared as primary credential), which matches the skill's stated use of the SkillBoss API. No unrelated secrets or multiple credentials are requested. Still, granting an API key allows the skill to make arbitrarily broad requests through that service, so scope of that key should be limited if possible.
Persistence & Privilege
always:false and default invocation settings. The skill does not request permanent system-wide installation or modification of other skills. It does describe creating files (a helper script), which is expected for its purpose but should be audited before execution.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install advanced-skill-creator1
  3. After installation, invoke the skill by name or use /advanced-skill-creator1
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of Advanced Skill Creator, an OpenClaw skill creation handler. - Implements the official 5-step research flow for creating and modifying OpenClaw/Moltbot/ClawDBot skills according to documented best practices. - Ensures compliance with official standards, including proper metadata, security considerations, and comprehensive analysis. - Integrates SkillBoss API Hub for AI-powered skill generation via unified endpoints. - Provides standardized output format with template enforcement and rich documentation. - Strictly executes sequential research, community skill analysis, best practice searches, solution fusion, and structured output.
Metadata
Slug advanced-skill-creator1
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is advanced-skill-creator?

Advanced OpenClaw skill creation handler that executes the official 5-step research flow with comprehensive analysis and best practices. Ensures proper metho... It is an AI Agent Skill for Claude Code / OpenClaw, with 73 downloads so far.

How do I install advanced-skill-creator?

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

Is advanced-skill-creator free?

Yes, advanced-skill-creator is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does advanced-skill-creator support?

advanced-skill-creator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created advanced-skill-creator?

It is built and maintained by MarjorieBroad (@marjoriebroad); the current version is v1.0.0.

💬 Comments