inngest-local

inngest-local is a skill for Claude Code, Codex from joelhooks/joelclaw. It costs 89 tokens per session (3,851 once invoked), scanned C, original, no licence file.

Guidance for running Inngest yourself on macOS. Inngest is a durable background task manager for event-driven functions, scheduled jobs, and workflows.

In plain words
What is it for?
Use it to set up Inngest locally with Docker or deploy it with Kubernetes, including persistent state for background tasks and cron jobs.
Why use it?
It helps choose and configure a self-hosted setup that keeps task state instead of relying on a hosted service.

Skill for Claude CodeCodex

Written for Claude Code and Codex: disable-model-invocation in frontmatter, but also agents/openai.yaml present.

Needs its repository: it reads a path above its own folder, which exists only inside the repository. The line is import { inngest } from "../inngest";.

Good fit Use it to set up Inngest locally with Docker or deploy it with Kubernetes, including persistent state for background tasks and cron jobs.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/joelhooks/joelclaw
agentmods
npx agentmods add skills/joelhooks/joelclaw/inngest-local

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 inngest-local

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/joelhooks/joelclaw/inngest-local"><img src="https://agentmods.dev/badge/skills/joelhooks/joelclaw/inngest-local.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 89 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,851 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 2 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00089 $0.03851
Opus 5 $0.00044 $0.01925
Sonnet 5 $0.00018 $0.00770
Haiku 4.5 $0.00009 $0.00385

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

Security

Grade C, and why

inngest-local scanned grade C 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 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.

Downloads and executes remote codehighSupply chain

curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.

curl -sL joelclaw.com/scripts/inngest-setup.sh | bash

Makes network callslowCapability

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

const response = await fetch(event.data.url);
skills/inngest-local/SKILL.md · 439 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Files

What ships with it

3 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.

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 · 439 lines · 89 tokens per session scan C 675bd6432b57

Subscribe to this mod's changes

inngest-local is a skill published in the GitHub repository joelhooks/joelclaw (63 stars, last pushed today), with no licence file. It adds 89 tokens to every session and 3,851 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it C with 2 findings (downloads and executes remote code, 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

n8n-self-hosting

Deploy a production self-hosted n8n end-to-end to a fresh Linux VM over SSH, using Docker Compose behind a Caddy reverse proxy with automatic HTTPS. Use whenever the user wants to self-host, install, set up, provision, or deploy n8n on their own server/VPS/box (Hetzner, DigitalOcean, AWS EC2, bare metal, etc.) — in…

czlonkowski/n8n-mcp · 265 tokens

huawei-cloud-cce-kubernetes-event-analyzer

Query and analyze Kubernetes Events in Huawei Cloud CCE clusters. Trigger when users ask about CCE events, Kubernetes warning events, FailedScheduling, FailedMount, ImagePullBackOff, event patterns, historical events in LTS, or event-based diagnosis for a CCE cluster or namespace.

huaweicloud/huaweicloud-skills · 68 tokens

Event-Driven Semantics & Delivery Guarantees

Ensure event-driven designs specify delivery guarantees, ordering, idempotency, schema evolution, and replay/backfill strategy.

s977043/river-review · 33 tokens

forcecage

Forcecage creates a pre-tested containment boundary around a subject that has not yet run. It is not about stopping, pausing, or muting something already in motion. The cage is built first, self-tested, then the subject enters. The operator watches from outside and decides whether to release.

Hmbown/Wizards-of-the-Ghosts · 64 tokens

docker-registry

Container image registry workflows — GHCR, Docker Hub, and private registry auth, tagging strategies, CI push pipelines, image pruning, and multi-platform manifest publishing.

LuuOW/meridian-mcp · 35 tokens

concert-monitor

Weekly concert digest for any metro area. Searches multiple ticket platforms, compiles upcoming shows with dates, venues, artists, and prices, and delivers a curated list via email or messaging. Configurable for any city with customizable venue lists.

jcrabapple/hermes-skills · 50 tokens