← ClaudeAtlas

automation-quick-fixlisted

Fast automation platform error resolver for Power Automate, n8n, Make, Zapier and other platforms. Handles common patterns like 401/403 auth errors, 429 throttling, and data format issues. Provides immediate fixes without deep research for well-known error patterns. Use when error matches common scenarios (status codes 401, 403, 404, 429, timeout, parse JSON failures). For complex or unknown errors, defer to automation-debugger skill. When the user outputs some code/json snippets and ask for a quick fix, this skill will provide immediate solutions.
plug1210/AutomationHelper_plugins · ★ 4 · AI & Automation · score 77
Install: claude install-skill plug1210/AutomationHelper_plugins
# Automation Quick Fix Fast-track resolver for common automation workflow error patterns across multiple platforms with immediate, proven solutions. ## Supported Platforms - **Power Automate** (Microsoft) - **n8n** (Open-source) - **Make** (formerly Integromat) - **Zapier** - **Other JSON-based workflow platforms** ## Purpose Provides rapid fixes for frequently encountered automation workflow errors across all platforms: - Authentication errors (401/403) - Throttling errors (429) - Data format issues (JSON parsing, data transformation) - Timeout errors - Not found errors (404) - Basic expression/formula errors **When to use this skill**: Error matches a well-known pattern **When to use automation-debugger instead**: Unknown error, complex scenario, or quick fix doesn't resolve ## Activation Triggers Activates for messages like: - "Quick fix for 429 error in SharePoint/API/webhook" - "Fast solution for authentication error in n8n" - "I'm getting throttled in Make, need immediate fix" - "Parse JSON is failing in Zapier, quick help" - "Function expects one parameter but was invoked with 2" - "Unable to process template language expressions" - "Fix this expression/filter/query/condition" - User provides code snippet and asks for "quick fix" or "fix this" - Status codes: 401, 403, 404, 429 with platform/connector context - Platform-specific: "n8n node error", "Make scenario failing", "Power Automate action issue" ## ⚠️ IMPORTANT: Data Structure Check (NEW!) **Before appl