Ai Viral Title Generator

v1.0.0

Skip the learning curve of professional editing software. Describe what you want — generate 10 viral title options for my cooking video that will get more cl...

0· 52·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 (generate viral titles from uploaded videos) matches the instructions: the SKILL.md describes uploading video, creating a session, sending SSE messages for generation, and returning titles or exported video URLs. Required env var (NEMO_TOKEN) and the declared config path (~/.config/nemovideo/) are reasonable for a cloud video-processing integration.
Instruction Scope
Instructions perform network calls to the nemovideo API (auth, session, upload, render, status, credits) and instruct the agent to accept and forward user-uploaded video files. They also describe generating an anonymous token when NEMO_TOKEN is absent. The only slightly unexpected action is detecting an install path to set X-Skill-Platform (requires probing local paths), which is attribution-only and not essential to core title-generation — minor scope creep but explained in the file.
Install Mechanism
No install spec and no code files — instruction-only skill. This is the lowest-risk install model because nothing is written or downloaded by the skill itself.
Credentials
The skill declares a single required environment variable (NEMO_TOKEN) and a config path. That aligns with the API bearer-token model described. The SKILL.md also documents a safe fallback (anonymous-token) rather than requiring other unrelated secrets. No unrelated credentials, passwords, or cloud provider keys are requested.
Persistence & Privilege
always is false and the skill does not request elevated platform privileges. It does ask to save session_id and reuse tokens for its own API sessions (normal for a service integration). Autonomous invocation is allowed but that is the default for skills and not a problem here.
Assessment
This skill is internally consistent with a cloud video-processing/title-generation service, but you should still exercise normal caution: 1) The skill will upload your video content to https://mega-api-prod.nemovideo.ai — do not upload private or sensitive footage unless you trust that domain and its privacy policy. 2) If you already have a NEMO_TOKEN, prefer using a limited-scope token; otherwise the skill will obtain an anonymous 7-day token for you. 3) The SKILL.md references reading the install path and a config directory (~/.config/nemovideo/) for attribution/session use — ensure those files do not contain other secrets you care about. 4) The package has no homepage and an unknown source owner; if you need higher assurance, ask the publisher for a homepage, documentation, or a privacy policy before using it with sensitive data.

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

latestvk97bds42q7zgac0y8wyc1bv54184p8fy

License

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

Runtime requirements

🔥 Clawdis
EnvNEMO_TOKEN
Primary envNEMO_TOKEN

Comments