mirror of
https://github.com/LeoYeAI/openclaw-master-skills.git
synced 2026-08-14 00:48:08 +00:00
New additions: - 13 skills from steipete (OpenClaw creator): bird, coding-agent, swift*, wacli, etc. - 159 enterprise-grade skills from alirezarezvani: C-Suite advisors, senior engineers, product management, etc. - 1 skill from halthelobster: para-second-brain Sources: ClawHub Archive (openclaw/skills) + GitHub curation
12 lines
297 B
JSON
12 lines
297 B
JSON
{
|
|
"hooks": [
|
|
{
|
|
"name": "error-capture",
|
|
"event": "PostToolUse",
|
|
"matcher": "Bash",
|
|
"command": "./hooks/error-capture.sh",
|
|
"description": "Detects command failures and appends structured entries to auto-memory. Zero overhead on successful commands."
|
|
}
|
|
]
|
|
}
|