← 返回 Skills 市场
1107
总下载
1
收藏
11
当前安装
1
版本数
在 OpenClaw 中安装
/install save-douyin-video-to-feishu-drive
功能描述
从抖音分享链接或视频页 URL 解析出可下载的视频直链、标题与描述,并可下载到本地或上传到飞书云盘。适用于需要解析抖音 URL(短链、/video/、/note/、modal_id 等)并获取真实播放地址或下载视频时使用。
安全使用建议
This skill appears to implement the described functionality, but review before use: 1) Required tooling is understated — you need Node 18+ to run the script, and SKILL.md examples assume curl and python3; ensure these are present. 2) Do NOT store app_id/app_secret or access tokens in plaintext TOOLS.md or shared files; prefer ephemeral tokens or secure secret storage (environment variables or a secrets manager). 3) The README suggests a readonly Feishu permission (drive.metadata:readonly) which contradicts the script's upload behavior — confirm required Feishu scopes (upload needs write permissions). 4) Run the script in a sandboxed environment (or with limited privileges) the first few times and inspect network calls if possible. 5) If you need higher confidence, ask the publisher for: a homepage/source repo, explanation of Feishu scopes required, and a statement that secrets will not be logged or stored insecurely. If you proceed, avoid embedding long-lived credentials in plain files.
功能分析
Type: OpenClaw Skill
Name: save-douyin-video-to-feishu-drive
Version: 1.0.0
The skill bundle's primary purpose is to parse Douyin video URLs, download videos, and upload them to Feishu Drive, which is a benign function. However, the `scripts/parse-douyin-video.js` file contains an arbitrary file write vulnerability. The `outputPath` argument, which can be controlled by user input or the agent, is directly used in `createWriteStream()` without sanitization. This could allow an attacker to overwrite arbitrary files on the system (e.g., `/etc/passwd` or `/root/.bashrc`) if a malicious path is provided. While there is no clear evidence of intentional data exfiltration, backdoors, or other malicious intent, this critical vulnerability makes the skill suspicious.
能力评估
Purpose & Capability
Name/description match the included script: it parses Douyin URLs, downloads video, and can upload to Feishu Drive. However, the package metadata claims no required binaries while SKILL.md and the script clearly require at least Node (Node 18+), and SKILL.md examples also use curl and python3. The absence of these requirements in metadata is an inconsistency.
Instruction Scope
SKILL.md instructs network operations (fetching Douyin and Feishu APIs), downloading files to temp directories, and uploading to Feishu — all consistent with purpose. Concerning items: SKILL.md suggests saving app_id/app_secret and folder_token into TOOLS.md (plaintext storage), and provides a curl|python snippet that assumes curl and python3 are available. The guidance to save secrets in a shared preferences file expands scope and increases risk.
Install Mechanism
No install spec — the skill is instruction + a single JavaScript script. Nothing is downloaded from external arbitrary URLs at install time. Risk is primarily runtime (script execution) rather than installer behavior.
Credentials
The skill requires Feishu credentials to upload (app_id/app_secret or tenant token and folder token). That is proportional to upload functionality, but SKILL.md recommends storing these secrets in TOOLS.md (plaintext) which is insecure. Also SKILL.md recommends giving the robot 'drive:drive.metadata:readonly' permission even though the script performs uploads (write operations) — this permission guidance appears incorrect or inconsistent with required capabilities.
Persistence & Privilege
always:false and no automatic autonomous persistence are appropriate. The only persistence the skill requests is that the user save preferences into TOOLS.md; this is user-directed, but the guidance to store secrets there is risky. The skill does not request system-wide config changes or other skills' credentials.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install save-douyin-video-to-feishu-drive - 安装完成后,直接呼叫该 Skill 的名称或使用
/save-douyin-video-to-feishu-drive触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
转发抖音分享链接,转存视频到飞书云盘。
元数据
常见问题
Save Douyin Video To Feishu Drive 是什么?
从抖音分享链接或视频页 URL 解析出可下载的视频直链、标题与描述,并可下载到本地或上传到飞书云盘。适用于需要解析抖音 URL(短链、/video/、/note/、modal_id 等)并获取真实播放地址或下载视频时使用。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1107 次。
如何安装 Save Douyin Video To Feishu Drive?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install save-douyin-video-to-feishu-drive」即可一键安装,无需额外配置。
Save Douyin Video To Feishu Drive 是免费的吗?
是的,Save Douyin Video To Feishu Drive 完全免费(开源免费),可自由下载、安装和使用。
Save Douyin Video To Feishu Drive 支持哪些平台?
Save Douyin Video To Feishu Drive 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Save Douyin Video To Feishu Drive?
由 kuaner(@kuaner)开发并维护,当前版本 v1.0.0。
推荐 Skills