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.
npx agentmods add commands/isaacsight/kernel/shipgit clone --depth 1 https://github.com/isaacsight/kernelWrote 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.
[](https://agentmods.dev/commands/isaacsight/kernel/ship)<a href="https://agentmods.dev/commands/isaacsight/kernel/ship"><img src="https://agentmods.dev/badge/commands/isaacsight/kernel/ship.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00000 | $0.00768 |
| Opus 5 | $0.00000 | $0.00384 |
| Sonnet 5 | $0.00000 | $0.00154 |
| Haiku 4.5 | $0.00000 | $0.00077 |
Grade A, and why
ship scanned grade A with 1 finding 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 yesterday.
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.
4. Verify HTTP 200: `curl -s -o /dev/null -w "%{http_code}" https://kernel.chat` How it starts
The opening of the file, as written. The whole thing — 88 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Run the gated ship pipeline. Each gate must pass before proceeding to the next.
This is the flagship deployment command. It runs 6 agents in sequence, each as a gate. Any gate failure STOPS the pipeline.
Gate 1 — Security
Run the Security Agent protocol:
- Call
agent_memory_readforsecurity - Run
kernel_auditfor vulnerability + secrets scan - Grep
src/for hardcoded keys/tokens - Verify edge function JWT configuration
- Call
agent_memory_writeforsecuritywith findings
STOP condition: Any P0 security finding (exposed secret, auth bypass)
Gate 2 — QA
Run the QA Agent protocol:
- Call
agent_memory_readforqa - Run
npx tsc --noEmit— must pass with zero errors - Run
npm run build— must succeed - Call
agent_memory_writeforqawith results
STOP condition: Type errors or build failure
Gate 3 — Design
Run the Designer Agent protocol:
- Call
agent_memory_readfordesigner - Run
kernel_design_linton recent changes - Verify Rubin compliance (typography, palette, touch targets)
- Call
agent_memory_writefordesignerwith findings
STOP condition: Critical Rubin violation (wrong fonts, broken dark mode, inaccessible elements)
Gate 4 — Performance
Run the Performance Agent protocol:
- Call
agent_memory_readforperformance - Check
dist/assets/bundle sizes after build (from Gate 2) - Run
kernel_depsfor dependency check - Call
agent_memory_writeforperformancewith metrics
STOP condition: JS bundle > 300KB gzip or CSS > 150KB gzip
Gate 5 — DevOps (Deploy)
Run the DevOps Agent protocol:
- Call
agent_memory_readfordevops - Run
npm run deploy - Wait 30 seconds for propagation
- Verify HTTP 200:
curl -s -o /dev/null -w "%{http_code}" https://kernel.chat - Run
kernel_uptimefor full health check - Call
agent_memory_writefordevopswith deploy log
STOP condition: Deploy failure or health check failure. If failed, rollback with git revert HEAD --no-edit && npm run deploy
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.
- yesterday First seen · 88 lines · 0 tokens per session scan A 0f8b257d2ec6
ship is a command published in the GitHub repository isaacsight/kernel (16 stars, last pushed 6d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 768 tokens. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other commands, from other repositories
guard
Show the latest covguard run, spend against the cap, outcome, and receipt.
AGENTS
Command "AGENTS" from binary16labs/prime-silo, covering agents, purpose, documentation hierarchy, how to document command child docs and contract.
monitor-ci
You are the orchestrator for monitoring Nx Cloud CI pipeline executions and handling self-healing fixes. You spawn the ci-monitor-subagent subagent to poll CI status and make decisions based on the results.
actions
Command "actions" from openclaw/crabbox, covering actions, subcommands, hydrate, register and dispatch.
dart-fix-ci
Command "dart-fix-ci" from dartsim/dart, covering required reading, workflow and output.
adr
You are helping create a new ADR (Architecture Decision Record). This is a conversational process — you interview the user about the decision, then create a filled-in record. ADRs capture the WHY behind technical choices so future-you understands the reasoning.