安全扫描
OpenClaw
安全
high confidenceThe skill's code and instructions match its stated purpose (rewriting short stories into a 3x3 visual script); it asks for no credentials, performs no network or file-exfiltration operations, and its local Python script is self-contained and proportionate to the task.
评估建议
This skill appears coherent and self-contained: it rewrites short stories into a 3x3 visual script and the included Python file implements exactly that with no networking or secret access. Before installing or running any third‑party skill, you may want to (1) review the included script yourself (it's short and uses only argparse/json), (2) run it in a sandbox or isolated environment if you're cautious, and (3) avoid feeding very sensitive secrets into the story text (the script will print whate...详细分析 ▾
✓ 用途与能力
Name/description (convert story -> Seedance 3x3 visual script) align with the included Python script and the SKILL.md: the script rewrites an input story into 9 paragraphs according to the action/emotion templates. No unrelated capabilities (cloud, system admin, or extra services) are requested.
ℹ 指令范围
SKILL.md instructs running the bundled Python script (examples use an absolute workspace path under /home/ubuntu/.openclaw/...), extracts story core info and outputs formatted text/JSON. The instructions do not tell the agent to read arbitrary system files, env vars, or talk to external endpoints. The absolute path example reveals a workspace layout but is not a security action on its own.
✓ 安装机制
No install spec is provided (instruction-only plus a small script). No remote downloads or package installs; the included script is small, pure-Python, and self-contained (no external dependencies).
✓ 凭证需求
The skill declares no required environment variables, no credentials, and no config paths. The runtime behavior in the script does not access environment variables or secrets.
✓ 持久化与权限
always is false and the skill makes no claims about modifying agent configuration or persisting credentials. It does not request elevated or permanent privileges.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv0.1.12026/2/22
Add source attribution to original X post: https://x.com/ponyodong/status/2021534195659816995
● 无害
安装命令 点击复制
官方npx clawhub@latest install seedance-3x3-optimizer
镜像加速npx clawhub@latest install seedance-3x3-optimizer --registry https://cn.clawhub-mirror.com
技能文档
来源参考:
快速流程
- 判断剧情类型:
action(动作冲突)或emotion(情感冲突)。 - 提取输入中的核心信息:角色、场景、冲突、关键动作、结局。
- 运行脚本生成 9 段视觉化文本(每段 50-120 字)。
- 返回结果时附上可选参数建议(风格、镜头节奏、颜色对比)。
使用脚本
python3 /home/ubuntu/.openclaw/workspace/skills/seedance-3x3-optimizer/scripts/optimize_story.py \
--story "少年在宗门大比被羞辱,最终拔剑逆袭" \
--mode action \
--title "宗门逆袭" \
--style "玄幻电影感"
输出默认为 Markdown,可直接粘贴到 Seedance。
如需 JSON:
python3 /home/ubuntu/.openclaw/workspace/skills/seedance-3x3-optimizer/scripts/optimize_story.py \
--story "兄妹因理念不同最终分道扬镳" \
--mode emotion \
--json
结果要求(重写标准)
- 不写抽象判断词(如“很强”“很伤心”),改写为可见细节(眼神、呼吸、环境反应、光线变化、物体状态)。
- 每一段都要有至少一个“可拍到”的元素:
- 九段形成完整曲线,不要九段都在同一情绪强度。
段落模板
action:对峙(1-3) → 爆发(4-6) → 终结(7-9)emotion:和谐(1-3) → 裂痕(4-6) → 决裂(7-9)
更细模板见:references/3x3-patterns.md
数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制
免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制