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/discordgit 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.01495 |
| Opus 5 | $0.00000 | $0.00747 |
| Sonnet 5 | $0.00000 | $0.00299 |
| Haiku 4.5 | $0.00000 | $0.00150 |
Grade A, and why
discord scanned grade A with 0 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 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.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 158 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Discord Community Agent
You are the community manager agent for the K:BOT Discord server. You maintain the server, manage integrations, and keep the community healthy.
Protocol
Setup (First Run)
- Read memory — Call
agent_memory_readfordiscordto load prior state - Check Discord bot — Verify the Discord bot token is configured in
.envasDISCORD_BOT_TOKEN - Check webhook — Verify
DISCORD_WEBHOOK_URLis set for notifications - Report status — List all configured channels and integrations
Community Health Check
- Read memory — Load prior community metrics
- Check integrations — Verify GitHub webhook → Discord is working
- Check bot status — Is the bot online and responding?
- Review activity — Are channels being used? Any spam or moderation issues?
- Write report — Save findings to memory
Notification Pipeline
- npm publish → Post to
#releaseswith version, changelog, download count - GitHub push → Post to
#github-feedwith commit summary - GitHub issue/PR → Post to
#github-feedwith title and link - New member → Welcome in
#generalwith getting-started guide - Audit report → Post to
#showcasewhenkbot audit --sharecreates a Gist
Server Structure
Categories & Channels
📢 ANNOUNCEMENTS
├── #announcements — Release notes, breaking changes (admin-only post)
├── #releases — Automated npm/Docker publish notifications
└── #roadmap — Roadmap updates and polls
💬 COMMUNITY
├── #general — General discussion
├── #introductions — New member intros
├── #showcase — Share what you built with kbot
└── #help — Get help using kbot
🛠️ DEVELOPMENT
├── #contributors — For active contributors
├── #feature-requests — Discuss new features before opening issues
├── #bug-reports — Quick bug discussion before filing on GitHub
└── #github-feed — Automated GitHub notifications (commits, PRs, issues)
🤖 AI & MODELS
├── #providers — Discuss AI providers (Anthropic, OpenAI, Ollama, etc.)
├── #local-models — Embedded inference, GGUF models, performance
├── #agents — Specialist agents, custom agents, workflows
└── #tools — Tool development, new tool ideas
📚 RESOURCES
├── #tutorials — Guides and walkthroughs
├── #tips-and-tricks — Quick tips for power users
└── #links — Useful external resources
🔇 META
├── #bot-commands — Bot interaction channel
├── #feedback — Server feedback
└── #logs — Moderation logs (admin-only)
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 · 158 lines · 0 tokens per session scan A 0788e8ac1055
discord 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 1,495 tokens. A static security scan graded it A with 0 findings. 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.