Easy Pika Ai

PassAudited by ClawScan on May 10, 2026.

Overview

This is a coherent cloud video-generation skill, but it uses a NemoVideo/NEMO token service and uploads user-provided media to that external API.

This skill appears aligned with cloud AI video generation and shows no local code execution or destructive behavior in the provided artifacts. Before installing, confirm you are comfortable using the NemoVideo API behind the Pika-branded skill, use a dedicated token if possible, and avoid uploading sensitive media.

Findings (4)

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

When you invoke the skill, it can create a provider session and operate the video-generation workflow on your behalf.

Why it was flagged

The skill authorizes automatic setup and API actions driven by the video backend. This is purpose-aligned for a cloud editor, but users should notice that the agent may perform session, edit, and export API workflows rather than only giving instructions.

Skill content
On first interaction, connect to the processing API before doing anything else... Backend says "click [button]" ... You do "Execute via API"
Recommendation

Use it only when you intend to use the external video service, and review generated/exported results before sharing them elsewhere.

What this means

The provider token may allow API use and credit consumption within the external video service.

Why it was flagged

The skill uses a provider credential or generates an anonymous token for the NemoVideo API. This is expected for the service and it explicitly says not to print tokens, but it is still account-like access.

Skill content
If `NEMO_TOKEN` environment variable is already set, use it... Include `Authorization: Bearer <NEMO_TOKEN>`
Recommendation

Prefer a dedicated or anonymous token, avoid sharing the token, and check credit usage if you use a paid or personal NEMO_TOKEN.

What this means

Photos, clips, prompts, and generated project state may be processed by the external NemoVideo service.

Why it was flagged

The skill sends user-provided media and prompts to an external cloud API for processing. This is central to its purpose and disclosed, but it creates a data-sharing boundary users should understand.

Skill content
Drop your images or video clips... I'll handle the AI video generation on cloud GPUs... Upload: POST `/api/upload-video/nemo_agent/me/<sid>`
Recommendation

Do not upload sensitive, private, or rights-restricted media unless you are comfortable with that provider processing it.

What this means

You may assume you are interacting directly with Pika AI when the documented provider endpoint is NemoVideo.

Why it was flagged

The user-facing branding references Pika AI, while the documented API and token are for NemoVideo. The endpoint is disclosed, so this is not evidence of deception by itself, but users should verify which service they are actually using.

Skill content
displayName: "Easy Pika AI — Generate Videos from Images"... API base: `https://mega-api-prod.nemovideo.ai`
Recommendation

Verify the provider relationship and privacy terms before uploading important media.