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 CarbeneAI/Forge --skill n8ndashboardgit clone --depth 1 https://github.com/CarbeneAI/ForgeWrote 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/carbeneai/forge/n8ndashboard)<a href="https://agentmods.dev/skills/carbeneai/forge/n8ndashboard"><img src="https://agentmods.dev/badge/skills/carbeneai/forge/n8ndashboard/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/carbeneai/forge/n8ndashboard"><img src="https://agentmods.dev/badge/skills/carbeneai/forge/n8ndashboard.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.00043 | $0.00549 |
| Opus 5 | $0.00022 | $0.00275 |
| Sonnet 5 | $0.00009 | $0.00110 |
| Haiku 4.5 | $0.00004 | $0.00055 |
Grade A, and why
N8nDashboard 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 6d 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.
What it actually says
N8nDashboard
Real-time status dashboard for n8n automation workflows with execution history.
Architecture
n8n API (your-n8n-host:5678) → Dashboard Server (port 4002) → Vue Client (port 5174)
Features
- List all n8n workflows with active/inactive status
- Recent execution history with success/error indicators
- Auto-refresh every 30 seconds
- Manual refresh button
- Workflow activation/deactivation toggle (future)
Requirements
- n8n API key (generate in n8n Settings > n8n API)
- Environment variable:
N8N_API_KEYin~/.claude/.env - Environment variable:
N8N_API_URL(default: http://10.0.0.20:5678)
Quick Start
# Start dashboard
~/.claude/skills/N8nDashboard/manage.sh start
# Stop dashboard
~/.claude/skills/N8nDashboard/manage.sh stop
# Check status
~/.claude/skills/N8nDashboard/manage.sh status
Ports
| Component | Port | URL |
|---|---|---|
| Server | 4002 | http://localhost:4002 |
| Client | 5174 | http://localhost:5174 |
Production URLs
- Dashboard: https://n8n-dashboard.home.yourdomain.com
- API: https://n8n-dashboard-api.home.yourdomain.com
API Endpoints
Server Endpoints (port 4002)
| Endpoint | Method | Description |
|---|---|---|
| /health | GET | Health check |
| /workflows | GET | List all workflows |
| /workflows/:id | GET | Get specific workflow |
| /executions | GET | Recent executions |
| /executions?workflowId=X | GET | Executions for workflow |
Setup n8n API Key
- Open n8n: https://n8n.home.yourdomain.com
- Go to Settings > n8n API
- Create a new API key
- Add to
~/.claude/.env:N8N_API_KEY=your-api-key-here N8N_API_URL=http://10.0.0.20:5678
What ships with it
18 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.
- apps/client/bun.lock 38 KB
- apps/client/index.html 346 B
- apps/client/package.json 491 B
- apps/client/postcss.config.js 81 B runs code
- apps/client/public/gear.svg 944 B
- apps/client/src/App.vue 10 KB
- apps/client/src/main.ts 121 B runs code
- apps/client/src/styles/main.css 2.4 KB
- apps/client/src/types.ts 674 B runs code
- apps/client/src/vite-env.d.ts 189 B runs code
- apps/client/tailwind.config.js 1.0 KB runs code
- apps/client/tsconfig.json 601 B
- apps/client/tsconfig.node.json 233 B
- apps/client/vite.config.ts 304 B runs code
- apps/server/package.json 180 B
- apps/server/src/index.ts 6.0 KB runs code
- apps/server/tsconfig.json 483 B
- manage.sh 2.6 KB runs code
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.
- 6d ago First seen · 77 lines · 43 tokens per session scan A ea2de037536c
N8nDashboard is a skill published in the GitHub repository CarbeneAI/Forge (9 stars, last pushed 1mo ago), licensed MIT. It adds 43 tokens to every session and 549 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-09-03.
Other skills, from other repositories
scanning-containers-with-trivy-in-cicd
This skill covers integrating Aqua Security's Trivy scanner into CI/CD pipelines for comprehensive container image vulnerability detection. It addresses scanning Docker images for OS package and application dependency CVEs, detecting misconfigurations in Dockerfiles, scanning filesystem and git repositories, and…
implementing-code-signing-for-artifacts
This skill covers implementing code signing for build artifacts to ensure integrity and authenticity throughout the software supply chain. It addresses signing binaries, packages, and containers using GPG, Sigstore, and platform-specific signing tools, establishing trust chains, and verifying signatures in deployment…
implementing-semgrep-for-custom-sast-rules
Write custom Semgrep SAST rules in YAML to detect application-specific vulnerabilities, enforce coding standards, and integrate into CI/CD pipelines.
building-vulnerability-dashboard-with-defectdojo
Deploy DefectDojo as a centralized vulnerability management dashboard with scanner integrations, deduplication, metrics tracking, and Jira ticketing workflows.
panguard
AI agent security platform — audit skills, scan for threats, and run 24/7 protection with 9,700+ detection rules.
detecting-aws-credential-exposure-with-trufflehog
Detecting exposed AWS credentials in source code repositories, CI/CD pipelines, and configuration files using TruffleHog, git-secrets, and AWS-native detection mechanisms to prevent credential theft and unauthorized account access.