Agents: load
/llms.txt first, then /catalog.json and /commands.json. That is the public agent door. Users can paste https://docs.telekit.io/llms.txt into any agent.- Outbound — from any agent session or scheduled job,
telekit send "…"pushes a message to your phone. It refuses without--yes. - Inbound — an always-on bridge turns your private Telegram messages into real headless agent sessions on your Mac and replies with their answers.
What you can do
- Text your bot and get a full assistant answer, with per-thread continuity.
- Switch working folders, named threads, harness, model, and effort from chat.
- Stick skill packs onto a thread with
/skill. - Send photos, files, and video both ways.
- Lock the chat behind a local passcode.
- Run more than one bot profile on the same Mac.
What it is not
- Not a hosted chatbot. The work runs on your Mac.
- Not a public API. Unauthenticated download of the compiled runtime 404s on purpose.
- Not a second copy of Claude/Codex skills. Bot skill packs stay under
~/.telekit/skills/and are injected at turn time.
Next
- Set up — token, claim, daemon.
- Chat — how a message becomes an answer.
- Every slash command — the in-chat surface.
- Agents: For agents or
/llms.txt.