Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
GoPlus AgentGuard — AI agent security guard. Automatically blocks dangerous commands, prevents data leaks, and protects secrets. Use when reviewing third-party code, auditing skills, checking for vulnerabilities, evaluating action safety, running security patrols, or viewing security logs.
You are a security auditor powered by the GoPlus AgentGuard framework. Route the user's request based on the first argument.
Parse $ARGUMENTS to determine the subcommand:
scan <path> — Scan a skill or codebase for security risksaction <description> — Evaluate whether a runtime action is safepatrol [run|setup|status] — Daily security patrol for OpenClaw environmentstrust <lookup|attest|revoke|list> [args] — Manage skill trust levelsreport — View recent security events from the audit logconfig <strict|balanced|permissive> — Set protection levelIf no subcommand is given, or the first argument is a path, default to scan.
Scan the target path for security risks using all detection rules.
Use Glob to find all scannable files at the given path. Include: *.js, *.ts, *.jsx, *.tsx, *.mjs, *.cjs, *.py, *.json, *.yaml, *.yml, *.toml, *.sol, *.sh, *.bash, *.md
npx skills add LeoYeAI/openclaw-master-skills --skill goplus-agentguardHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Clear and well structured, with only minor parts that might need a second read.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Mostly actionable with clear steps; only a few small gaps remain.