Search Skills
Search across 54932 indexed skills
tools
heartbeat
Build reliable heartbeat playbooks for OpenClaw agents without noisy checks, missed signals, or runaway costs. On first use, follow setup.md to captur...
lawyer
This is legal information, not legal advice — always recommend consulting a licensed attorney for specific situations Laws vary by jurisdiction — what...
accountant
This is financial information, not professional advice — recommend CPA for complex tax situations Tax laws vary by jurisdiction and change frequently ...
network
TCP guarantees delivery with retransmission — use for reliability (HTTP, SSH, databases) UDP is fire-and-forget — use for speed when loss is acceptabl...
skill-test
Two use cases: Try before commit — Test drive skills before installing Evaluate before publish — Verify quality before publishing Key principle: Test ...
terraform
Local state gets corrupted/lost — use remote backend (S3, GCS, Terraform Cloud) Multiple people running simultaneously — enable state locking with Dyn...
files
YES: Organize existing files, find duplicates, analyze disk usage, batch rename/move, clean up clutter NO: Open files, create files/folders, copy file...
chinese
AI Chinese is technically correct but sounds off. Too formal. Too 书面语 (written style). Natives write more casually, with particles, expressions, and i...
fastapi
Mixing sync database drivers (psycopg2, PyMySQL) in async endpoints blocks the event loop — use async drivers (asyncpg, aiomysql) or run sync code in ...
deploy
Tests passing in CI — never deploy with failing tests Environment variables set in target — missing secrets cause silent failures Database migrations ...
ios
Clean build folder (Cmd+Shift+K) fixes most "impossible" build errors — derived data gets corrupted regularly Simulator reset (Device > Erase All Cont...