LLM Skills
~/catalogue/n8n//SKILL
n8nsource GitHub

Cliquez sur n'importe quoi n8n

/SKILL

Interface de ligne de commande pour la plateforme d'automatisation du flux de travail n8n.

HKUDSHKUDS
47.7k
20 mai 2026
Apache License 2.0
// contenu du skill

name: "cli-anything-n8n"

description: >-

Command-line interface for n8n workflow automation platform.

Manages workflows, executions, credentials, variables, and tags.

Based on n8n Public API v1.1.1 (n8n >= 1.0.0).


cli-anything-n8n

CLI harness for n8n workflow automation — built with the CLI-Anything pattern.

Verified against n8n OpenAPI spec v1.1.1.

Installation

bash
pip install cli-anything-n8n

Configuration

bash
cli-anything-n8n config set base_url https://your-n8n-instance.com
cli-anything-n8n config set api_key your-api-key

# Or environment variables
export N8N_BASE_URL=https://your-n8n-instance.com
export N8N_API_KEY=your-api-key
export N8N_TIMEOUT=60  # optional, default 30s

Command Groups

GroupCommands
workflowlist, get, create, update, delete, activate, deactivate, tags, set-tags, transfer
executionlist, get, delete, retry
credentialcreate, delete, schema, transfer
variablelist, create, update, delete
taglist, get, create, update, delete
configshow, set

For AI Agents

  • Always use --json flag for structured output
  • Use @file.json to pass complex JSON from files
  • Check return codes: 0 = success, non-zero = error
  • All IDs are strings, not integers
  • API key is always masked in config show output
  • Not available in public API: data tables, credential listing, execution stop
// source originale publique
HKUDS/CLI-Anything
/skills/cli-anything-n8n/SKILL.md
Projet indépendant, non affilié à Anthropic. Ce skill reste la propriété de son auteur original.
// installer ce skill
Collez cette commande dans votre terminal à la racine de votre projet :
mkdir -p .claude/commands && curl -o ".claude/commands/SKILL.md" "https://raw.githubusercontent.com/HKUDS/CLI-Anything/main/skills/cli-anything-n8n/SKILL.md"
Ensuite dans Claude Code, tapez /SKILL pour l'activer.
open_in_newVoir la source originale
// sauvegarder
Sauvegarde disponible après connexion.
loginSe connecter pour sauvegarder
// informations
CréateurHKUDS
Étoiles 47.7k
Catégorien8n
LicenceApache License 2.0
Mis à jour20 mai 2026
Format.md
AccèsGratuit
// similaires

Skills n8n

Voir toutarrow_forward