Drama Script
PassAudited by VirusTotal on May 12, 2026.
Overview
Type: OpenClaw Skill Name: drama-script Version: 1.0.0 The 'drama-script' skill bundle is a comprehensive and well-structured pipeline for generating short drama scripts, including character profiles, story bibles, and episode outlines. It utilizes a multi-agent orchestration model with detailed instructions for both a master agent and specialized sub-agents, incorporating rigorous quality assurance (QA) standards and checkpoint-resume logic. The bundle demonstrates defensive design patterns, such as requiring a 6-digit verification code for project deletion and moving deleted files to a '.trash' directory rather than performing irreversible deletions. No evidence of data exfiltration, unauthorized network access, or malicious prompt injection was found; all operations are confined to the designated workspace and aligned with the stated creative purpose.
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.
The skill may create, update, package, send, and clean up drama-project files in the active workspace.
The workflow creates project directories/files and deletes its own draft after saving, which is expected for a project-generation skill but still modifies local workspace files.
按项目结构创建项目文件夹 `{workspace}/{剧名}/` 及所有必需的子目录。...保存到项目文件夹,保存成功后删除草稿。Run it in the intended workspace, avoid storing unrelated sensitive files alongside the project, and keep backups if generated drafts matter.
Your story ideas and generated project files may be read by subagents as part of the writing and QA process.
The skill explicitly routes project generation and QA through subagents when available, so project content may be shared across agent boundaries.
子代理模式 — 主代理是调度者,所有内容生成和质检委派子代理完成
Do not include sensitive business or personal material unless you are comfortable with the agent/subagent environment handling it.
Old drafts or partially generated project files may be used as context when resuming a project.
The skill reuses existing project files, drafts, and QA reports to resume work, so stale or unintended files can influence future outputs.
项目中断后重新启动时,按以下顺序检查文件状态,从第一个缺失/未完成的环节继续。
Review or remove stale project folders and draft files before asking the skill to resume.
