← 返回 Skills 市场
thedalbee

Youtube Clipper Ko

作者 thedalbee · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
246
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install youtube-clipper-ko
功能描述
한국어 YouTube 영상을 바이럴 클립으로 자동 분할하는 스킬. Whisper로 음성 분석 → Claude로 바이럴 구간 선정 → ffmpeg으로 클립 추출. 무음/숨소리 구간 제거, 3색 한국어 자막(SUIT 폰트), 바이럴 점수 + 리즌 텍스트 포함. YouTube URL 또...
安全使用建议
Before installing, be aware of these points: - Privacy/hosting: Despite README claims of 'local-only', the script uploads audio to OpenAI Whisper and sends transcripts/prompts to Anthropic for analysis. If you must keep audio/video entirely offline, do not use this skill as-is (consider replacing Whisper/Anthropic calls with a local ASR/LLM). - Credential visibility: The code requires OPENAI_API_KEY and an Anthropic API key (used at runtime). The registry metadata did not declare these env vars — verify and set keys only after you accept the external API usage. - Data sensitivity & copyright: Using yt-dlp downloads remote videos; uploading audio to external APIs may violate privacy or copyright expectations. Only process content you are allowed to upload to those services. - Confirm author/source: The README points to a GitHub repo and an author handle; if you care about provenance, inspect the repo and commits. Prefer installing from a known repository rather than an anonymous bundle. - Running safely: Run with the --dry option first to inspect transcripts and outputs. Consider running in an isolated environment (container, VM) and limit network egress if you want to inspect behavior before allowing API calls. Rotate keys after testing and scope them appropriately. - Ask for fixes: Request the publisher update the registry metadata to declare required env vars (OPENAI_API_KEY, ANTHROPIC_API_KEY) and correct the 'local-only' wording in README/SKILL.md so it accurately reflects external API usage. If you want a fully offline alternative, ask the author or maintainers whether the tool supports a local-only ASR (e.g., whisper.cpp) and local LLM processing, or consider forking the project and replacing network calls.
功能分析
Type: OpenClaw Skill Name: youtube-clipper-ko Version: 0.1.0 The youtube-clipper-ko skill is a legitimate video processing tool designed to automate the creation of short-form clips from YouTube videos. It utilizes standard libraries and tools such as yt-dlp for downloading, OpenAI Whisper for transcription, and Anthropic Claude for content analysis. The Python script (scripts/clip.py) safely handles external process execution using subprocess lists to prevent shell injection, and the instructions in SKILL.md are strictly aligned with the tool's stated purpose without any evidence of malicious prompt injection or data exfiltration.
能力评估
Purpose & Capability
The name/description (YouTube → viral clips using Whisper + Claude + ffmpeg) match the included script: it downloads videos (yt-dlp), extracts audio, calls OpenAI Whisper for transcription, calls Anthropic for segment selection, and uses ffmpeg to produce clips. However the registry metadata lists no required environment variables even though the code expects OPENAI_API_KEY and an Anthropic API key — this metadata omission is an incoherence.
Instruction Scope
SKILL.md and README state '로컬 실행' / '영상 외부 서버에 올라가지 않음', but scripts/clip.py uploads audio to OpenAI's Whisper API and sends transcript/prompts to Anthropic — i.e., user audio and transcript are sent to external services. Instructions also rely on yt-dlp and ffmpeg via subprocess; they do not appear to exfiltrate data to unexpected endpoints beyond OpenAI and Anthropic, but the 'local-only' claim is misleading.
Install Mechanism
There is no binary download/install spec embedded in the package (instruction-only plus included Python script). Dependencies are standard (yt-dlp, ffmpeg, openai, anthropic) and the README/scripting suggest pip/brew/apt installs; nothing in the manifest points to arbitrary archive downloads or obscure URLs.
Credentials
The runtime requires API keys (OPENAI_API_KEY for Whisper and an Anthropic key) which are appropriate for the described external API usage, but the registry metadata incorrectly lists no required env vars and SKILL.md references other tooling keys (TOOLS.md/Gemini) in a confusing way. The omission of these credentials from metadata is a meaningful mismatch and could lead users to miss the fact that audio/transcripts will be uploaded to third parties.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system-wide configs, and only writes outputs into its own outputs/ directory. It uses subprocesses and writes files locally as expected for a media-processing tool.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install youtube-clipper-ko
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /youtube-clipper-ko 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
youtube-clipper-ko v0.1.0 initial release - 자동으로 한국어 YouTube 영상을 바이럴 클립으로 분할해주는 기능 제공 - Whisper로 음성 분석, Claude Haiku로 바이럴 구간 8~12개 선정, ffmpeg로 클립 추출 - 무음/숨소리 구간 압축 및 3색 SUIT ExtraBold 한국어 자막 자동 추가 - YouTube URL, 로컬 파일 입력 모두 지원 - 클립별 바이럴 점수와 선정 이유 자동 부여, 메타데이터 JSON 포함 - Clawitzer 파이프라인과 연동 가능
元数据
Slug youtube-clipper-ko
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Youtube Clipper Ko 是什么?

한국어 YouTube 영상을 바이럴 클립으로 자동 분할하는 스킬. Whisper로 음성 분석 → Claude로 바이럴 구간 선정 → ffmpeg으로 클립 추출. 무음/숨소리 구간 제거, 3색 한국어 자막(SUIT 폰트), 바이럴 점수 + 리즌 텍스트 포함. YouTube URL 또... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 246 次。

如何安装 Youtube Clipper Ko?

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

Youtube Clipper Ko 是免费的吗?

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

Youtube Clipper Ko 支持哪些平台?

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

谁开发了 Youtube Clipper Ko?

由 thedalbee(@thedalbee)开发并维护,当前版本 v0.1.0。

💬 留言讨论