Pinterest Video Download
v1.0.2Download 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...
⭐ 0· 81·0 current·0 all-time
byHe Kai@hekaiii
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & 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.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
latestvk977tcvdkvej5x270vhzya6c9183h2db
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
