Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

n8n-cli

n8n-cli contient 40 skills collectées depuis 8Dvibes, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
40
Stars
15
mis à jour
2026-04-16
Forks
3
Couverture métier
5 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

n8n-backup
Administrateurs de réseaux et de systèmes informatiques

Back up an entire n8n instance to a git-tracked directory. Exports all workflows, credentials, tags, and variables as a snapshot. NOT single-file export -- use /n8n-export for that. Use when creating full instance snapshots.

2026-04-16
n8n-cli-bulk
Administrateurs de réseaux et de systèmes informatiques

Run bulk activate/deactivate/archive/transfer operations across n8n workflows with mandatory dry-run first. Operates on existing tags -- NOT tag design (use /n8n-cli-tag-governance). Use for batch state changes and project reorgs.

2026-04-16
n8n-cli-cleanup
Administrateurs de réseaux et de systèmes informatiques

Find dead workflows, orphaned credentials, and duplicate webhooks for deletion. Outputs safe-to-delete recommendations. NOT tagging -- use /n8n-cli-tag-governance for that. Use for quarterly hygiene sweeps.

2026-04-16
n8n-cli-cost
Administrateurs de réseaux et de systèmes informatiques

Analyze n8n execution costs and usage patterns. Finds top consumers, hourly distribution, and triggers firing too often. Use when investigating high usage, before billing reviews, or optimizing execution counts.

2026-04-16
n8n-create
Développeurs de logiciels

Build an n8n workflow from an English description. Generates valid JSON and imports it via n8n-cli. Use when creating a new workflow from scratch based on a natural-language spec.

2026-04-16
n8n-creds
Analystes en sécurité de l'information

Audit n8n credentials and find gaps. Lists what exists, what workflows need, and what is missing. Use when auditing credentials, setting up new workflows, or troubleshooting auth failures.

2026-04-16
n8n-debug
Développeurs de logiciels

Analyze failed n8n executions and suggest fixes. Pulls error logs, groups by pattern, and diagnoses root causes. NOT replay -- use /n8n-cli-replay to re-run a specific failure. Use when debugging workflow errors.

2026-04-16
n8n-cli-deps
Analystes des systèmes informatiques

Map n8n workflow dependencies as a graph. Shows sub-workflow calls, credential refs, and webhook URLs as tree, mermaid, or JSON. Use when understanding interconnections before making changes.

2026-04-16
n8n-diff
Analystes en assurance qualité des logiciels et testeurs

Diff n8n workflow versions side-by-side. Shows structural changes between instances, local files, or backups. NOT a review -- use /n8n-cli-review for risk analysis. Use when checking for drift or auditing what changed.

2026-04-16
n8n-cli-document
Développeurs de logiciels

Generate human-readable markdown docs from an n8n workflow JSON. Covers trigger, steps, credentials, and failure modes. Use when documenting workflows for team handoff, audits, or onboarding.

2026-04-16
n8n-export
Développeurs de logiciels

Export individual n8n workflows to JSON files. Selective, single-workflow exports for git or sharing. NOT a full instance backup -- use /n8n-backup for that. Use when saving one workflow to a file.

2026-04-16
n8n-cli-from-cron
Développeurs de logiciels

Convert crontab entries into equivalent n8n workflows. Reads cron jobs and generates one workflow per entry. Use when migrating off bare cron onto n8n for visibility and error handling.

2026-04-16
n8n-cli-from-launchd
Administrateurs de réseaux et de systèmes informatiques

Convert macOS launchd plists into equivalent n8n workflows. Reads LaunchAgents and LaunchDaemons. macOS sibling to /n8n-cli-from-cron. Use when migrating off launchd onto n8n for observability.

2026-04-16
n8n-cli-from-mcp
Développeurs de logiciels

Convert 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. Use when productizing an MCP-driven prototype.

2026-04-16
n8n-cli-from-zapier
Développeurs de logiciels

Migrate a Zapier zap to an equivalent n8n workflow. Reads zap exports or descriptions and generates n8n JSON. Use when moving off Zapier for cost, ownership, or flexibility.

2026-04-16
n8n-cli-impact
Administrateurs de réseaux et de systèmes informatiques

Check blast radius before making n8n changes. Answers 'if I delete credential X or deactivate workflow Y, what breaks?' Use before any destructive operation in production.

2026-04-16
n8n-import
Développeurs de logiciels

Import n8n workflow JSON with guided credential mapping. Resolves credential references during import. Use when loading workflows from files, repos, or other instances into n8n.

2026-04-16
n8n-cli-meta-monitor
Développeurs de logiciels

Build a self-monitoring workflow inside n8n that alerts on failures via Slack/Discord/email. Creates an actual n8n workflow -- NOT a CLI watcher (use /n8n-monitor for that). Use when setting up always-on observability.

2026-04-16
n8n-migrate
Développeurs de logiciels

Migrate n8n workflows between instances (cloud to self-hosted or vice versa). Exports, remaps credentials, and imports in one pass. Use when moving workflows across n8n environments.

2026-04-16
n8n-monitor
Administrateurs de réseaux et de systèmes informatiques

Poll n8n execution stream from the terminal and surface failures. Runs outside n8n as a CLI watcher. NOT a workflow -- use /n8n-cli-meta-monitor to build an in-n8n alerting workflow. Use when watching for errors live.

