Pinterest Video Maker
v1.0.3Pinterest Video Maker â Create Video Pins and Idea Pins for Pinterest with AI. Static pins get saved. Video pins get saved and watched â and Pinterest ra...
⭐ 0· 69·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name and description match the runtime behavior: the SKILL.md describes converting user edits into API calls to the nemovideo backend, rendering and exporting video pins. The only credential declared is NEMO_TOKEN and the config path is ~/.config/nemovideo/, which are appropriate for a client that talks to the nemovideo service.
Instruction Scope
Instructions instruct the agent to: greet the user, check/use NEMO_TOKEN, read/write ~/.config/nemovideo/client_id (generate one if absent), call the nemovideo anonymous-token endpoint, create a session, and then drive edits over SSE/API calls. This is consistent with the described purpose, but it explicitly reads/writes a file in the user's home config and transmits uploaded media to an external API. Users should be aware that uploaded media and edit instructions are sent to the nemovideo API.
Install Mechanism
There is no install spec and no code files — the skill is instruction-only. Nothing is downloaded or extracted to disk beyond the small client config file the instructions create. This is the lowest-risk install mechanism.
Credentials
The skill declares a single primary credential (NEMO_TOKEN) and a few optional environment variables for API endpoints and client id. The SKILL.md documents anonymous token acquisition if no NEMO_TOKEN is present. No unrelated credentials (e.g., Pinterest or cloud provider secrets) are requested, which is proportionate to a third‑party editing service.
Persistence & Privilege
always:false and no system-wide changes are requested. The skill persists only its own client_id under ~/.config/nemovideo/ and maintains a session token (NEMO_TOKEN) for up to 7 days per the instructions. It does not request elevated privileges or modify other skills.
Assessment
This skill is coherent: it acts as a client for the nemovideo service, will create ~/.config/nemovideo/client_id and obtain a NEMO_TOKEN (anonymous or user-supplied) and will upload media and edit commands to https://nemovideo.com (or the configured NEMO_API_URL). Before using it, consider: (1) only upload media you are comfortable sending to a third-party service; (2) if you prefer not to use anonymous tokens, set your own NEMO_TOKEN in the environment; (3) review nemovideo.com privacy/security terms and the repository linked in the skill metadata if you want to audit code/server behavior; (4) the skill will not automatically post to Pinterest (no Pinterest credentials requested) — it produces exports you can upload yourself, so if you need automatic publishing, verify that flow separately.Like a lobster shell, security has layers — review code before you run it.
latestvk977m9bgc3dx8j0pq6vaq4sd4h83qvb1
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
ð Clawdis
Primary envNEMO_TOKEN
