扫描报告
0 /100
skill-optimizer
Auto-improve any OpenClaw skill using Karpathy's autoresearch loop
Pure documentation/meta-skill for AI skill optimization with no code execution, network access, or credential handling.
可以安装
No action required. This skill is safe to use as it only provides methodology guidance through markdown documentation.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | READ | READ | ✓ 一致 | Only reads/writes markdown files for optimization purposes |
| 网络访问 | NONE | NONE | — | No network access declared or observed |
| 命令执行 | NONE | NONE | — | No shell execution in implementation |
| 环境变量 | NONE | NONE | — | No environment variable access |
| 技能调用 | NONE | NONE | — | Meta-skill for optimizing other skills, no direct invocation |
| 剪贴板 | NONE | NONE | — | No clipboard access |
| 浏览器 | NONE | NONE | — | No browser access |
| 数据库 | NONE | NONE | — | No database access |
目录结构
3 文件 · 11.1 KB · 233 行 Markdown 3f · 233L
├─
▾
references
│ └─
checklist-examples.md
Markdown
├─
optimization-changelog.md
Markdown
└─
SKILL.md
Markdown
安全亮点
✓ Pure documentation/meta-skill with no executable code
✓ No network requests or external communications
✓ No credential access or environment variable reading
✓ No file system operations beyond markdown file I/O
✓ No suspicious patterns (base64, eval, curl|bash, etc.)
✓ Contains appropriate Gotchas section for transparency
✓ Uses progressive disclosure with references/ folder
✓ No dependencies or external packages required