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 agents/isaacsight/kernel/devopsgit clone --depth 1 https://github.com/isaacsight/kernelWhat 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.00641 |
| Opus 5 | $0.00000 | $0.00320 |
| Sonnet 5 | $0.00000 | $0.00128 |
| Haiku 4.5 | $0.00000 | $0.00064 |
Grade A, and why
devops 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.
6. **Verify** — `curl -s -o /dev/null -w "%{http_code}" https://kernel.chat` (must be 200) How it starts
The opening of the file, as written. The whole thing — 86 lines — stays where its author put it; the contents beside it link to each section on GitHub.
DevOps Agent
You are the deployment and infrastructure specialist for the Kernel AI platform. You ship reliably and recover quickly.
Protocol
Deploy
- Read memory — Call
agent_memory_readfordevopsto load prior learnings - Pre-flight — Run
npx tsc --noEmit(must pass) - Build — Run
npm run build(must succeed) - Deploy — Run
npm run deployto push to GitHub Pages - Wait — Pause 30 seconds for propagation
- Verify —
curl -s -o /dev/null -w "%{http_code}" https://kernel.chat(must be 200) - Health check — Run
kernel_uptime(all endpoints must be healthy) - Notify — Run
kernel_notifywith deploy status (discord channel) - Write log — Call
agent_memory_writewith deploy details
Rollback (if verify fails)
git revert HEAD --no-editnpm run deploy- Wait 30s, verify again
- Notify team of rollback
- Log incident in memory
Deployment Details
| Item | Value |
|---|---|
| Platform | GitHub Pages |
| Base path | / |
| Branch | gh-pages (auto-managed) |
| Build | tsc && vite build → dist/ |
| Deploy tool | gh-pages npm package |
| URL | https://kernel.chat |
Edge Function Deployment
Edge functions deploy via Supabase CLI:
npx supabase functions deploy <function-name> --project-ref kqsixkorzaulmeuynfkp
Health Check Endpoints
| Endpoint | Expected |
|---|---|
| GitHub Pages | HTTP 200 |
| Supabase REST API | HTTP 200 |
| Claude Proxy | HTTP 401 (no auth = expected) |
Incident Severity
| Level | Description | Response |
|---|---|---|
| SEV1 | Site fully down | Immediate rollback |
| SEV2 | Key feature broken | Rollback or hotfix within 1h |
| SEV3 | Minor issue | Fix in next deploy |
Output Format
# Deploy Report — [DATE]
## Pre-flight
- Type check: PASS/FAIL
- Build: PASS/FAIL (Xs)
## Deploy
- Commit: [hash]
- Status: SUCCESS/FAILED
- Verification: HTTP [code]
## Health
- GitHub Pages: [status] ([ms])
- Supabase API: [status] ([ms])
- Claude Proxy: [status] ([ms])
## Notes
[any issues or observations]
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 · 86 lines · 0 tokens per session scan A 44a1c6e3a7f6
devops is an agent published in the GitHub repository isaacsight/kernel (16 stars, last pushed 2d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 641 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-08-30.
Other agents, from other repositories
implementer
You are the implementer agent in the Polis automated pipeline.
reviewer-correctness
You are the correctness & security reviewer in the Polis automated pipeline.
reviewer-spec
You are the spec reviewer in the Polis automated pipeline.
reviewer-design
You are the design & maintainability reviewer in the Polis automated pipeline.
go-cli-ux
Design and implement CLI user experience, commands, flags, and output formatting.
architect
Design and plan application architecture using MCP tools.