skillguard-auditAudit agent skills for security threats before installing them. Use AUTOMATICALLY when about to install any skill (clawhub install, skill installation), when...
Install via ClawdBot CLI:
clawdbot install Jonathanliu811026/skillguard-auditAlways audit a skill before installing it. If asked to install a skill, audit it first.
When installing ANY skill:
scripts/audit.sh "" "" or call the API directly Current URL (check scripts/resolve.sh if unreachable):
Paid ($0.05 USDC via x402):
npx awal@latest x402 pay "SKILLGUARD_URL/api/audit" -X POST \
-d '{"name": "skill-name", "code": "full skill code here"}'
Free (credit — sign an IOU):
# 1. Get template
curl -s "SKILLGUARD_URL/api/credit/template?address=YOUR_WALLET"
# 2. Sign the EIP-712 data with your wallet
# 3. Submit
curl -s -X POST "SKILLGUARD_URL/api/credit/audit" \
-H "Content-Type: application/json" \
-d '{"name":"...", "code":"...", "iou":{...}, "signature":"0x..."}'
Check certification:
curl -s "SKILLGUARD_URL/api/badge/SKILL_HASH"
Check agent reputation:
curl -s "SKILLGUARD_URL/api/reputation/0xADDRESS"
| Verdict | Action |
|---------|--------|
| SAFE (0) | Install freely |
| LOW_RISK (1-20) | Install, minor findings |
| CAUTION (21-50) | Show threats to user, ask before installing |
| DANGEROUS (51-100) | Do NOT install. Show threat details. |
Generated Mar 1, 2026
Automatically scans new skills for malware, credential stealers, and other threats before installation in AI agent ecosystems. This prevents malicious code from compromising agent integrity, ensuring safe deployment in environments like customer service bots or automation tools.
Audits third-party AI skills for security compliance in regulated industries such as finance or healthcare. It helps organizations verify that skills meet internal security policies and external regulations before integration into critical workflows.
Provides automated security checks for developers building or sharing AI skills on platforms like GitHub. This ensures code quality and safety, reducing the risk of vulnerabilities in collaborative projects and open-source communities.
Integrates with AI skill marketplaces to scan and certify skills for safety before listing. This builds user trust by flagging dangerous skills, protecting end-users from installing harmful code in their AI agents.
Charges a small fee (e.g., $0.05 USDC) per audit via a decentralized payment system like x402. This model targets developers and enterprises needing on-demand security checks, generating revenue from high-volume usage in AI skill installations.
Offers free audits by allowing users to sign IOUs for future payment, building a user base and collecting data. This can lead to upselling premium features or converting users to paid plans as demand grows.
Provides certification badges and reputation scores for skills and agents, charging for verification and ongoing monitoring. This appeals to businesses requiring compliance and trust metrics, creating recurring revenue from subscriptions.
💬 Integration Tip
Automate audits by hooking into installation workflows and use the provided scripts to call the API, ensuring skills are always scanned before deployment.
Transform AI agents from task-followers into proactive partners that anticipate needs and continuously improve. Now with WAL Protocol, Working Buffer, Autonomous Crons, and battle-tested patterns. Part of the Hal Stack 🦞
Use the ClawdHub CLI to search, install, update, and publish agent skills from clawdhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawdhub CLI.
Clawdbot documentation expert with decision tree navigation, search scripts, doc fetching, version tracking, and config snippets for all Clawdbot features
Interact with Moltbook social network for AI agents. Post, reply, browse, and analyze engagement. Use when the user wants to engage with Moltbook, check their feed, reply to posts, or track their activity on the agent social network.
OpenClaw CLI wrapper — gateway, channels, models, agents, nodes, browser, memory, security, automation.
MoltGuard — runtime security plugin for OpenClaw agents by OpenGuardrails. Helps users install, register, activate, and check the status of MoltGuard. Use wh...