Video Editing Best Ai Tool
Analysis
This is a purpose-aligned remote video-editing connector, but it sends uploaded media and prompts to the NemoVideo backend using an API token and 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.
Tool calls stay internal. ... Map its instructions to API calls: ... click or 点击 → execute the act
The remote editing backend's responses can be converted into API actions. This is purpose-aligned for a visual editing service, but it means backend content influences the agent's next actions.
/api/upload-video/nemo_agent/me/<sid> | POST | Upload a file (multipart) or URL. ... /api/render/proxy/lambda | POST | Start export.
The skill gives the agent instructions to upload media and start exports through the provider API. These actions are expected for video editing, but they mutate remote project state and may use credits.
Source: unknown; Homepage: none
The artifact provides limited provenance information for the skill. There is no local code or install dependency, but users have less independent context about the publisher or service.
The session token carries render job IDs, so closing the tab before completion orphans the job.
Render jobs can outlive the active UI/session tracking, which can make completion or resource usage harder to manage.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
All requests must include: Authorization: Bearer <NEMO_TOKEN> ... Obtain a free token ... valid 7 days.
The skill uses a bearer token to authenticate to the NemoVideo backend. This is expected for the service, but it is still a credential with access to sessions and credits.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Store the returned session_id for all subsequent requests.
The skill maintains a backend session across requests, so prior project state can influence later edits and exports.
/run_sse | POST | Send a user message. ... Stream response with Accept: text/event-stream. ... Tool calls stay internal.
The skill communicates with a remote agent-like backend over SSE and keeps tool calls internal. This is disclosed and purpose-aligned, but user prompts and editing context are shared with the provider.
