system-bus

system-bus is a skill for Claude Code, Codex from joelhooks/joelclaw. It costs 104 tokens per session (6,784 once invoked), scanned A, original, no licence file.

A guide for developing and operating the system-bus worker, a durable function engine and webhook gateway built with Inngest. Durable functions can resume managed background work, while webhooks receive events from other services.

In plain words
What is it for?
Use it to add Inngest functions, handle webhooks, deploy or restart the worker, and investigate failures.
Why use it?
It brings together the conventions needed to add, deploy, restart, and debug this worker. It helps trace failures through its event and observability pipeline.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it to add Inngest functions, handle webhooks, deploy or restart the…

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

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 system-bus

README.md
[![agentmods](https://agentmods.dev/badge/skills/joelhooks/joelclaw/system-bus.svg)](https://agentmods.dev/skills/joelhooks/joelclaw/system-bus)
Your own site
<a href="https://agentmods.dev/skills/joelhooks/joelclaw/system-bus"><img src="https://agentmods.dev/badge/skills/joelhooks/joelclaw/system-bus.svg" alt="Measured on agentmods" height="20"></a>
Per session 104 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,784 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 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.00104 $0.06784
Opus 5 $0.00052 $0.03392
Sonnet 5 $0.00021 $0.01357
Haiku 4.5 $0.00010 $0.00678

Measured today against content hash a3c131fe8994, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

system-bus scanned grade A 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 today.

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.

Makes network callslowCapability

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

5. verify `curl http://127.0.0.1:3111/` shows functions and `joelclaw functions` returns >0

Runs shell commandslowCapability

Expected in a hook, worth knowing in a rule or an instructions file.

- **Never call `joelclaw` CLI with `Bun.spawnSync` from inside a running Inngest function.** `joelclaw inngest status` probes the worker endpoint; sync subprocesses can deadlock the worker event loop. Use async subproces
skills/system-bus/SKILL.md · 302 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

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. today Changed a3c131fe8994
  2. 3d ago First seen · 302 lines · 104 tokens per session scan A 2709a1766c3d

Subscribe to this mod's changes

system-bus is a skill published in the GitHub repository joelhooks/joelclaw (63 stars, last pushed yesterday), with no licence file. It adds 104 tokens to every session and 6,784 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 2 findings (makes network calls, runs shell commands). 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

cloudflare-router

Use when manage Cloudflare DNS, CDN, and security rules via API. Use when configuring domains, SSL, WAF, or edge caching.

oyi77/1ai-skills · 33 tokens

service-explorer

Discover and interact with ANY service running on the system. Not pre-programmed per-service. Discovers dynamically. Read configs, hit APIs, parse logs. Figure it out.

bolivian-peru/os-moda · 39 tokens

azure-linux-app-service

Use when deploying or operating Python, Ruby, or Node.js apps on Azure App Service Linux. USE FOR: deploy a Flask or FastAPI app to App Service Linux, configure a startup command for a Node app, set up a deployment slot swap, stream Azure App Service logs, choose between code deploy and container deploy. DO NOT USE…

ivegamsft/basecoat · 88 tokens

cloudflare-fullstack

Use when developing, testing or deploying anything on the Cloudflare Workers full stack — Bun (deps) + TypeScript + Hono (routing/streaming) + Zod (validation) + Wrangler (bundle/deploy), with D1, R2, KV, Durable Objects, Queues, Workers AI and Analytics Engine. Covers the toolchain division of labour (Bun installs…

lianluo-esign/ferrogate · 208 tokens

stripe-projects

Provision SaaS services + sync creds via Stripe Projects.

NousResearch/hermes-agent · 15 tokens

skypilot-multi-cloud-orchestration

Multi-cloud orchestration for ML workloads with automatic cost optimization. Use when you need to run training or batch jobs across multiple clouds, leverage spot instances with auto-recovery, or optimize GPU costs across providers.

davila7/claude-code-templates · 51 tokens