Cinematic Script Writer

PassAudited by ClawScan on May 10, 2026.

Overview

The provided artifacts describe a coherent script-writing tool with disclosed CLI, storage, memory, and Google Drive features, with no evidence of malicious behavior.

This skill appears safe for its stated purpose. Before installing, verify the npm package source, connect Google Drive only if you want cloud saving, and avoid placing sensitive material in saved contexts or scripts unless you are comfortable with the configured storage.

Findings (3)

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

Installing the CLI gives the package code local execution capability under the user's account.

Why it was flagged

The skill is intended to be installed and run as a global npm CLI package. That is expected for this tool, but it means users are trusting the npm package they install.

Skill content
npm install -g openclaw-skills
Recommendation

Install only from a trusted package source and verify that the package name, version, and publisher match what you expect.

What this means

If connected, the skill may be able to create or save files in the user's Google Drive depending on the OAuth scope.

Why it was flagged

The skill can connect to a user's Google Drive account for saving projects. This is purpose-aligned, but it involves delegated account access.

Skill content
Google Drive: Uses Google OAuth2 for authentication. Credentials are stored securely in memory.
Recommendation

Review the OAuth permission prompt carefully and connect Google Drive only if you want the skill to save projects there.

What this means

Story details, character profiles, scripts, and prompts may be retained for later reuse or saving.

Why it was flagged

The skill is designed to store and retrieve contexts, scripts, and related project data. This persistence supports the stated workflow but can retain user-created content.

Skill content
OpenClaw Agent with memory permissions
Recommendation

Avoid storing highly sensitive personal or proprietary material unless you understand where the agent memory or storage backend keeps it.