← 返回 Skills 市场
150
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install pinterest-video-download
功能描述
Download the main video from a Pinterest pin and save it as a local MP4 for personal media workflows such as wallpaper saving, repost preparation, or Live Ph...
安全使用建议
This skill appears to do what it says: locate an HLS (.m3u8) for a Pinterest pin and run ffmpeg to save an MP4 locally. Before installing or enabling it, consider: (1) Legal/terms — ensure you have the right to download and reuse the pinned video (copyright and Pinterest TOS). (2) Dependencies — ffmpeg is required; the instructions say to "install missing dependencies yourself," which could cause an agent to run package-manager commands if you allow it. Only permit installations you trust. (3) Discovery step — the skill expects the agent (or you) to find the .m3u8 by inspecting the page; if your agent has no browsing capability, you may need to supply the m3u8 URL manually. (4) File sharing — sending the MP4 back through chat will transmit the file over the platform; avoid sharing sensitive/copyrighted media. (5) If you prefer stricter control, run the included Python script locally with an m3u8 URL and a target path instead of allowing autonomous agent actions.
能力评估
Purpose & Capability
The skill's description (download the main Pinterest pin video) matches the included helper script and instructions. One small mismatch: SKILL.md tells the agent to "open the pin in the browser and inspect page resources" and resolve pin.it short links, but the package does not include a browser automation/scraping implementation — it expects the agent or user to locate the .m3u8 URL. This is plausible for an instruction-only skill but is worth noting.
Instruction Scope
Instructions stay within the stated purpose (find HLS playlist, choose highest variant, download via ffmpeg, save under ~/.openclaw/workspace/downloads/). They do include two vague items: (1) "install missing dependencies yourself when safe" — which could lead an agent to run package-manager commands if permitted, and (2) 'open the pin in the browser and inspect page resources' — which implies browsing or manual inspection. The guidance does not instruct reading unrelated files or exfiltrating data.
Install Mechanism
No install spec (instruction-only) and one small helper Python script. This is low-risk; the only external dependency is ffmpeg (explicitly mentioned). The skill does not download arbitrary code from external URLs or create non-standard system binaries.
Credentials
The skill requires no environment variables, credentials, or config paths. It does not request or embed secrets and only needs network/file access sufficient to fetch HLS segments and write a file to the workspace.
Persistence & Privilege
The skill is not marked always:true and does not request persistent system-wide privileges. It writes into its own workspace path and does not modify other skills or global agent configuration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pinterest-video-download - 安装完成后,直接呼叫该 Skill 的名称或使用
/pinterest-video-download触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
Refine public wording and replace shell helper with clearer Python downloader
v1.0.1
Polish summary and trigger wording
v1.0.0
Initial release: download video from Pinterest pin links
元数据
常见问题
Pinterest Video Download 是什么?
Download the main video from a Pinterest pin and save it as a local MP4 for personal media workflows such as wallpaper saving, repost preparation, or Live Ph... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 150 次。
如何安装 Pinterest Video Download?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pinterest-video-download」即可一键安装,无需额外配置。
Pinterest Video Download 是免费的吗?
是的,Pinterest Video Download 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Pinterest Video Download 支持哪些平台?
Pinterest Video Download 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Pinterest Video Download?
由 He Kai(@hekaiii)开发并维护,当前版本 v1.0.2。
推荐 Skills