Trusted — Risk Score 0/100
Last scan:1 day ago Rescan
0 /100
cli-tool-template
OpenClaw workspace template for CLI tool development — provides agent identity, workspace conventions, and development workflow templates
This is a pure documentation/template repository for CLI tool development with zero executable code, no scripts, no dependencies, and no sensitive operations of any kind.
Skill Namecli-tool-template
Duration22.4s
Enginepi
Safe to install
Approve for use. This skill contains only Markdown template files with no executable content.
ResourceDeclaredInferredStatusEvidence
Filesystem NONE NONE No code, only Markdown templates
Network NONE NONE No network requests in any file
Shell NONE NONE No shell scripts or subprocess calls
Environment NONE NONE No environment variable access
Skill Invoke NONE NONE No skill invocation
Clipboard NONE NONE No clipboard access
Browser NONE NONE No browser automation
Database NONE NONE No database access

File Tree

8 files · 25.5 KB · 857 lines
Markdown 8f · 857L
├─ 📁 templates
│ ├─ 📝 AGENTS.md Markdown 275L · 9.0 KB
│ ├─ 📝 HEARTBEAT.md Markdown 64L · 1.9 KB
│ ├─ 📝 IDENTITY.md Markdown 72L · 2.1 KB
│ ├─ 📝 SOUL.md Markdown 87L · 2.6 KB
│ └─ 📝 USER.md Markdown 70L · 2.1 KB
├─ 📝 CHANGELOG.md Markdown 12L · 585 B
├─ 📝 README.md Markdown 145L · 3.6 KB
└─ 📝 SKILL.md Markdown 132L · 3.7 KB

Security Positives

✓ Zero executable code — all 8 files are Markdown documentation/templates
✓ No scripts, no shell commands, no subprocess calls
✓ No network requests or external communications
✓ No credential or environment variable access
✓ No obfuscation or base64-encoded payloads
✓ No sensitive file path access
✓ No dependencies to audit (no requirements.txt, package.json, etc.)
✓ Clean workspace conventions in AGENTS.md emphasize safety (e.g., 'trash > rm', ask before destructive actions)
✓ Memory management is clearly scoped to local workspace only