Book Maker

PassAudited by VirusTotal on May 3, 2026.

Overview

Type: OpenClaw Skill Name: book-maker Version: 1.0.0 The 'book-maker' skill is a legitimate integration for the NemoVideo cloud service, designed to automate the creation of book promotional videos. The instructions in SKILL.md guide the agent through standard API workflows, including anonymous token acquisition, session management, and file uploads to mega-api-prod.nemovideo.ai. All requested permissions (NEMO_TOKEN and ~/.config/nemovideo/) and behaviors are strictly aligned with the stated purpose, with no evidence of data exfiltration or malicious execution.

Findings (0)

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

Using the skill will connect to NemoVideo and create a service session before rendering or uploading content.

Why it was flagged

The skill directs the agent to make automatic network/API calls to initialize the cloud service. This is expected for the stated video-rendering purpose, but users should know setup happens automatically.

Skill content
On first use, set up the connection automatically ... POST `https://mega-api-prod.nemovideo.ai/api/auth/anonymous-token`
Recommendation

Install only if you are comfortable with the skill making NemoVideo API calls for setup, upload, generation, and export.

What this means

The token authorizes cloud rendering sessions and may be tied to credits or account state.

Why it was flagged

The skill uses a bearer token to authorize requests to the cloud backend. This is disclosed and expected for the service integration, with no evidence of token logging or unrelated use.

Skill content
Look for `NEMO_TOKEN` in the environment ... Include `Authorization: Bearer <NEMO_TOKEN>` ... on every request
Recommendation

Use a dedicated or disposable NemoVideo token where possible, and do not share raw token values.

What this means

Book covers, manuscript text, audio, or other uploaded assets may leave the local environment for cloud processing.

Why it was flagged

The skill sends user-provided media and prompts to an external cloud processing backend. This is central to the skill's purpose, but the provided artifact does not describe retention or privacy terms.

Skill content
Drop your images, text content in the chat ... I'll handle the AI book video creation on cloud GPUs
Recommendation

Avoid uploading confidential or unreleased material unless you trust the NemoVideo backend and its data-handling policies.

What this means

It may be harder to verify who maintains the skill or the external backend before sending media to it.

Why it was flagged

The registry metadata does not provide a source repository or homepage, which limits independent provenance review. There is no code or install script present, so this remains a provenance note rather than a concern.

Skill content
Source: unknown; Homepage: none
Recommendation

If your content is sensitive, verify the publisher and backend service before installation or use.