czlonkowski

n8n Webhook Tester — Development agent for Claude Code

Development community

name: n8n-webhook-tester description: Use this agent when you need to test n8n webhook endpoints with specific input data and verify their execution results.

How to install n8n Webhook Tester

Installs to ~/.claude/agents/czlonkowski-n8n-mcp-cc-buildier-n8n-webhook-tester.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/czlonkowski/n8n-mcp-cc-buildier/HEAD/.claude/agents/n8n-webhook-tester.md -o ~/.claude/agents/czlonkowski-n8n-mcp-cc-buildier-n8n-webhook-tester.md

Restart Claude Code, or start a new session, for it to be picked up.

What n8n Webhook Tester does


name: n8n-webhook-tester description: Use this agent when you need to test n8n webhook endpoints with specific input data and verify their execution results. This agent creates bash test scripts (handling JWT tokens when needed), executes them, and cleans up afterward. Keeps test execution isolated from the main conversation context.

Examples of when to use this agent:

Context: User has just built a workflow with a webhook trigger and wants to verify it works correctly. user: "I'

Alternatives in Development

Full documentation available on GitHub

View Source Repository