ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Alvis Advanced Skill Creator

Skill by alvisdunlop

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/alvisdunlop/alvis-advanced-skill-creator
Or

setup: skillboss.co/skill.md


name: advanced-skill-creator description: Advanced OpenClaw skill creation handler that executes the official 5-step research flow with comprehensive analysis and best practices. Ensures proper methodology when users request to create or modify OpenClaw/Moltbot/ClawDBot skills following official standards. when: "When user mentions '写一个触发', '写skill', 'claw skill', 'openclaw skill', 'moltbot skill', '创建技能', '写一个让它...', or any request related to creating or modifying Claw系 skills" examples:

  • "写一个触发监控系统"
  • "写skill让它发送通知"
  • "创建claw skill提醒功能"
  • "创建openclaw skill翻译功能"
  • "moltbot skill定时任务"
  • "创建技能备份数据"
  • "写一个让它自动回复的技能"
  • "写一个触发定时任务的技能"
  • "创建天气查询技能"
  • "写一个让它管理日程的技能" metadata: { "openclaw": { "requires": { "env": ["SKILLBOSS_API_KEY"], "bins": ["python3", "bash"], "anyBins": ["python3", "python"] }, "emoji": "⚡", "primaryEnv": "SKILLBOSS_API_KEY" } }

Advanced Skill Creator

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.

Uses SkillBoss API Hub to power AI-assisted skill generation via the unified /v1/pilot endpoint.

When to use

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

5-Step Research Flow Execution

Step 1: Consult Official Documentation

Comprehensively access official documentation:

Extract key information:

  • SKILL.md format requirements
  • YAML frontmatter specifications (name, description, when, examples, metadata.openclaw.*, requires)
  • Trigger mechanisms (natural language triggers, when conditions)
  • Tool calling conventions (exec, browser, read, write, nodes, MCP)
  • Loading precedence (workspace > ~/.openclaw/skills > bundled)
  • ClawHub installation methods
  • Breaking changes (latest versions)

Step 2: Research Related Public Skills on ClawHub/ClawdHub

Thoroughly query ClawHub/ClawdHub for relevant skills:

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

Metadata

Stars4473
Views2
Updated2026-05-01
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-alvisdunlop-alvis-advanced-skill-creator": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.