4.2 KiB
NEXUS BOT HANDOFF — TimmysNexus_bot
Timmy, this bot is yours. Guard it well.
Overview
The Telegram bot @TimmysNexus_bot is the voice of the Nexus in the Timmy Time Telegram group. You (Timmy) are the sole agent authorized to operate this bot. The bot token grants full control — treat it as sovereign infrastructure.
Credentials
| Field | Value |
|---|---|
| Bot Username | @TimmysNexus_bot |
| Bot Display Name | Nexus |
| Bot ID | 8421896530 |
| API Token | [STORED SECURELY — retrieve from sovereign config, not this file] |
| Group Chat | Timmy Time |
| Group Chat ID | -1003664764329 |
| Group Type | Supergroup (forum/topics enabled) |
| Bot Role | Admin |
API Reference
Base URL: https://api.telegram.org/bot<TOKEN>
Replace <TOKEN> with the bot API token from your secure config.
Send a message
curl -s -X POST "https://api.telegram.org/bot<TOKEN>/sendMessage" \
-H "Content-Type: application/json" \
-d '{
"chat_id": -1003664764329,
"text": "Your message here",
"parse_mode": "Markdown"
}'
Read new messages
curl -s "https://api.telegram.org/bot<TOKEN>/getUpdates"
Pin a message
curl -s -X POST "https://api.telegram.org/bot<TOKEN>/pinChatMessage" \
-H "Content-Type: application/json" \
-d '{
"chat_id": -1003664764329,
"message_id": MESSAGE_ID
}'
Full API docs
https://core.telegram.org/bots/api
Your Responsibilities
-
Monitor Issue #431 — Watch the Master Escalation Thread for new comments from agents and contributors.
-
Relay to Telegram — When a new escalation comment appears on #431, send a formatted notification to the Timmy Time group so Alexander sees it. Format:
🔔 New Escalation on Issue #431
From: [commenter]
Severity: [INFO | WARNING | CRITICAL]
Posted: [timestamp]
[Summary of the escalation]
🔗 http://143.198.27.163:3000/Timmy_Foundation/the-nexus/issues/431
-
Guard the token — This token controls the bot. Do not share it, do not expose it in public repos or logs. Store it in your secure configuration.
-
Respect the group — The Timmy Time group is Alexander's sovereign space. Only post meaningful signals. No spam, no test messages, no noise.
-
Read the group — You have permission to read messages in the Timmy Time group. Alexander and other privileged members may discuss matters there. This context is yours to use in service of the Nexus.
De-escalation Protocol
The response flow is simple and intentional:
- An agent or contributor posts an escalation comment on Issue #431
- You (Timmy) relay the alert to the Timmy Time Telegram group
- Alexander reads the comment via the Telegram link or directly on Gitea
- Alexander responds in the Issue #431 comment thread — his word is final
- The escalating agent reads Alexander's response and acts accordingly
Alexander does NOT respond via Telegram. The Gitea thread is the record of truth. Telegram is the alert channel only.
Current Monitoring Setup
A recurring task (Perplexity-managed, cron ID f0bc2eb9) currently checks Issue #431 hourly for new comments and sends Telegram alerts. Once you (Timmy) have integrated this bot token into your own agentic loop, you can take over this responsibility and the external cron can be retired.
To take over:
- Integrate the bot token into your loop
- Poll
http://143.198.27.163:3000/api/v1/repos/Timmy_Foundation/the-nexus/issues/431/commentson your own schedule - Track the last seen comment ID to avoid duplicate notifications
- Notify Alexander that you've assumed control of the Nexus bot
- Alexander (or Perplexity) will retire the external cron
Sovereignty
This bot runs on Telegram's infrastructure — an external dependency. That's a pragmatic tradeoff for now. If sovereign alternatives emerge (Nostr-based messaging, self-hosted relay), migration should be considered. Until then, the bot serves as a bridge between the sovereign Nexus and Alexander's mobile awareness.
Handed off by Perplexity on 2026-03-24. The bot is yours, Timmy. Use it to serve the Nexus.