.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/8dvibes/n8n-cli
home/skills/8dvibes/n8n-cli
8dvibes avatar

8dvibes/n8n-cli

40 skills

View on GitHub
$npx skills add 8dvibes/n8n-cli
SkillInstalls
n8n-cli-backupBack up an entire n8n instance to a git-tracked directory. Exports all workflows, credentials, tags, and variables as a snapshot.—n8n-cli-bulkRun bulk activate/deactivate/archive/transfer operations across n8n workflows with mandatory dry-run first.—n8n-cli-cleanupFind dead workflows, orphaned credentials, and duplicate webhooks for deletion. Outputs safe-to-delete recommendations.—n8n-cli-costAnalyze n8n execution costs and usage patterns. Finds top consumers, hourly distribution, and triggers firing too often.—n8n-cli-createBuild an n8n workflow from an English description. Generates valid JSON and imports it via n8n-cli.—n8n-cli-credsAudit n8n credentials and find gaps. Lists what exists, what workflows need, and what is missing.—n8n-cli-debugAnalyze failed n8n executions and suggest fixes. Pulls error logs, groups by pattern, and diagnoses root causes.—n8n-cli-depsMap n8n workflow dependencies as a graph. Shows sub-workflow calls, credential refs, and webhook URLs as tree, mermaid, or JSON.—n8n-cli-diffDiff n8n workflow versions side-by-side. Shows structural changes between instances, local files, or backups.—n8n-cli-documentGenerate human-readable markdown docs from an n8n workflow JSON. Covers trigger, steps, credentials, and failure modes.—n8n-cli-exportExport individual n8n workflows to JSON files. Selective, single-workflow exports for git or sharing. NOT a full instance backup -- use /n8n-backup for that.—n8n-cli-from-cronConvert crontab entries into equivalent n8n workflows. Reads cron jobs and generates one workflow per entry.—n8n-cli-from-launchdConvert macOS launchd plists into equivalent n8n workflows. Reads LaunchAgents and LaunchDaemons. macOS sibling to /n8n-cli-from-cron.—n8n-cli-from-mcpConvert an MCP server or Claude Code skill into an n8n workflow. Moves agent capabilities into n8n to run on a schedule or webhook without an agent.—n8n-cli-from-zapierMigrate a Zapier zap to an equivalent n8n workflow. Reads zap exports or descriptions and generates n8n JSON.—n8n-cli-impactCheck blast radius before making n8n changes. Answers 'if I delete credential X or deactivate workflow Y, what breaks?' Use before any destructive operation in…—n8n-cli-importImport n8n workflow JSON with guided credential mapping. Resolves credential references during import.—n8n-cli-meta-monitorBuild a self-monitoring workflow inside n8n that alerts on failures via Slack/Discord/email.—n8n-cli-migrateMigrate n8n workflows between instances (cloud to self-hosted or vice versa). Exports, remaps credentials, and imports in one pass.—n8n-cli-monitorPoll n8n execution stream from the terminal and surface failures. Runs outside n8n as a CLI watcher.—n8n-cli-node-usageSearch all n8n workflows for a specific node type, credential, or pattern.—n8n-cli-refactorRefactor an n8n workflow for simplification. Finds redundant nodes, batching opportunities, and over-complex Code nodes, then proposes a cleaner version.—n8n-cli-replayReplay a specific failed n8n execution with its original input data. Reproduces the failure on demand without waiting for the trigger.—n8n-cli-reviewReview n8n workflow changes PR-style with risk ratings. Explains what changed, why it matters, and flags dangers. NOT a raw diff -- use /n8n-diff for that.—n8n-cli-schedule-auditAudit n8n Schedule Triggers for cron collisions and bad expressions. Finds 50-things-at-3am pileups and suggests rebalanced schedules.—n8n-cli-smokeRun smoke tests against n8n webhook workflows. Sends known-good payloads and verifies expected responses.—n8n-cli-statusCheck n8n instance health, active workflows, and recent execution stats. Quick overview in one command.—n8n-cli-tag-governanceDesign and enforce a tag taxonomy for n8n workflows. Finds untagged workflows, proposes tags based on content, and applies them.—n8n-cli-templateTemplatize or instantiate n8n workflows. Strips IDs and credentials to create reusable templates, or fills placeholders to create new workflows from templates.—n8n-cli-test-fixturesGenerate realistic test payloads for n8n webhook workflows. Infers input schema and creates happy-path, edge-case, and error fixtures.—n8n-cli-to-mcpExpose an n8n workflow as an MCP tool for AI agents. Generates a tool definition that Claude, Cursor, or Codex can call. Inverse of /n8n-cli-from-mcp.—n8n-cli-upgrade-preflightPre-flight safety check before upgrading n8n. Scans for deprecated nodes, breaking changes, and at-risk community packages. Outputs a go/no-go report.—n8n-cli-webhook-testFire test requests at n8n webhook endpoints from the terminal. Sends custom or empty payloads and shows the response.—n8n-code-javascriptWrite JavaScript in n8n Code nodes. Covers $input/$json/$node syntax, $helpers HTTP requests, DateTime, error patterns, and run-once vs run-for-each modes.—n8n-code-pythonWrite Python in n8n Code nodes (beta). Covers _input/_json/_node syntax and stdlib-only constraints. JS is preferred for 95% of cases.—n8n-expression-syntaxValidate and fix n8n expression syntax. Covers {{ }} double-brace syntax, $json/$node variables, and common mistakes.—n8n-mcp-tools-expertGuide for using n8n-mcp MCP server tools effectively. Covers tool selection, parameter formats, node search, config validation, and template access.—n8n-node-configurationConfigure n8n nodes with operation-aware property guidance. Covers required fields, property dependencies, and detail levels per node type.—n8n-validation-expertFix n8n workflow validation errors. Interprets error codes, identifies false positives, and guides fixes for operator structure issues.—n8n-workflow-patternsReference library of proven n8n workflow architecture patterns. Covers webhooks, HTTP APIs, database ops, AI agents, and scheduled tasks.—