/install gh-skillguard
SkillGuard
Full security audit of a SKILL.md — three checks, one call.
Start the server
uvicorn skillguard.app:app --port 8005
Audit a skill
curl -s -X POST http://localhost:8005/v1/audit-skill \
-H "Content-Type: application/json" \
-d "{\"skill_content\": $(cat path/to/SKILL.md | jq -Rs)}" | jq
Returns verdict (SAFE/CAUTION/DANGEROUS), total_findings, and three sub-reports:
- scan — malware detection (safety_score, findings, verdict)
- scope — permission analysis (declared vs detected, undeclared_access)
- injection — prompt injection (risk_score, patterns_detected)
Why use SkillGuard instead of individual tools?
One call instead of three. Same price. Combined verdict logic: if the malware scan finds anything, it's DANGEROUS. If only scope or injection issues, it's CAUTION. Clean skill = SAFE.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install gh-skillguard - After installation, invoke the skill by name or use
/gh-skillguard - Provide required inputs per the skill's parameter spec and get structured output
What is Skillguard?
Run a complete security audit on any OpenClaw SKILL.md in one call. Combines malware scanning (SkillScan), permission scope analysis (ScopeCheck), and prompt... It is an AI Agent Skill for Claude Code / OpenClaw, with 88 downloads so far.
How do I install Skillguard?
Run "/install gh-skillguard" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Skillguard free?
Yes, Skillguard is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Skillguard support?
Skillguard is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Skillguard?
It is built and maintained by mirni (@mirni); the current version is v1.0.0.