
from n8n-paperclip7
Control and automate an n8n instance from a Paperclip AI agent: list, create, validate, trigger, monitor, and optimize workflows via the n8n REST API.
This skill wires a Paperclip-deployed agent to an n8n instance, exposing commands to list, create, activate/deactivate, validate, trigger, and monitor n8n workflows. It includes guidance and helper scripts for API calls, structure validation, dry-runs, performance analysis, and optimization reports tailored to n8n's API.
Use when you need an agent to manage n8n automation: deploy new workflows, run tests and validations, debug failing runs, trigger executions with test payloads, or generate performance and optimization suggestions. Not intended for unrelated automation tasks.
scripts/n8n_api.py (API client), n8n_tester.py (validation & dry-run), n8n_optimizer.py (performance analysis)references/api.md mapping to n8n API docs and Paperclip deployment notesDesigned for Paperclip AI agents (containerized). Useful to any agent that can run the included Python scripts and has network access to the target n8n instance.
This skill has not been reviewed by our automated audit pipeline yet.