2026-04-16
n8n-cli-node-usage
Développeurs de logiciels

Search all n8n workflows for a specific node type, credential, or pattern. Answers 'which workflows use Slack?' Use when an API changes, a node has a breaking update, or you need to find every use of a service.

2026-04-16
n8n-cli-refactor
Développeurs de logiciels

Refactor an n8n workflow for simplification. Finds redundant nodes, batching opportunities, and over-complex Code nodes, then proposes a cleaner version. Use when a workflow feels unwieldy or has grown past 20 nodes.

2026-04-16
n8n-cli-replay
Analystes en assurance qualité des logiciels et testeurs

Replay a specific failed n8n execution with its original input data. Reproduces the failure on demand without waiting for the trigger. NOT pattern analysis -- use /n8n-debug for that. Use when reproducing an intermittent bug.

2026-04-16
n8n-cli-review
Analystes en assurance qualité des logiciels et testeurs

Review 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. Use when approving changes before production or after a handoff.

2026-04-16
n8n-cli-schedule-audit
Administrateurs de réseaux et de systèmes informatiques

Audit n8n Schedule Triggers for cron collisions and bad expressions. Finds 50-things-at-3am pileups and suggests rebalanced schedules. Use before going to production, after imports, or when spreading load.

2026-04-16
n8n-cli-smoke
Analystes en assurance qualité des logiciels et testeurs

Run smoke tests against n8n webhook workflows. Sends known-good payloads and verifies expected responses. Use when promoting to production, after major changes, or as a daily reliability check.

2026-04-16
n8n-status
Administrateurs de réseaux et de systèmes informatiques

Check n8n instance health, active workflows, and recent execution stats. Quick overview in one command. Use when checking if n8n is up, reviewing status, or getting an instance summary.

2026-04-16
n8n-cli-tag-governance
Administrateurs de réseaux et de systèmes informatiques

Design and enforce a tag taxonomy for n8n workflows. Finds untagged workflows, proposes tags based on content, and applies them. NOT deletion -- use /n8n-cli-cleanup for junk removal. Use when tagging is inconsistent or missing.

2026-04-16
n8n-cli-template
Développeurs de logiciels

Templatize or instantiate n8n workflows. Strips IDs and credentials to create reusable templates, or fills placeholders to create new workflows from templates. Use for sharing patterns across instances or building a library.

2026-04-16
n8n-cli-test-fixtures
Analystes en assurance qualité des logiciels et testeurs

Generate realistic test payloads for n8n webhook workflows. Infers input schema and creates happy-path, edge-case, and error fixtures. Use when adding tests to an existing workflow or building one TDD-style.

2026-04-16
n8n-cli-to-mcp
Développeurs de logiciels

Expose 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. Use when agents need to invoke an n8n workflow on demand.

2026-04-16
n8n-cli-upgrade-preflight
Administrateurs de réseaux et de systèmes informatiques

Pre-flight safety check before upgrading n8n. Scans for deprecated nodes, breaking changes, and at-risk community packages. Outputs a go/no-go report. Use before any major n8n version bump.

2026-04-16
n8n-webhook-test
Analystes en assurance qualité des logiciels et testeurs

Fire test requests at n8n webhook endpoints from the terminal. Sends custom or empty payloads and shows the response. Use when testing webhooks, debugging integrations, or verifying triggers.

2026-04-16
n8n-code-javascript
Développeurs de logiciels

Write JavaScript in n8n Code nodes. Covers $input/$json/$node syntax, $helpers HTTP requests, DateTime, error patterns, and run-once vs run-for-each modes. Use when writing or fixing JS inside n8n.

2026-04-16
n8n-code-python
Développeurs de logiciels

Write Python in n8n Code nodes (beta). Covers _input/_json/_node syntax and stdlib-only constraints. JS is preferred for 95% of cases. Use only when Python stdlib functions are specifically needed in n8n.

2026-04-16
n8n-expression-syntax
Développeurs de logiciels

Validate and fix n8n expression syntax. Covers {{ }} double-brace syntax, $json/$node variables, and common mistakes. NOT Code node JS -- use /n8n-code-javascript for that. Use when debugging expressions.

2026-04-16
n8n-mcp-tools-expert
Développeurs de logiciels

Guide for using n8n-mcp MCP server tools effectively. Covers tool selection, parameter formats, node search, config validation, and template access. Use when invoking any n8n-mcp MCP tool.

2026-04-16
n8n-node-configuration
Développeurs de logiciels

Configure n8n nodes with operation-aware property guidance. Covers required fields, property dependencies, and detail levels per node type. Use when setting up node parameters or understanding which fields an operation needs.

2026-04-16
n8n-validation-expert
Analystes en assurance qualité des logiciels et testeurs

Fix n8n workflow validation errors. Interprets error codes, identifies false positives, and guides fixes for operator structure issues. Use when a workflow fails validation or you need to understand validation profiles.

2026-04-16
n8n-workflow-patterns
Analystes des systèmes informatiques

Reference library of proven n8n workflow architecture patterns. Covers webhooks, HTTP APIs, database ops, AI agents, and scheduled tasks. Use when designing workflow structure or choosing a pattern for a new build.

2026-04-16