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/
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install best-practice-skill-creator - 安装完成后,直接呼叫该 Skill 的名称或使用
/best-practice-skill-creator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 255 次。
如何安装 Best Practice Skill Creator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install best-practice-skill-creator」即可一键安装,无需额外配置。
Best Practice Skill Creator 是免费的吗?
是的,Best Practice Skill Creator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Best Practice Skill Creator 支持哪些平台?
Best Practice Skill Creator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux, win32)。
谁开发了 Best Practice Skill Creator?
由 DiffuseFutureTech(@diffusefuturetech)开发并维护,当前版本 v1.0.0。