Found 875 skills for "ivangdavila" Page 57 of 73

tools

clawhub 5 files

heartbeat

Build reliable heartbeat playbooks for OpenClaw agents without noisy checks, missed signals, or runaway costs. On first use, follow setup.md to captur...

clawhub 11 files

lawyer

This is legal information, not legal advice — always recommend consulting a licensed attorney for specific situations Laws vary by jurisdiction — what...

clawhub 3 files

accountant

This is financial information, not professional advice — recommend CPA for complex tax situations Tax laws vary by jurisdiction and change frequently ...

clawhub 3 files

network

TCP guarantees delivery with retransmission — use for reliability (HTTP, SSH, databases) UDP is fire-and-forget — use for speed when loss is acceptabl...

clawhub 3 files

skill-test

Two use cases: Try before commit — Test drive skills before installing Evaluate before publish — Verify quality before publishing Key principle: Test ...

clawhub 6 files

terraform

Local state gets corrupted/lost — use remote backend (S3, GCS, Terraform Cloud) Multiple people running simultaneously — enable state locking with Dyn...

clawhub 3 files

files

YES: Organize existing files, find duplicates, analyze disk usage, batch rename/move, clean up clutter NO: Open files, create files/folders, copy file...

clawhub 3 files

chinese

AI Chinese is technically correct but sounds off. Too formal. Too 书面语 (written style). Natives write more casually, with particles, expressions, and i...

clawhub 3 files

fastapi

Mixing sync database drivers (psycopg2, PyMySQL) in async endpoints blocks the event loop — use async drivers (asyncpg, aiomysql) or run sync code in ...

clawhub 3 files

deploy

Tests passing in CI — never deploy with failing tests Environment variables set in target — missing secrets cause silent failures Database migrations ...

clawhub 3 files

ios

Clean build folder (Cmd+Shift+K) fixes most "impossible" build errors — derived data gets corrupted regularly Simulator reset (Device > Erase All Cont...

clawhub 3 files