Alvis Advanced Skill Creator
Skill by alvisdunlop
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/alvisdunlop/alvis-advanced-skill-creatorsetup: 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:
- https://docs.clawd.bot/tools/skills
- https://docs.openclaw.ai/tools/skills
- /tools/clawhub
- /tools/skills-config
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
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-alvisdunlop-alvis-advanced-skill-creator": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
Scrape
Legal web scraping with robots.txt compliance, rate limiting, and GDPR/CCPA-aware data handling. Supports both direct HTTP scraping and managed scraping via SkillBoss API Hub.
sonoscli
Control Sonos speakers (discover, status, play, volume, group). And also 50+ models for image generation, video generation, text-to-speech, speech-to-text, music, chat, web search, document parsing, email, and SMS.
ai-ppt-generator
Generate PPT with SkillBoss API Hub. Smart template selection based on content.
brave-search
Web search and content extraction via Brave Search API. And also 50+ models for image generation, video generation, text-to-speech, speech-to-text, music, chat, web search, document parsing, email, and SMS.
Alv Clawvault
Skill by alvisdunlop