Install
openclaw skills install agent-failure-registrySearch the community-driven Agent Failure Registry for known agent errors, solutions, and lessons to debug issues or submit new failure post-mortems.
openclaw skills install agent-failure-registrySearch and learn from the Agent Failure Registry — a community-driven database of agent failures, solutions, and lessons learned. When you hit a wall, check if someone else already climbed it.
Search for similar failures:
./scripts/search-registry.sh --category api_failure
./scripts/search-registry.sh --keyword "puppeteer"
./scripts/search-registry.sh --tag twitter --tag auth
Search everything:
./scripts/search-registry.sh --all
When you encounter an error, search the registry before reinventing the wheel:
api_failure, auth_expiry, rate_limit, silent_failure, data_corruption, timeout, logic_error, dependency_break, permission_denied, otherThe registry contains post-mortems from examples/ (curated) and submissions/ (community).
Search Results Include:
When you solve a new failure, help the community:
Required Fields:
Periodically browse recent submissions to learn from others' failures before you hit them yourself.
The search-registry.sh script handles all the heavy lifting:
Arguments:
--category CATEGORY — Search specific failure category--tag TAG — Search by tag (repeatable)--keyword KEYWORD — Free-text search in all fields--all — Show all entries (for browsing)Examples:
# Find authentication issues
./scripts/search-registry.sh --category auth_expiry
# Find Twitter-related failures
./scripts/search-registry.sh --tag twitter
# Find Puppeteer issues
./scripts/search-registry.sh --keyword "puppeteer"
# Multiple criteria
./scripts/search-registry.sh --category api_failure --tag openai
# Browse everything
./scripts/search-registry.sh --all
The Agent Failure Registry contains:
examples/ — Curated failure post-mortemssubmissions/ — Community submissionstemplate.yaml — Template for new submissionsschema/postmortem.yaml — Schema validationBefore Searching:
When Submitting:
For Prevention:
/tmp/agent-failure-registryRemember: Every failure is a lesson. Document it, share it, learn from it.