Video Using Ai
Analysis
This instruction-only skill is consistent with cloud AI video editing, but it uploads media to an external service and uses a NEMO token/session.
Findings (7)
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
"click" or "点击" → execute the action via the relevant endpoint
The skill tells the agent to turn backend GUI-style text into API actions, so remote service responses can guide the agent's behavior within the editing session.
Upload — `POST /api/upload-video/nemo_agent/me/<sid>` ... Export — `POST /api/render/proxy/lambda`
The skill directs the agent to perform network API operations that upload files, mutate a remote editing session, and start export jobs. These actions match the purpose but are user-impacting.
Source: unknown; Homepage: none
The registry metadata does not provide a source repository or homepage for independent provenance review, even though the skill depends on a remote cloud service.
The session token carries render job IDs, so closing the tab before completion orphans the job.
A render job can continue or become detached from the user interface if the session is interrupted, which can leave remote work in an uncertain state.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
`requires`: {"env": ["NEMO_TOKEN"] ... "primaryEnv": "NEMO_TOKEN"} ... `Authorization: Bearer <NEMO_TOKEN>`The skill requires a bearer token for the Nemo video service. This credential use is declared and purpose-aligned, but it grants access to a remote account/session and credits.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Save `session_id` from the response ... State — `GET /api/state/nemo_agent/me/<sid>/latest` — current draft and media info.
The skill stores and later retrieves remote session state and draft/media information, which can shape subsequent summaries and edits.
The AI video creation runs on remote GPU nodes ... All calls go to `https://mega-api-prod.nemovideo.ai`.
The skill communicates with an external provider for processing and rendering. This is clearly disclosed and necessary for the purpose, but user media and prompts are sent off-device.
