Scan Report
5 /100
experience-layer
Skill Experience Layer - A failure-driven learning mechanism for OpenClaw agents
This is a benign knowledge-management skill containing only documentation and JSON templates for experience logging—no code, shell access, network calls, or credential handling.
Safe to install
This skill is safe to use. It only provides documentation and JSON templates for experience management.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | No file operations, only provides template files for user to populate |
| Network | NONE | NONE | — | No network requests in any file |
| Shell | NONE | NONE | — | No shell commands or subprocess calls |
| Environment | NONE | NONE | — | No environment variable access |
| Skill Invoke | NONE | NONE | — | No skill invocation patterns |
| Clipboard | NONE | NONE | — | No clipboard access |
| Browser | NONE | NONE | — | No browser automation |
| Database | NONE | NONE | — | No database access |
File Tree
8 files · 12.8 KB · 406 lines JSON 7f · 235L
Markdown 1f · 171L
├─
▾
examples
│ ├─
cron.json
JSON
│ ├─
edit.json
JSON
│ ├─
exec.json
JSON
│ ├─
feishu.json
JSON
│ └─
message.json
JSON
├─
▾
templates
│ ├─
empty-category.json
JSON
│ └─
example.json
JSON
└─
SKILL.md
Markdown
Security Positives
✓ No executable code—only documentation and JSON templates
✓ No shell commands or subprocess calls
✓ No network requests or external connections
✓ No credential harvesting or sensitive data access
✓ No obfuscation or encoded payloads
✓ Pure documentation skill with no runtime behavior
✓ MIT licensed with clear author attribution
✓ Templates are safe JSON structures for experience logging