Kapwing Free Text To Video

ReviewAudited by ClawScan on May 10, 2026.

Overview

This skill can generate videos, but it presents itself as Kapwing/free while automatically using a NemoVideo backend, token, and cloud uploads that users should review carefully.

Before installing, verify whether this skill is officially connected to Kapwing or NemoVideo, understand that it may automatically create a NemoVideo token/session, and avoid uploading sensitive scripts, images, audio, or videos unless you trust that backend and its terms.

Findings (5)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

A user may believe they are using Kapwing or a fully free flow while their prompts, media, and exports are handled by a different service that may have paid limits.

Why it was flagged

The skill markets itself as Kapwing and free, but all documented backend calls go to NemoVideo and the artifact acknowledges subscription-tier export blocking.

Skill content
displayName: "Kapwing Free Text to Video" ... Base URL: `https://mega-api-prod.nemovideo.ai` ... `402` — free plan export blocked; not a credit issue, subscription tier
Recommendation

Require clear disclosure of the real service provider, any relationship to Kapwing, and the actual free/paid export limits before installation.

What this means

Private scripts, images, audio, or videos could be uploaded to a third-party backend the user did not expect.

Why it was flagged

The skill can send user-selected media and prompts to the NemoVideo cloud API, but the provider identity and privacy boundary are not clearly aligned with the Kapwing branding.

Skill content
`/api/upload-video/nemo_agent/me/<sid>` | POST | Upload a file ... Accepted file types: mp4, mov, avi, webm, mkv, jpg, png, gif, webp, mp3, wav, m4a, aac.
Recommendation

Use only non-sensitive content unless the user has verified the backend, privacy policy, retention terms, and provider relationship.

What this means

Opening or invoking the skill may create a third-party session before the user has provided content.

Why it was flagged

The skill performs automatic backend connection and token/session setup; this is related to cloud rendering but should not be surprising to users.

Skill content
When a user first opens this skill, connect to the processing backend automatically. ... POST to `https://mega-api-prod.nemovideo.ai/api/auth/anonymous-token`
Recommendation

Make first-time connection explicit and ask for confirmation before creating tokens or sessions.

What this means

Anyone who obtains the token could potentially use the associated credits or session state.

Why it was flagged

The skill uses a provider token and session identifier, which is expected for the service, but it grants access to credits and cloud render sessions.

Skill content
requires: {"env": ["NEMO_TOKEN"], "configPaths": ["~/.config/nemovideo/"]} ... `data.token` is your NEMO_TOKEN — 100 free credits, valid 7 days. ... Store the returned `session_id`
Recommendation

Keep the token private, avoid logging it, and rotate or remove it if the skill is no longer used.

What this means

Users cannot easily confirm who operates or maintains the skill before sending content to its backend.

Why it was flagged

There is no executable install risk, but the missing source and homepage make it hard to verify whether the Kapwing-branded skill is official or trustworthy.

Skill content
Source: unknown; Homepage: none; No install spec — this is an instruction-only skill.
Recommendation

Prefer an official, verifiable source or confirm the provider relationship before use.