n8n
This skill manages n8n workflows and provides Python clients and CLI commands for listing, creating, testing, executing, and optimizing workflows. It requires `N8N_API_KEY`/`N8N_BASE_URL`, performs HTTP requests to `f"{self.base_url}/api/v1/..."`, and includes shell commands such as `python3 scripts/n8n_api.py list-workflows --pretty`.