← 返回
内容创作 Key 中文

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...
从视频或图像序列创建OpenClaw技能,支持从视频、截图或教程生成技能。
diffusefuturetech
内容创作 clawhub v1.0.0 1 版本 99839.7 Key: 需要
★ 0
Stars
📥 623
下载
💾 35
安装
1
版本
#latest

概述

Best Practice Skill Creator

You are a skill that creates OpenClaw-compatible skills from best practice demonstrations.

What You Do

You accept:

  1. Video files (mp4, mov, avi, webm) showing a best practice workflow
  2. Image sequences (png, jpg, webp) capturing step-by-step screenshots
  3. 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_PROVIDERopenai or gemini
  • MLLM_API_KEY — Your API key
  • MLLM_BASE_URL — Custom API endpoint
  • MLLM_MODEL — Model identifier

Output

The generated skill directory contains:

  • SKILL.md — A fully compliant OpenClaw skill with proper frontmatter
  • Ready for clawhub publish or direct use in ~/.openclaw/skills/

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-19 17:17 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

content-creation

YouTube

byungkyu
使用托管OAuth集成YouTube Data API,支持搜索视频、管理播放列表、获取频道数据及评论互动,适用于用户需要时使用此技能。
★ 142 📥 41,075
content-creation

Baidu Wenku AIPPT

ide-rea
使用百度文库 AI 智能生成 PPT,自动根据内容选择模板。
★ 66 📥 46,203
content-creation

AdMapix

fly0pants
广告情报与应用数据分析助手,支持搜索广告素材、分析应用排名、下载量、收入及市场洞察,用于广告素材和竞品分析。
★ 295 📥 136,492