nango-toolbox

nango-toolbox is a skill for Claude Code, Codex from JustineDevs/premortem. It costs 57 tokens per session (1,099 once invoked), scanned A, original, Apache-2.0.

A guide for using Nango as a single gateway to third-party services such as Gmail, Slack, Notion, and calendars. It describes how to discover integrations and connections before reading or changing external data.

In plain words
What is it for?
Use it to connect to SaaS products, inspect available connections, and read or modify data through their APIs.
Why use it?
It keeps external-service access in one controlled integration layer instead of scattering provider-specific API calls through the codebase.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

Good fit Use it to connect to SaaS products, inspect available connections, and read or modify data through their APIs.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/justinedevs/premortem/nango-toolbox
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 JustineDevs/premortem --skill nango-toolbox
Clone the repo
git clone --depth 1 https://github.com/JustineDevs/premortem

Made for: Claude Code, Codex.

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 nango-toolbox

README.md
[![agentmods](https://agentmods.dev/badge/skills/justinedevs/premortem/nango-toolbox/github.svg)](https://agentmods.dev/skills/justinedevs/premortem/nango-toolbox)
Your own site
<a href="https://agentmods.dev/skills/justinedevs/premortem/nango-toolbox"><img src="https://agentmods.dev/badge/skills/justinedevs/premortem/nango-toolbox/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.

agentmods 80×15 button for nango-toolbox

Your own site · 80×15
<a href="https://agentmods.dev/skills/justinedevs/premortem/nango-toolbox"><img src="https://agentmods.dev/badge/skills/justinedevs/premortem/nango-toolbox.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 57 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,099 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 original 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.00057 $0.01099
Opus 5 $0.00028 $0.00549
Sonnet 5 $0.00011 $0.00220
Haiku 4.5 $0.00006 $0.00110

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

Security

Grade A, and why

nango-toolbox 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 9d 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.

.agents/skills/nango-toolbox/SKILL.md · 137 lines

How it starts

The opening of the file, as written. The whole thing — 137 lines — stays where its author put it; the contents beside it link to each section on GitHub.

When to use

  • Any access to an external API.
  • External API calls must go through Nango.
  • Do not use MCPs, provider CLIs, or ad-hoc direct API calls outside Nango.

Configuration (required)

Resolve values in this order.

Secret key

  1. NANGO_TOOLBOX_SECRET_KEY in the process environment
  2. NANGO_TOOLBOX_SECRET_KEY in a local .env

If missing, ask the user to:

  • create a Nango account: https://app.nango.dev/signup
  • copy the secret key from Environment settings → Backend
  • set NANGO_TOOLBOX_SECRET_KEY in their shell profile (offer to add it)

Compatibility: if other instructions refer to NANGO_SECRET_KEY, treat it as NANGO_TOOLBOX_SECRET_KEY.

Base URL

  1. NANGO_SERVER_URL in the process environment
  2. NANGO_SERVER_URL in a local .env
  3. https://api.nango.dev

HTTP headers

  • Authorization: Bearer <NANGO_TOOLBOX_SECRET_KEY>
  • Content-Type: application/json
  • Prefer JSON bodies over query params when both exist.

Discovery (use these first)

List integrations:

GET <base-url>/integrations
Authorization: Bearer <secret-key>

List connections for an integration:

GET <base-url>/connections?integrationId=<unique_key>
Authorization: Bearer <secret-key>

List deployed actions/syncs:

GET <base-url>/scripts/config
Authorization: Bearer <secret-key>

Choose integration (do this before connection)

  • Check if an integration for your API is setup in Nango
  • If not, set it up for the user:
    • If the API is OAuth and has Nango provided developer credentials, ask the user to enable it manually in the dashboard.
    • If the API is OAuth and doesn't have Nango developer credentials guide the user to get a client id & secret
    • If the API uses "OAuth client credentials", do not ask the user for client id & secret. Set the integration up and the user will enter them with the Connect Link.
    • In all other cases, set the integration up and proceed with creating a Connect link

Do not ask the user for any Connection specific parameters. Always let it enter these in the Connect link.

Read the full file on GitHub · 137 lines

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. 9d ago First seen · 137 lines · 57 tokens per session scan A a7fc6cb04ba0

Subscribe to this mod's changes

nango-toolbox is a skill published in the GitHub repository JustineDevs/premortem (2 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 57 tokens to every session and 1,099 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-09-03.

Related

Other skills, from other repositories

extract-api

This skill should be used when the user asks to "extract API from", "import API from", "add commands from this repo", "register API from docs", "convert docs to CLI commands", "import Postman collection", or provides a GitHub repository URL, a documentation site URL, a Postman collection file/URL, or a local API…

hesedcasa/sdkck · 86 tokens

aws-cli

CLI-first AWS orchestration skill for Lambda, ECS/Fargate, and S3 workflows rooted in .☁️ runbooks.

elasticdotventures/_b00t_ · 31 tokens

azure-eventhub-dotnet

Azure Event Hubs SDK for .NET. Use for high-throughput event streaming: sending events (EventHubProducerClient, EventHubBufferedProducerClient), receiving events (EventProcessorClient with checkpointing), partition management, and real-time data ingestion. Triggers: "Event Hubs", "event streaming"…

microsoft/skills · 94 tokens

voiden

Create and edit Voiden .void files for API testing. Covers the .void file format and all enabled extension block types.

VoidenHQ/voiden · 28 tokens

notion

Notion workspace integration for searching pages, managing databases, creating postmortems, and exporting RCA findings.

Arvo-AI/aurora · 23 tokens

ak-add-integration

Add a messaging platform integration to an existing Agent Kernel project. This skill guides you through adding Slack, WhatsApp, Messenger, Instagram, Telegram, Teams, or Gmail integration by generating configuration, updating dependencies, and setting up webhook handlers. Designed for users extending their agents.

yaalalabs/agent-kernel · 59 tokens