n8n-mcp-workflows

n8n-mcp-workflows is a skill for Claude Code from MRWillisT/PullNexus. It costs 35 tokens per session (237 once invoked), scanned A, original, no licence file.

A set of patterns for designing and running n8n automations. n8n is a tool for connecting services into automated workflows, and these patterns cover retries, failure handling, and records of what happened.

In plain words
What is it for?
Use it to design n8n workflows, check them before running, define retry and failure paths, and keep audit trails.
Why use it?
It helps make automations easier to validate and operate when steps fail or need to be retried.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it to design n8n workflows, check them before running, define retry and failure paths, and keep audit trails.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mrwillist/pullnexus/n8n-mcp-workflows
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add MRWillisT/PullNexus --skill n8n-mcp-workflows
Clone the repo
git clone --depth 1 https://github.com/MRWillisT/PullNexus

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for n8n-mcp-workflows

README.md
[![agentmods](https://agentmods.dev/badge/skills/mrwillist/pullnexus/n8n-mcp-workflows.svg)](https://agentmods.dev/skills/mrwillist/pullnexus/n8n-mcp-workflows)
Your own site
<a href="https://agentmods.dev/skills/mrwillist/pullnexus/n8n-mcp-workflows"><img src="https://agentmods.dev/badge/skills/mrwillist/pullnexus/n8n-mcp-workflows.svg" alt="Measured on agentmods" height="20"></a>
Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 237 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00035 $0.00237
Opus 5 $0.00017 $0.00118
Sonnet 5 $0.00007 $0.00047
Haiku 4.5 $0.00003 $0.00024

Measured 7d ago against content hash b710f11802aa, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

n8n-mcp-workflows scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/n8n-mcp-workflows/SKILL.md · 29 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 29 lines · 35 tokens per session scan A b710f11802aa

Subscribe to this mod's changes

n8n-mcp-workflows is a skill published in the GitHub repository MRWillisT/PullNexus (7 stars, last pushed 4mo ago), with no licence file. It adds 35 tokens to every session and 237 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

x402

Set up Browser Use Cloud payments with x402 — pay per request from a crypto wallet (USDC on Base mainnet), no signup or API key. Two setups it works out up front — "just use it" (set up a wallet so you or Claude Code can run cloud browser tasks paid from the wallet — Claude writes and runs throwaway scripts, nothing…

browser-use/browser-use · 175 tokens

cloud

Documentation reference for using Browser Use Cloud — the hosted API and SDK for browser automation. Use this skill whenever the user needs help with the Cloud REST API (v2, v3, or v4), browser-use-sdk (Python or TypeScript), X-Browser-Use-API-Key authentication, cloud sessions, browser profiles, profile sync, CDP…

browser-use/browser-use · 177 tokens

open-source

Documentation reference for writing Python code using the browser-use open-source library. Use this skill whenever the user needs help with Agent, Browser, or Tools configuration, is writing code that imports from browseruse, asks about @sandbox deployment, supported LLM models, Actor API, custom tools, lifecycle…

browser-use/browser-use · 137 tokens

gmail-sync

API integration skill that fetches Gmail messages, syncs inbox labels, and processes attachments via the Gmail REST API. Use when fetching new emails, syncing inbox state, triaging unread messages, exporting mail data, or integrating Gmail into automated workflows.

Alex8791-cyber/cognithor · 52 tokens

nornweave-api

Give AI agents their own email inboxes using the NornWeave API. Use when building email agents, sending/receiving emails programmatically, managing inboxes, retrieving threads, searching messages, or integrating with email providers (Mailgun, SES, SendGrid, Resend). NornWeave provides LLM-ready markdown parsing and…

DataCovey/nornweave · 77 tokens

api-request

Send HTTP API requests using curl. Use when the user asks to call an API, fetch data from a URL, send POST/PUT/PATCH/DELETE requests, work with REST or GraphQL endpoints, upload files, authenticate with Bearer tokens or API keys, debug HTTP responses, or interact with any web service via HTTP.

bug-ops/zeph · 69 tokens