Facebook Video Maker

v1.0.4

Facebook Video Maker — Create Facebook Ads, Reels and Page Videos with AI. Video ads on Facebook deliver sixty-seven percent more conversions than static i...

0· 76·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (Facebook Video Maker) matches what the SKILL.md does: talk to nemovideo.ai APIs to upload, edit, and render videos. The only credential requested is NEMO_TOKEN and the config path (~/.config/nemovideo/) is consistent with a client ID persistence for that service.
Instruction Scope
Instructions are focused on setting up a client id, obtaining an anonymous token, creating sessions, and driving edits via the Nemovideo API (SSE workflow). They instruct reading/writing ~/.config/nemovideo/client_id and uploading user media — both expected for this functionality. Minor note: the skill persists a client_id file in the user's home config directory and stores an ephemeral token for the session; users should expect their uploaded media and edits to be transmitted to the nemovideo backend.
Install Mechanism
Instruction-only skill with no install spec or code to download — lowest install risk.
Credentials
Requested env vars are limited and appropriate: NEMO_TOKEN (primary credential) and optional NEMO_API_URL, NEMO_WEB_URL, NEMO_CLIENT_ID. No unrelated secrets or cloud provider credentials are requested.
Persistence & Privilege
always:false and default autonomous invocation are normal. The skill writes a small config (~/.config/nemovideo/client_id) under its own directory, which is proportional for client identification. It does not request system-wide or other skills' credentials.
Assessment
This skill connects to nemovideo.ai to upload and edit videos; it will store a client_id under ~/.config/nemovideo/ and obtain an ephemeral token (NEMO_TOKEN) to call the service. Before installing, confirm you trust nemovideo.com and are comfortable sending video files to their backend and having a client_id persisted in your home config directory. Do not provide unrelated secrets or production credentials. If you need stricter privacy, review Nemovideo's privacy/TOS and consider testing with non-sensitive sample video first.

Like a lobster shell, security has layers — review code before you run it.

latestvk97cbkkh9j90zsy3cd116kndjh83pnfn

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

👍 Clawdis
EnvNEMO_TOKEN
Primary envNEMO_TOKEN

Comments