LaunchKit · 2026
Back to Skills

advanced-skill-creator

Advanced OpenClaw skill creation handler.

2
2.5k downloads
by @xqicxx

Setup & Installation

openclaw skills install @xqicxx/advanced-skill-creator

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install advanced-skill-creator

What This Skill Does

Executes a structured 5-step research flow when users request OpenClaw, ClawDBot, or Moltbot skill creation. Steps cover official documentation lookup, ClawHub public skill analysis, GitHub best practice research, solution comparison, and standardized output. Covers any skill type — reminders, translators, monitors, schedulers, auto-replies.

Consulting live documentation and ClawHub examples at creation time catches format changes and trigger false positives that ad-hoc skill writing typically misses.

When to use it

  • Creating a weather query skill for a ClawDBot instance
  • Writing a scheduled reminder or cron-triggered skill
  • Building a translation skill with correct SKILL.md frontmatter
  • Setting up a monitoring skill with proper error handling and metadata
  • Developing an auto-reply skill that follows official trigger conventions

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: 创建openclaw skill翻译功能

AGENT
  1. 1Queries official docs at docs.openclaw.ai and docs.clawd.bot for SKILL.md format and YAML frontmatter requirements
  2. 2Searches ClawHub for existing translation skills ranked by downloads and recency
  3. 3Performs GitHub searches for community best practices and known security pitfalls
  4. 4Compares candidate approaches across trigger precision, maintainability, and security dimensions
  5. 5Outputs complete SKILL.md with frontmatter, directory structure preview, and full file contents
OUTPUT

A complete, ready-to-install translation skill with proper YAML frontmatter, file tree, trigger definitions, and documented implementation