Skills
Reusable instructions on top of the CLI for OpenClaw and ClawHub.
Skills package an opinionated workflow on top of the dlazy CLI: a fixed prompt, a fixed command shape, and a fixed expected output. They are useful when you want an agent to run one specific recipe consistently — without re-deciding which tool to call or which flags to pass.
When to Reach for a Skill
- You repeat the same
dlazy <tool> --prompt ...flow many times and want it as one button. - You're sharing a workflow with teammates who shouldn't have to learn every flag.
- The agent has been picking the wrong tool — a Skill lets you pin the right one.
For free-form exploration where the agent should choose tools, prefer MCP instead.
Using a Skill in OpenClaw
-
Install the Skill into OpenClaw — for example, install
dlazy-generatefrom ClawHub:openclaw skills install dlazyai/dlazy-generate -
Make sure
npm/npxare on PATH on the host running OpenClaw. -
Run
dlazy auth set sk-xxxx(or setDLAZY_API_KEY) so the Skill can authenticate. -
Trigger the Skill — OpenClaw runs the bundled
dlazycommand for you.
Browsing & Sharing on ClawHub
ClawHub is the distribution surface for published Skills.
- Example listing: https://clawhub.ai/dlazyai/dlazy-generate
- Before installing a Skill, review its metadata and the install command it runs.
- Keep your local CLI authenticated; Skills are thin wrappers and inherit your CLI auth.
Sketch of a Skill
Conceptually, a Skill is just instructions that boil down to a CLI invocation:
# What the Skill ultimately runs
dlazy seedance-2.0 \
--prompt "$USER_PROMPT" \
--images "$REFERENCE_IMAGE" \
--duration 4Anything the CLI can do (pipelines, --batch, --no-wait, ...) a Skill can wrap.
Skill Catalog
All Skills below are published under the dlazyai/ org on ClawHub. Install any of them with openclaw skills install dlazyai/<name>, or open https://clawhub.ai/dlazyai/<name> to inspect.
Composite Generation
Recommended starting points — auto-route to the right model.
Image
- dlazy-banana-pro
- dlazy-banana2
- dlazy-gpt-image-2
- dlazy-grok-4-2
- dlazy-image-replicate
- dlazy-imageseg
- dlazy-jimeng-t2i
- dlazy-kling-image-o1
- dlazy-mj-imagine
- dlazy-recraft-v4
- dlazy-recraft-v4-pro
- dlazy-recraft-v4-pro-vector
- dlazy-recraft-v4-vector
- dlazy-seedream-4-5
- dlazy-seedream-5-0-lite
- dlazy-superres
- dlazy-viduq2-t2i
Video
- dlazy-happyhorse1-0
- dlazy-jimeng-dream-actor
- dlazy-jimeng-i2v-first
- dlazy-jimeng-i2v-first-tail
- dlazy-jimeng-omnihuman-1-5
- dlazy-kling-v3
- dlazy-kling-v3-omni
- dlazy-pixverse-c1
- dlazy-seedance-2-0
- dlazy-seedance-2-0-fast
- dlazy-veo-3-1
- dlazy-veo-3-1-fast
- dlazy-video-replicate
- dlazy-video-scenes
- dlazy-viduq2-i2v
- dlazy-wan2-7
Audio
- dlazy-doubao-tts
- dlazy-gemini-2-5-tts
- dlazy-keling-sfx
- dlazy-keling-tts
- dlazy-kling-audio-clone
- dlazy-suno-music
- dlazy-vidu-audio-clone
Workflows & Utilities
- dlazy-execute
- dlazy-merge
- dlazy-plan
- dlazy-script
- idea2video
- image-amazon-product-image-suite
- image-marketing-brochure
- image-social-carousel
- image-social-media
- image-storyboard
- logo-branding-system
- search-image
- search-video
- search-audio
- text-spoken-script
- text-storyboard-script
- video-storyboard-generate
- webtoon-adapter