← 返回 Skills 市场
olliewazza

Reel to Skill

作者 OliverHenry · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
63
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install reel-to-skill
功能描述
Download a TikTok, Instagram Reel, X video, or short-form video URL locally, extract/transcribe the audio, analyse the teaching or workflow inside it, and tu...
使用说明 (SKILL.md)

Reel to Skill

Use this when the user provides a TikTok/Instagram Reel/X video/short-form video link and wants a skill from it.

Workflow

  1. Download the video locally with scripts/download_transcribe.py.
  2. Transcribe the audio.
  3. Extract the repeatable procedure, decision rules, examples, and caveats.
  4. Create a skill folder under skills/\x3Cskill-name>/.
  5. Keep SKILL.md concise and procedural.
  6. Do not hardcode API keys, cookies, tokens, or user secrets into the skill.

Script

Run:

python3 skills/reel-to-skill/scripts/download_transcribe.py "\x3Curl>" --out /tmp/reel-skill

The script uses:

  • yt-dlp for downloading
  • ffmpeg for audio extraction
  • OpenAI transcription if OPENAI_API_KEY is available

If transcription is unavailable, extract frames and ask the user for a transcript or use available audio tooling.

安全使用建议
Install only if you are comfortable running yt-dlp and ffmpeg on user-selected video URLs. If OPENAI_API_KEY is set, the extracted audio will be sent to OpenAI for transcription; unset the key to avoid that. Always review the generated skill before using it because it is derived from untrusted video content.
功能分析
Type: OpenClaw Skill Name: reel-to-skill Version: 1.0.0 The skill is designed to automate the conversion of social media videos into OpenClaw skills by downloading content via `yt-dlp` and transcribing audio using the OpenAI API. The script `scripts/download_transcribe.py` uses safe subprocess calls (passing arguments as a list rather than a shell string) and correctly handles the `OPENAI_API_KEY` by sending it only to the official OpenAI transcription endpoint. No evidence of malicious intent, data exfiltration, or command injection vulnerabilities was found.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
The stated purpose matches the artifacts: download a user-provided short-video URL, extract/transcribe audio, analyze the workflow, and create an OpenClaw skill. The local commands and optional provider transcription are expected for that purpose.
Instruction Scope
Use is scoped to cases where the user provides a social-video link and wants a skill from it. Because the resulting skill is derived from untrusted video/transcript content, users should review the generated SKILL.md before relying on it.
Install Mechanism
There is no install spec and metadata declares no required binaries, but the script expects yt-dlp and ffmpeg to already be available. This is a setup/provenance note rather than suspicious behavior.
Credentials
The script optionally uses OPENAI_API_KEY and uploads the extracted audio to OpenAI for transcription. This is disclosed and proportionate to the transcription feature.
Persistence & Privilege
The workflow creates a new skill folder under skills/<skill-name>/, which is expected for a skill-generation tool but creates persistent agent instructions that should be reviewed.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install reel-to-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /reel-to-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Add social video download, transcription, and skill creation workflow
元数据
Slug reel-to-skill
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Reel to Skill 是什么?

Download a TikTok, Instagram Reel, X video, or short-form video URL locally, extract/transcribe the audio, analyse the teaching or workflow inside it, and tu... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 63 次。

如何安装 Reel to Skill?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install reel-to-skill」即可一键安装,无需额外配置。

Reel to Skill 是免费的吗?

是的,Reel to Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Reel to Skill 支持哪些平台?

Reel to Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Reel to Skill?

由 OliverHenry(@olliewazza)开发并维护,当前版本 v1.0.0。

💬 留言讨论