Install
openclaw skills install skill-feedScenario-driven skill recommendation engine for ClawHub. Detects failed or stuck workflows, builds targeted search queries, and returns ranked skill recommendations with immediate recovery steps and fallback paths. Use when users say they want to do something but are blocked (errors, retries, timeout, missing outputs, unclear implementation path), or when you need recommendations adapted for Claude Code, ChatGPT, and Gemini execution styles.
openclaw skills install skill-feedAutomatically match the best skills to unblock a failed or stuck workflow.
Run this skill when any of these signals appears:
Do not trigger for normal delay/noise or when the user already has a working solution.
https://clawhub.ai/skills?focus=searchreferences/top-skills-*.md only as offline fallbackGenerate queries from context tokens:
post, schedule, auto reply, daily reportx, twitter, tweet, telegram, github401, 403, 429, timeout, invalid token, permission deniedExample for failed tweet post:
tweet automationx twitter schedule post crontwitter post failed 401 invalid token rate limitAll failure context MUST be sanitized before it is included in any external search query or output. This prevents accidental leakage of secrets, credentials, and private data.
sk-..., ghp_..., Bearer ...)401, 403, 429, 500, timeoutinvalid token, rate limit, permission deniedtwitter, github, telegrampost, publish, schedule, fetchExample — BAD query: twitter post failed Bearer sk-abc123 user@company.com 401
Example — GOOD query: twitter post failed 401 invalid token
Format the recovery plan for the current provider by default. Only include multi-provider runbooks when the user explicitly requests cross-platform output.
<skill> (/slug) — <why><skill> (/slug) — <tradeoff><skill> (/slug) — <tradeoff>references/discovery-workflow.mdreferences/query-templates.mdreferences/provider-adaptation.md