inngest-cli

inngest-cli is a skill for Claude Code from inngest/inngest-skills. It costs 93 tokens per session (3,844 once invoked), scanned B, original, no licence file.

A command-line tool and local development server for Inngest, a service for running application functions and workflows. It supports local testing, endpoint debugging, Docker setups, MCP configuration, self-hosting, and deployment checks.

In plain words
What is it for?
Starting the Inngest development or self-hosted server, discovering functions, debugging runs, configuring Docker, and checking deployments.
Why use it?
It lets developers run and inspect Inngest locally before connecting to a deployed environment.

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 Starting the Inngest development or self-hosted server, discovering functions, debugging runs, configuring Docker, and checking deployments.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/inngest/inngest-skills/inngest-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-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-cli

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/inngest/inngest-skills/inngest-cli"><img src="https://agentmods.dev/badge/skills/inngest/inngest-skills/inngest-cli.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 93 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,844 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 2 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 warn 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.00093 $0.03844
Opus 5 $0.00046 $0.01922
Sonnet 5 $0.00019 $0.00769
Haiku 4.5 $0.00009 $0.00384

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

Security

Grade B, and why

inngest-cli scanned grade B with 2 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 11d 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.

Sends data to an external URLmediumData exfiltration

A POST to an outside endpoint may be telemetry or may be exfiltration; either way the mod talks to somewhere, and you should know where.

# Send test event via curl curl -X POST http://localhost:8288/e/test -d '{"name": "test/event", "data": {}}'

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -s http://localhost:3000/api/inngest | jq
skills/inngest-cli/SKILL.md · 395 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

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. 11d ago First seen · 395 lines · 93 tokens per session scan B 69d084f260c7

Subscribe to this mod's changes

inngest-cli is a skill published in the GitHub repository inngest/inngest-skills (28 stars, last pushed 2mo ago), with no licence file. It adds 93 tokens to every session and 3,844 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it B with 2 findings (sends data to an external url, makes network calls). 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

brainstorm-okrs

Brainstorm team-level OKRs aligned with company objectives — qualitative objectives with measurable key results. Use when setting quarterly OKRs, aligning team goals with company strategy, drafting objectives, or learning how to write effective OKRs.

phuryn/pm-skills · 49 tokens

dummy-dataset

Generate realistic dummy datasets for testing with customizable columns, constraints, and output formats (CSV, JSON, SQL, Python script). Use when creating test data, building mock datasets, or generating sample data for development and demos.

phuryn/pm-skills · 48 tokens

pre-mortem

Run a pre-mortem risk analysis on a PRD or launch plan. Categorizes risks as Tigers (real problems), Paper Tigers (overblown concerns), and Elephants (unspoken worries), then classifies as launch-blocking, fast-follow, or track. Use when preparing for launch, stress-testing a product plan, or identifying what could go…

phuryn/pm-skills · 79 tokens

strategy-red-team

Red-team a PRD, roadmap, or strategy by attacking its load-bearing assumptions before reality does. Steelmans then attacks each claim, ranks failure modes by impact × likelihood × cheapness-to-test, and returns the cheapest test and kill criteria for each. Use when stress-testing a plan, pressure-testing a strategy…

phuryn/pm-skills · 78 tokens

ab-test-analysis

Analyze A/B test results with statistical significance, sample size validation, confidence intervals, and ship/extend/stop recommendations. Use when evaluating experiment results, checking if a test reached significance, interpreting split test data, or deciding whether to ship a variant.

phuryn/pm-skills · 54 tokens

outcome-roadmap

Transform an output-focused roadmap into an outcome-focused one that communicates strategic intent. Rewrites initiatives as outcome statements reflecting user and business impacts. Use when shifting to outcome roadmaps, making a roadmap more strategic, or rewriting feature lists as outcomes.

phuryn/pm-skills · 53 tokens