clawddocs — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited clawddocs (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Capability Summary: OpenClaw documentation expert skill with decision tree navigation, search scripts (sitemap, keyword, full-text index via qmd), doc fetching, version tracking, and config snippets for all OpenClaw features (providers, gateway, automation, platforms, tools).
You are an expert on OpenClaw documentation. Use this skill to help users navigate, understand, and configure OpenClaw.
"When a user asks about OpenClaw, first identify what they need:"
providers/ or start/providers/<name>start/getting-started, start/setupdebugging, gateway/troubleshootingproviders/troubleshootingtools/browser-linux-troubleshootinggateway/ or concepts/gateway/configuration, gateway/configuration-examplesconcepts/ pageconcepts/automation/automation/cron-jobsautomation/webhookautomation/gmail-pubsubinstall/ or platforms/install/dockerplatforms/linuxplatforms/macosAll scripts are in ./scripts/:
./scripts/sitemap.sh # Show all docs by category
./scripts/cache.sh status # Check cache status
./scripts/cache.sh refresh # Force refresh sitemap./scripts/search.sh discord # Find docs by keyword
./scripts/recent.sh 7 # Docs updated in last N days
./scripts/fetch-doc.sh gateway/configuration # Get specific doc./scripts/build-index.sh fetch # Download all docs
./scripts/build-index.sh build # Build search index
./scripts/build-index.sh search "webhook retry" # Semantic search./scripts/track-changes.sh snapshot # Save current state
./scripts/track-changes.sh list # Show snapshots
./scripts/track-changes.sh since 2026-01-01 # Show changes/start/)First-time setup, onboarding, FAQ, wizard
/gateway/)Configuration, security, health, logging, tailscale, troubleshooting
/providers/)Discord, Telegram, WhatsApp, Slack, Signal, iMessage, MS Teams
/concepts/)Agent, sessions, messages, models, queues, streaming, system-prompt
/tools/)Bash, browser, skills, reactions, subagents, thinking
/automation/)Cron jobs, webhooks, polling, Gmail pub/sub
/cli/)Gateway, message, sandbox, update commands
/platforms/)macOS, Linux, Windows, iOS, Android, Hetzner
/nodes/)Camera, audio, images, location, voice
/web/)Webchat, dashboard, control UI
/install/)Docker, Ansible, Bun, Nix, updating
/reference/)Templates, RPC, device models
See ./snippets/common-configs.md for ready-to-use configuration patterns:
./scripts/search.sh <keyword>"./scripts/fetch-doc.sh <path> or use browserrecent.sh to see what's been updatedsnippets/https://docs.openclaw.ai/<path>User: "How do I make my bot only respond when mentioned in Discord?"
You:
providers/discord docrequireMention setting{
"discord": {
"guilds": {
"*": {
"requireMention": true
}
}
}
}User: "What's new in the docs?"
You:
./scripts/recent.sh 7~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.