扫描报告
5 /100
video-edit-strategy
视频剪辑策略生成 - analyzes video materials and user intent to output structured JSON editing strategies
Pure documentation skill that only generates video editing strategy JSON; no executable code, no network access, no credential handling, and no file operations beyond accepting user-provided file paths as input.
可以安装
No action required. This skill is safe to use as it only outputs JSON strategies and does not execute any commands.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | NONE | — | Skill does not read or write files; only accepts user-provided paths as JSON inp… |
| 网络访问 | NONE | NONE | — | No network operations defined |
| 命令执行 | NONE | NONE | — | No shell execution in skill; references downstream skills only |
| 环境变量 | NONE | NONE | — | No environment variable access |
| 技能调用 | NONE | NONE | — | References downstream skills in execution_plan but does not invoke them directly |
| 剪贴板 | NONE | NONE | — | No clipboard access |
| 浏览器 | NONE | NONE | — | No browser access |
| 数据库 | NONE | NONE | — | No database access |
目录结构
3 文件 · 37.8 KB · 1232 行 Markdown 3f · 1232L
├─
examples.md
Markdown
├─
SKILL.md
Markdown
└─
strategy-schema.md
Markdown
安全亮点
✓ Pure documentation/specification skill with no executable code
✓ No network requests or external communication
✓ No credential access or sensitive file operations
✓ No obfuscation or hidden functionality
✓ Output is limited to structured JSON video editing strategies
✓ Only references user-provided file paths without accessing them directly