← 返回 Skills 市场
油管视频转音频到飞书
作者
YangCODEING
· GitHub ↗
· v1.0.0
· MIT-0
216
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install youtube-to-feishu
功能描述
Download YouTube video audio and upload to Feishu cloud storage
安全使用建议
This skill appears to do what it says: it runs yt-dlp (network access to YouTube) to produce MP3 files in a temp folder, then relies on the OpenClaw/Feishu tool integrations to upload and send the file. Before installing: (1) ensure you have Python and yt-dlp available; (2) understand yt-dlp will download content from YouTube—respect copyright and company policy; (3) confirm Feishu OAuth/permissions are granted to the platform (FEISHU_USER_ID alone isn’t enough to perform uploads outside OpenClaw); (4) review the included scripts if you want to audit behavior (they spawn child processes and write to a temp directory). If you are comfortable with these, the skill is internally coherent.
功能分析
Type: OpenClaw Skill
Name: youtube-to-feishu
Version: 1.0.0
The skill bundle provides a legitimate utility for downloading YouTube audio via yt-dlp and preparing it for upload to Feishu cloud storage. The implementation uses secure practices such as subprocess.run with argument lists in Python and execFile in Node.js to prevent shell injection, includes basic URL validation, and implements a cleanup routine for temporary files in youtube_to_feishu_complete.py.
能力评估
Purpose & Capability
Name/description match the included code and SKILL.md. The package includes Python scripts and a Node tool wrapper that call yt-dlp to download audio and rely on OpenClaw/Feishu integration calls to upload/send; required binaries (python, yt-dlp) are appropriate for the task.
Instruction Scope
SKILL.md and the Python/JS code confine actions to: fetching YouTube metadata, running yt-dlp to download/convert audio, storing files in a local temp directory, calling platform Feishu upload/message tools, and cleaning temp files. There are no instructions to read unrelated system files or to transmit arbitrary data to external endpoints beyond YouTube and Feishu integrations.
Install Mechanism
No remote download/install steps are embedded; dependencies are standard (yt-dlp via pip). This is low-risk compared to arbitrary URL downloads or unpacking remote archives.
Credentials
The skill declares only FEISHU_USER_ID as a required env var (reasonable to identify the recipient). However, actual Feishu uploads require OAuth credentials/permissions; the code expects OpenClaw-provided Feishu integration (feishu_drive_file / feishu_im_user_message) rather than raw tokens. This is coherent if you trust the platform to supply Feishu auth, but FEISHU_USER_ID alone is not sufficient to perform uploads outside that environment.
Persistence & Privilege
always is false and the skill does not request persistent system-wide privileges or modify other skills. It executes child processes (yt-dlp/python) within the skill's temp directory—normal for this functionality.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install youtube-to-feishu - 安装完成后,直接呼叫该 Skill 的名称或使用
/youtube-to-feishu触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
youtube-to-feishu v1.0.0
- Initial release: download YouTube video audio and upload it to Feishu cloud storage.
- Supports extracting video info, downloading as MP3, uploading to Feishu, and sharing via Feishu chat.
- Enforces 100MB file size limit and auto-cleans temporary files.
- Requires yt-dlp and Python 3.8+.
- Provides step-by-step user interaction with clear status updates.
- User must supply Feishu open_id (FEISHU_USER_ID) for uploads.
元数据
常见问题
油管视频转音频到飞书 是什么?
Download YouTube video audio and upload to Feishu cloud storage. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 216 次。
如何安装 油管视频转音频到飞书?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install youtube-to-feishu」即可一键安装,无需额外配置。
油管视频转音频到飞书 是免费的吗?
是的,油管视频转音频到飞书 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
油管视频转音频到飞书 支持哪些平台?
油管视频转音频到飞书 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 油管视频转音频到飞书?
由 YangCODEING(@yanghuicode)开发并维护,当前版本 v1.0.0。
推荐 Skills