扫描报告
0 /100
apollo-parallel
多个独立任务同时做,让AI子任务并行执行,最后汇总结果。包含研究/综合分离模式——多人并行研究,最后主Agent自己汇总。
This is a pure documentation/guide skill with no executable code, describing a multi-agent parallel coordination methodology using sessions_spawn.
可以安装
No action required. The skill is safe to use as it contains only documentation and no executable scripts.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | NONE | — | N/A - no file operations in code |
| 网络访问 | NONE | NONE | — | N/A - no network calls |
| 命令执行 | NONE | NONE | — | N/A - no shell commands |
| 环境变量 | NONE | NONE | — | N/A - no env access |
| 技能调用 | NONE | NONE | — | N/A - no skill invocations |
| 剪贴板 | NONE | NONE | — | N/A |
| 浏览器 | NONE | NONE | — | N/A |
| 数据库 | NONE | NONE | — | N/A |
目录结构
2 文件 · 4.4 KB · 174 行 Markdown 1f · 168L
JSON 1f · 6L
├─
_meta.json
JSON
└─
SKILL.md
Markdown
安全亮点
✓ No executable code - purely a documentation/guide skill
✓ All declared tools (sessions_spawn) match the described functionality
✓ No network calls or external communications
✓ No credential harvesting or environment variable access
✓ No shell commands or subprocess usage
✓ No obfuscation or base64-encoded payloads
✓ No sensitive file access
✓ Metadata is consistent with the documentation