← Back to Skills Marketplace
yanghuicode

油管视频转音频到飞书

by YangCODEING · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
216
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install youtube-to-feishu
Description
Download YouTube video audio and upload to Feishu cloud storage
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install youtube-to-feishu
  3. After installation, invoke the skill by name or use /youtube-to-feishu
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug youtube-to-feishu
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 油管视频转音频到飞书?

Download YouTube video audio and upload to Feishu cloud storage. It is an AI Agent Skill for Claude Code / OpenClaw, with 216 downloads so far.

How do I install 油管视频转音频到飞书?

Run "/install youtube-to-feishu" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 油管视频转音频到飞书 free?

Yes, 油管视频转音频到飞书 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 油管视频转音频到飞书 support?

油管视频转音频到飞书 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 油管视频转音频到飞书?

It is built and maintained by YangCODEING (@yanghuicode); the current version is v1.0.0.

💬 Comments