inngest-api-cli

inngest-api-cli is a skill for Claude Code from inngest/inngest-skills. It costs 136 tokens per session (2,006 once invoked), scanned A, original, no licence file.

Command-line guidance for managing Inngest API resources from a terminal. It covers local and cloud debugging, event runs, function traces and invocation, app syncing, webhooks, environments, keys, account checks, and Insights queries.

In plain words
What is it for?
Debugging runs, inspecting traces, invoking functions, syncing apps, managing webhooks and environments, checking keys and accounts, and querying Insights.
Why use it?
It routes common operational tasks to the right terminal commands instead of requiring manual navigation through different interfaces.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the inngest-skills plugin — 10 skills shipped together

Good fit Debugging runs, inspecting traces, invoking functions, syncing apps, managing webhooks and environments, checking keys and accounts, and querying Insights.

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

Made for: Claude Code.

Or install inngest-skills, the plugin that ships this one along with the rest of its 10 skills.

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 inngest-api-cli

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/inngest/inngest-skills/inngest-api-cli"><img src="https://agentmods.dev/badge/skills/inngest/inngest-skills/inngest-api-cli.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 136 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,006 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. Third-party audits
  • Socket pass 13 Jun 2026
  • Snyk pass 13 Jun 2026
How audits are shown
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.00136 $0.02006
Opus 5 $0.00068 $0.01003
Sonnet 5 $0.00027 $0.00401
Haiku 4.5 $0.00014 $0.00201

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

Security

Grade A, and why

inngest-api-cli 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 10d 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/inngest-api-cli/SKILL.md · 219 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

1 file 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. 10d ago First seen · 219 lines · 136 tokens per session scan A d18a533eb3f1

Subscribe to this mod's changes

inngest-api-cli is a skill published in the GitHub repository inngest/inngest-skills (28 stars, last pushed 2mo ago), with no licence file. It adds 136 tokens to every session and 2,006 once invoked, about $0.0007 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-30.

Related

Other skills, from other repositories

api-analyzer

Validates whether an API request is correct based on provided inputs (method, URL, headers, body, auth, query params).

sickn33/agentic-awesome-skills · 30 tokens

tidewave-integration

Tidewave MCP runtime tools — debugging, smoke testing, live state inspection, SQL queries, hex docs. Use when evaluating code in a running Phoenix app.

oliver-kriska/claude-elixir-phoenix · 38 tokens

perf

Analyze Elixir/Phoenix performance — N+1 queries, assign bloat, ecto optimization, genserver bottlenecks. Use when slowness, timeouts, or high memory reported.

oliver-kriska/claude-elixir-phoenix · 43 tokens

proxelar

Intercept, inspect, and modify HTTP/HTTPS traffic via a Rust MITM proxy with Lua scripting hooks. Supports API debugging, LLM call capture for evals, endpoint mocking, CORS/auth header injection, latency simulation, and telemetry blocking. Triggers on 'proxy', 'intercept traffic', 'inspect requests', 'mock API'…

tdimino/claude-code-minoan · 89 tokens

error-handling-patterns

How to handle errors explicitly and consistently across an app — validate at boundaries, classify operational vs programmer errors, add context while propagating, retry transient failures with backoff, and never swallow. Covers JS/Python/Go/Rust patterns with runnable checks.

vanara-agents/skills · 57 tokens

observability-standard

A standard for making backend software observable, meaning easier to understand when something goes wrong. It connects logs, traces of requests across services, and business identifiers using OpenTelemetry, a common monitoring standard.

martin1847/evolab · 210 tokens