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.
npx skills add RudraDudhat2509/claude-skills --skill n8n-skillsgit clone --depth 1 https://github.com/RudraDudhat2509/claude-skillsWrote 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.
[](https://agentmods.dev/skills/rudradudhat2509/claude-skills/n8n-skills)<a href="https://agentmods.dev/skills/rudradudhat2509/claude-skills/n8n-skills"><img src="https://agentmods.dev/badge/skills/rudradudhat2509/claude-skills/n8n-skills/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/rudradudhat2509/claude-skills/n8n-skills"><img src="https://agentmods.dev/badge/skills/rudradudhat2509/claude-skills/n8n-skills.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00054 | $0.01039 |
| Opus 5 | $0.00027 | $0.00519 |
| Sonnet 5 | $0.00011 | $0.00208 |
| Haiku 4.5 | $0.00005 | $0.00104 |
Grade A, and why
n8n-skills 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 12d 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.
How it starts
The opening of the file, as written. The whole thing — 126 lines — stays where its author put it; the contents beside it link to each section on GitHub.
n8n Workflow Automation Skill Pack
Overview
This skill helps with:
- Understanding n8n node functionality and usage
- Finding nodes suitable for specific tasks
- Learning common workflow patterns
- Getting node configuration examples
- Solving workflow design problems
This skill includes:
- Detailed information on the 10 most commonly used built-in n8n nodes
- 30+ popular community packages for extended functionality
- Node configuration examples and best practices
- Common workflow patterns
- Node categorization and indexing for both built-in and community nodes
When to Use
Use this skill when:
- Building or designing n8n workflows
- Searching for nodes that match specific functionality
- Troubleshooting node configurations or connections
- Understanding node input/output compatibility
- Exploring community packages for extended functionality
Do NOT use when:
- Learning general automation concepts (use n8n official docs)
- Deploying or hosting n8n (infrastructure questions)
- Pricing or licensing questions (contact n8n directly)
Quick Navigation
Use this flowchart to find the right resource:
digraph navigation {
rankdir=TB;
node [shape=diamond];
start [label="What do you need?" shape=ellipse];
q1 [label="Know the\nnode name?"];
q2 [label="Know the\nfunctionality?"];
q3 [label="Need\nexamples?"];
node [shape=box];
a1 [label="Glob: resources/**/*{name}*.md"];
a2 [label="Grep: search keywords\nin resources/"];
a3 [label="Read: resources/templates/"];
a4 [label="Read: INDEX.md\nby category"];
start -> q1;
q1 -> a1 [label="yes"];
q1 -> q2 [label="no"];
q2 -> a2 [label="yes"];
q2 -> q3 [label="no"];
q3 -> a3 [label="yes"];
q3 -> a4 [label="no"];
}
Quick Links
- Complete Node Index - All nodes with line numbers
- How to Find Nodes - Search strategies
- Usage Guide - Detailed instructions
- Workflow Patterns - Common patterns
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.
- 12d ago First seen · 126 lines · 54 tokens per session scan A a5cb29e770f3
n8n-skills is a skill published in the GitHub repository RudraDudhat2509/claude-skills (2 stars, last pushed 19d ago), licensed MIT. It adds 54 tokens to every session and 1,039 once invoked, about $0.0003 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.
Other skills, from other repositories
gws-events
Subscribe to Google Workspace events.
gws-events-renew
Google Workspace Events: Renew/reactivate Workspace Events subscriptions.
gws-script-push
Google Apps Script: Upload local files to an Apps Script project.
voiden
Create and edit Voiden .void files for API testing. Covers the .void file format and all enabled extension block types.
agent-desktop-ffi
C-ABI bindings over agent-desktop's PlatformAdapter. Consumers (Python ctypes, Swift, Node ffi-napi, Go cgo, C++, Ruby fiddle) link libagentdesktopffi.{dylib,so,dll} and call ad functions directly instead of spawning the CLI binary per call. The canonical observe-act workflow is: adinit → adadaptercreate[withsession]…
api-design
A guide to designing web APIs—the interfaces that let software systems exchange data—using REST, gRPC, and GraphQL patterns.