Scan Report
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.
Safe to install
No action required. This skill is safe to use as it only provides methodology guidance through markdown documentation.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | READ | READ | ✓ Aligned | Only reads/writes markdown files for optimization purposes |
| Network | NONE | NONE | — | No network access declared or observed |
| Shell | NONE | NONE | — | No shell execution in implementation |
| Environment | NONE | NONE | — | No environment variable access |
| Skill Invoke | NONE | NONE | — | Meta-skill for optimizing other skills, no direct invocation |
| Clipboard | NONE | NONE | — | No clipboard access |
| Browser | NONE | NONE | — | No browser access |
| Database | NONE | NONE | — | No database access |
File Tree
3 files · 11.1 KB · 233 lines Markdown 3f · 233L
├─
▾
references
│ └─
checklist-examples.md
Markdown
├─
optimization-changelog.md
Markdown
└─
SKILL.md
Markdown
Security Positives
✓ 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