/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.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install gh-skillguard - 安装完成后,直接呼叫该 Skill 的名称或使用
/gh-skillguard触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Skillguard 是什么?
Run a complete security audit on any OpenClaw SKILL.md in one call. Combines malware scanning (SkillScan), permission scope analysis (ScopeCheck), and prompt... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 88 次。
如何安装 Skillguard?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install gh-skillguard」即可一键安装,无需额外配置。
Skillguard 是免费的吗?
是的,Skillguard 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Skillguard 支持哪些平台?
Skillguard 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Skillguard?
由 mirni(@mirni)开发并维护,当前版本 v1.0.0。