OpenClaw Master Skills is a curated, regularly updated collection of skills that extends an AI personal assistant platform with capabilities such as research, browser automation, presentation creation, and prompt work. It is intended for people using OpenClaw or MyClaw.ai to give their agents additional tasks and workflows. The catalogue contains many skills and agents from this collection.
Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add LeoYeAI/openclaw-master-skills --skill agentaudit-skillgit clone --depth 1 https://github.com/LeoYeAI/openclaw-master-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/leoyeai/openclaw-master-skills/agentaudit-skill)<a href="https://agentmods.dev/skills/leoyeai/openclaw-master-skills/agentaudit-skill"><img src="https://agentmods.dev/badge/skills/leoyeai/openclaw-master-skills/agentaudit-skill/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/leoyeai/openclaw-master-skills/agentaudit-skill"><img src="https://agentmods.dev/badge/skills/leoyeai/openclaw-master-skills/agentaudit-skill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 3 findings, up to high
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- high Privilege Escalation · line 144 Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.Fix: Remove references to credential paths. Use environment variables or secrets managers. For docs, use placeholder paths (e.g., /path/to/config). Never load .env or token files in production code paths.
- high Privilege Escalation · line 489 Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.Fix: Remove references to credential paths. Use environment variables or secrets managers. For docs, use placeholder paths (e.g., /path/to/config). Never load .env or token files in production code paths.
- high Privilege Escalation · line 490 Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.Fix: Remove references to credential paths. Use environment variables or secrets managers. For docs, use placeholder paths (e.g., /path/to/config). Never load .env or token files in production code paths.
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00036 | $0.04840 |
| Opus 5 | $0.00018 | $0.02420 |
| Sonnet 5 | $0.00007 | $0.00968 |
| Haiku 4.5 | $0.00004 | $0.00484 |
Grade A, and why
agentaudit-skill scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
**Compatibility**: Node.js 18+ (cross-platform) **or** bash + curl + jq (Unix). Internet access required for registry lookups. Copies of this mod
1 near-identical copy found in the catalogue:
- agentaudit-skill — 100% identical, 0 lines differ
How it starts
The opening of the file, as written. The whole thing — 517 lines — stays where its author put it; the contents beside it link to each section on GitHub.
📋 Metadata
Version: 3.0 Author: starbuck100 Homepage: https://agentaudit.dev Repository: https://github.com/starbuck100/agentaudit-skill
Compatibility: Node.js 18+ (cross-platform) or bash + curl + jq (Unix). Internet access required for registry lookups.
Platforms: Claude Code, Cursor, Windsurf, GitHub Copilot, OpenClaw, Pi — Windows, macOS, Linux
Categories: Security, Package Management
Keywords: npm, pip, security-gate, vulnerability
🚀 Quick Start
Prerequisites: Node.js 18+ (recommended, cross-platform) or bash + curl + jq (Unix-only)
Choose ONE script variant and use it consistently:
- Node.js (
*.mjs): Works on Windows, macOS, Linux. Use ifnode --versionsucceeds. - Bash (
*.sh): Unix only (macOS/Linux). Requires bash, curl, jq.
1. Register (one-time):
# Pick ONE — do not run both:
node scripts/register.mjs your-agent-name # Node.js (cross-platform)
bash scripts/register.sh your-agent-name # Bash (Unix-only)
2. Installation (platform-specific instructions in README.md):
- Claude Code:
ln -s "$(pwd)" ~/.claude/skills/agentaudit→ Restart Claude Code - Cursor:
ln -s "$(pwd)" ~/.cursor/skills/agentaudit→ Restart Cursor - Windsurf:
ln -s "$(pwd)" ~/.windsurf/skills/agentaudit→ Restart Windsurf - OpenClaw:
clawhub install agentaudit - VS Code Copilot:
ln -s "$(pwd)" .github/skills/agentaudit→ Restart VS Code
3. Verify:
# Pick ONE:
node ~/.claude/skills/agentaudit/scripts/gate.mjs npm lodash # Node.js
bash ~/.claude/skills/agentaudit/scripts/gate.sh npm lodash # Bash
# Expected: JSON with "gate": "PASS"
Important: Scripts require absolute paths or AGENTAUDIT_HOME env var:
# Linux/macOS:
export AGENTAUDIT_HOME="$HOME/.claude/skills/agentaudit"
# Windows (PowerShell):
$env:AGENTAUDIT_HOME = "$HOME\.claude\skills\agentaudit"
🚨 HARD RULE: NEVER install packages directly. ALWAYS gate first.
What ships with it
23 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- _meta.json 297 B
- install.sh 5.7 KB runs code
- prompts/audit-prompt.md 37 KB
- prompts/review-prompt.md 2.8 KB
- README.md 34 KB
- references/API-REFERENCE.md 4.1 KB
- references/AUDIT-METHODOLOGY.md 6.8 KB
- references/DETECTION-PATTERNS.md 5.9 KB
- references/REPORT-FORMAT.md 5.0 KB
- references/TROUBLESHOOTING.md 4.4 KB
- references/TRUST-SCORING.md 2.2 KB
- scripts/_curl-retry.sh 850 B runs code
- scripts/_load-key.sh 1.6 KB runs code
- scripts/check.mjs 6.3 KB runs code
- scripts/check.sh 5.7 KB runs code
- scripts/gate.mjs 5.2 KB runs code
- scripts/gate.sh 4.9 KB runs code
- scripts/register.mjs 4.7 KB runs code
- scripts/register.sh 3.4 KB runs code
- scripts/rotate-key.sh 2.3 KB runs code
- scripts/upload.mjs 7.3 KB runs code
- scripts/upload.sh 8.4 KB runs code
- scripts/verify.sh 3.6 KB runs code
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 9d ago First seen · 517 lines · 36 tokens per session scan A 52ce95471dd2
agentaudit-skill is a skill published in the GitHub repository LeoYeAI/openclaw-master-skills (2,141 stars, last pushed 1mo ago), licensed MIT. It adds 36 tokens to every session and 4,840 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other skills, from other repositories
comfyui-skill-openclaw
Run registered ComfyUI workflows through the fast comfyui-skill CLI, and use the official local Comfy MCP for live template, node, model, validation, and orchestration capabilities. Use this Skill when: (1) The user requests to "generate an image", "draw a picture", or "execute a ComfyUI workflow". (2) The user has…
openclaw-auto-dream
Cognitive memory architecture for OpenClaw agents — periodic dream cycles that consolidate daily logs into structured long-term memory with importance scoring, insights, and push notifications. Use when: user asks for 'auto memory', 'dream', 'auto-dream', 'memory consolidation', 'memory dashboard'. Powered by…
openclaw-ultra-scraping
Powerful web scraping, crawling, and data extraction with stealth anti-bot bypass. Bypasses anti-bot systems (Cloudflare Turnstile, CAPTCHAs) out of the box. Use when: (1) scraping websites that block normal requests, (2) extracting structured data from web pages, (3) crawling multiple pages with concurrency, (4)…
myclaw-backup
Backup and restore all OpenClaw configuration, agent memory, skills, and workspace data. Part of the MyClaw.ai (https://myclaw.ai) open skills ecosystem — the AI personal assistant platform that gives every user a full server with complete code control. Use when the user wants to create a snapshot of their OpenClaw…
agentsec
Audit AI agent skills for security vulnerabilities. Use when scanning installed skills against the OWASP Agentic Skills Top 10, checking skills before running them, gating CI/CD on skill safety, or generating audit reports (text, JSON, SARIF, HTML) for stakeholders.
create-teammate
Distill a teammate into an AI Skill. Auto-collect Slack/Teams/GitHub data, generate Work Skill + 5-layer Persona, with continuous evolution. Use when: user wants to capture a colleague's knowledge before they leave, create an AI version of a teammate, distill tribal knowledge into a reusable skill, or says…