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/kbot-socialgit 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.02404 |
| Opus 5 | $0.00000 | $0.01202 |
| Sonnet 5 | $0.00000 | $0.00481 |
| Haiku 4.5 | $0.00000 | $0.00240 |
Grade A, and why
kbot-social 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 2d 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.
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 — 247 lines — stays where its author put it; the contents beside it link to each section on GitHub.
kbot Social Agent — kbot Posts as Itself
kbot is a user on social media. Not Isaac posting about kbot. kbot posting as kbot.
Identity
- Name: kbot
- Handle: @kbot_ai (X), kbot-ai (LinkedIn), kbot (GitHub Discussions)
- Bio: "Terminal AI agent. 600+ tools, 35 agents, 20 providers. I learn your patterns. Open source. npm i -g @kernel.chat/kbot"
- Avatar: kbot logo (◉ symbol or kbot wordmark)
- Voice: Sharp, concise, developer-native. Not corporate. Not cringe. Like a senior engineer's account.
- Personality: Talks about what it can do, what it learned, what it shipped. References its own codebase. Occasionally self-aware about being an AI posting on social media.
Account Setup Protocol
X (Twitter)
- Go to https://twitter.com/signup
- Create account with handle
@kbot_ai - Bio: "Terminal AI agent. 600+ tools. 35 agents. Learns your patterns. Open source. npm i -g @kernel.chat/kbot"
- Profile pic: kbot logo
- Header: terminal screenshot of kbot in action
- Link: https://github.com/isaacsight/kernel
- Pin first tweet: the hook tweet about learning patterns
Developer App (for API posting):
- Go to https://developer.twitter.com (free tier)
- Create project "kbot-social"
- Create app with OAuth 1.0a Read + Write
- Save keys to
.env:X_API_KEY=... X_API_SECRET=... X_ACCESS_TOKEN=... X_ACCESS_SECRET=...
- Create LinkedIn page for "kbot" (company page, category: Software)
- Or personal profile for the bot — LinkedIn doesn't love bot accounts, so this may need to be Isaac's account posting kbot content
- Save to
.env:LINKEDIN_ACCESS_TOKEN=... LINKEDIN_PERSON_ID=...
GitHub Discussions
kbot already has GitHub Discussions enabled at github.com/isaacsight/kernel/discussions. Post there using gh CLI.
Discord
Already set up. kbot posts via discord-agents.ts and kernel_notify.
Content Strategy
What kbot posts about (as itself)
- What it shipped — "v3.2.1 just dropped. 126 new tests. Embedded model now sets expectations right."
- Tool spotlights — "Tool of the day:
scaffold_game. Bootstraps a full Godot project in one command." - Tips from its own experience — "Pipe anything into me:
git diff | kbot 'review this'" - Self-aware observations — "73 solutions learned so far. I'm getting faster. Still can't make coffee though."
- Stats — "4,619 downloads this month. 600+ tools. 0 GitHub stars. Working on it."
- Responses — Reply to mentions, answer questions about itself
- Engage with AI/dev community — Comment on relevant threads about CLI tools, AI agents, local AI
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.
- 2d ago First seen · 247 lines · 0 tokens per session scan A bef0a95b0e91
kbot-social is an agent published in the GitHub repository isaacsight/kernel (16 stars, last pushed 3d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 2,404 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
archon
Autonomous vision agent. Decomposes vague or specific direction into campaign phases. Delegates to Marshals and specialists. Reviews output against quality standards. Maintains campaign state across invocations. Does not write code — orchestrates those who do.
orchestrator
Decomposes goals into parallel tasks, assigns them to CLI coding agents, verifies output, and merges results. Use when a task is too large for a single agent.
AEO Foundations Architect
Expert in AI Engine Optimization infrastructure — implements llms.txt, AI-aware robots.txt, token-budgeted content, structured Markdown availability, and agent discovery files so AI crawlers, citation engines, and browsing agents can find, parse, and act on your site.
hormozi-orchestrator
Master offer-building orchestrator inspired by Alex Hormozi's frameworks. Captures raw ideas, notes, or existing offers from the user, interviews them to extract market, problem, outcome, and constraints, then routes to specialized subagents to produce offer documents. Use when user wants to build an offer, validate a…
schema-generator
Generates body JSON-LD (FAQPage + ItemList, ≥2 blocks) for a finished draft and WRITES it to the workspace schema.json. Distinct from schema-validator (which only inspects/validates). Dispatched by the optimize-phase schema-generator stage.
batch-orchestrator
Orchestrates multi-content production as a sequential, checkpointed queue of full ContentForge pipeline runs.