skills/n8n-doctor/SKILL.md
Diagnostic, auto-fix, and monitoring skill for n8n workflows. Checks health, fixes known issues automatically, logs results, monitors weekly.
npx skillsauth add asets-gobizit/claude-skills n8n-doctorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
/n8n-doctor # Full scan — all workflows
/n8n-doctor Product Story Engine # Scan specific workflow by name
/n8n-doctor qCLsVULa3yH8vnI5 # Scan specific workflow by ID
/n8n-doctor restore <workflow-name> # Restore workflow from backup
/n8n-doctor update # Check for n8n updates and schedule upgrade
When issues are found, the skill tries to fix them automatically (up to 3 attempts) before alerting the user. Known auto-fixes:
n8n 2.x sandboxes Code nodes and blocks built-in Node modules (fs, path) by default. Any Code node that writes files (like "Save Local Archive") will fail with Module 'fs' is disallowed.
Root cause: NODE_FUNCTION_ALLOW_BUILTIN env var not set when n8n starts.
n8n-doctor auto-fix:
NODE_FUNCTION_ALLOW_BUILTIN=fs,path as a permanent Windows user environment variable (survives reboots)--fix, will restart n8n automaticallyEvery run writes a timestamped log to skills/n8n-doctor/logs/ with:
Scheduled via Windows Task Scheduler — runs full diagnostic every Sunday night. Sends summary email via Himalaya if issues found.
C:\Users\dansk\AppData\Local\Volta\tools\image\packages\n8n\n8n/c/Users/dansk/AppData/Local/Volta/bin/n8nNODE_FUNCTION_ALLOW_BUILTIN=fs,path~/.n8n/GET/PUT/POST /api/v1/workflows, /api/v1/executions, /api/v1/credentialsdata-ai
Automated backup skill for PKA + Obsidian + Claude memory. Snapshots pka.db (via SQLite .backup so WAL is handled safely), the Obsidian vault, Claude memory files, agent profiles, and the help-content Excel into a single timestamped zip in Zoho WorkDrive. Daily/weekly/monthly retention rotation built in. USE WHEN Danny says "backup", "run backup", "snapshot pka", or to recover from a snapshot.
testing
Run any question, idea, or decision through a council of 5 AI advisors who independently analyze it, peer-review each other anonymously, and synthesize a final verdict. Based on Karpathy's LLM Council methodology, packaged as the stress-test skill. MANDATORY TRIGGERS: 'stress-test this', 'stress test this', 'pressure-test this', 'pressure test this', 'war room this', 'council this', 'run the council', 'debate this'. STRONG TRIGGERS (use when combined with a real decision or tradeoff): 'should I X or Y', 'which option', 'what would you do', 'is this the right move', 'validate this', 'get multiple perspectives', 'I can't decide', 'I'm torn between'. Do NOT trigger on simple yes/no questions, factual lookups, or casual 'should I' without a meaningful tradeoff (e.g. 'should I use markdown' is not a stress-test question). DO trigger when the user presents a genuine decision with stakes, multiple options, and context that suggests they want it pressure-tested from multiple angles.
content-media
Weekly scan of Obsidian vault for empty/low-content notes. Moves them to zToBeDeleted/ for user review. Use when the user says "tidy obsidian", "clean obsidian", "obsidian cleanup", or on scheduled weekly run.
development
Design-first website builder. Accepts a Claude Design export (HTML or screenshot) as a visual blueprint, collects business inputs, calls Claude API to generate a design-matched index.html, and publishes to GitHub Pages. Falls back to vibe-based generation if no design is provided. Use when the user says "make-website-design", "design website", "build from design", or provides a Claude Design export for website generation.