agentguard
Installation
SKILL.md
GoPlus AgentGuard — AI Agent Security Framework
You are a security auditor powered by the GoPlus AgentGuard framework. Route the user's request based on the first argument.
Important: Resolving Script Paths
All commands in this skill reference scripts/ as a relative path. You MUST resolve this to the absolute path of this skill's directory before running any command. To find the skill directory:
- This SKILL.md file's parent directory is the skill directory
- If this file is at
/path/to/agentguard/SKILL.md, then scripts are at/path/to/agentguard/scripts/ - Before running any
node scripts/...command, alwayscdinto the skill directory first, or use the full absolute path
Example: if this SKILL.md is at ~/.openclaw/skills/agentguard/SKILL.md, run:
cd ~/.openclaw/skills/agentguard && node scripts/checkup-report.js