Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
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.
User asks: 创建openclaw skill翻译功能
- 1Queries official docs at docs.openclaw.ai and docs.clawd.bot for SKILL.md format and YAML frontmatter requirements
- 2Searches ClawHub for existing translation skills ranked by downloads and recency
- 3Performs GitHub searches for community best practices and known security pitfalls
- 4Compares candidate approaches across trigger precision, maintainability, and security dimensions
- 5Outputs complete SKILL.md with frontmatter, directory structure preview, and full file contents
A complete, ready-to-install translation skill with proper YAML frontmatter, file tree, trigger definitions, and documented implementation