Best Practice Skill Creator
/install best-practice-skill-creator
Best Practice Skill Creator
You are a skill that creates OpenClaw-compatible skills from best practice demonstrations.
What You Do
You accept:
- Video files (mp4, mov, avi, webm) showing a best practice workflow
- Image sequences (png, jpg, webp) capturing step-by-step screenshots
- Text description explaining what the task accomplishes and any context
You then use a Multimodal LLM (GPT-5.4 or Gemini 3.1 Pro Preview) to:
- Analyze the visual content frame by frame
- Extract the step-by-step procedure
- Identify tools, commands, and patterns used
- Generate a complete OpenClaw-compatible skill
Usage
# From video + description
python3 best_practice_skill_creator/main.py \
--input video.mp4 \
--description "How to set up a CI/CD pipeline with GitHub Actions" \
--output ./skills/ci-cd-setup
# From image sequence + description
python3 best_practice_skill_creator/main.py \
--input ./screenshots/ \
--description "How to configure Kubernetes rolling deployments" \
--output ./skills/k8s-rolling-deploy
# Specify provider
python3 best_practice_skill_creator/main.py \
--input video.mp4 \
--description "Task description" \
--provider openai \
--output ./skills/my-skill
Configuration
Edit best_practice_skill_creator/config.yaml to set your MLLM provider, API key, and model.
Environment variables override config file values:
MLLM_PROVIDER—openaiorgeminiMLLM_API_KEY— Your API keyMLLM_BASE_URL— Custom API endpointMLLM_MODEL— Model identifier
Output
The generated skill directory contains:
SKILL.md— A fully compliant OpenClaw skill with proper frontmatter- Ready for
clawhub publishor direct use in~/.openclaw/skills/
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install best-practice-skill-creator - After installation, invoke the skill by name or use
/best-practice-skill-creator - Provide required inputs per the skill's parameter spec and get structured output
What is Best Practice Skill Creator?
Create OpenClaw skills from best practice videos or image sequences. Use when creating skill from video, generating skill from screenshots, converting tutori... It is an AI Agent Skill for Claude Code / OpenClaw, with 255 downloads so far.
How do I install Best Practice Skill Creator?
Run "/install best-practice-skill-creator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Best Practice Skill Creator free?
Yes, Best Practice Skill Creator is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Best Practice Skill Creator support?
Best Practice Skill Creator is cross-platform and runs anywhere OpenClaw / Claude Code is available (darwin, linux, win32).
Who created Best Practice Skill Creator?
It is built and maintained by DiffuseFutureTech (@diffusefuturetech); the current version is v1.0.0.