[PR #568] [CLOSED] Add GhostClaw — Bare-Metal Telegram AI Agent tutorial #7579

Closed
opened 2026-06-03 21:41:40 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/568
Author: @b1rdmania
Created: 3/8/2026
Status: Closed

Base: mainHead: add-ghostclaw


📝 Commits (2)

  • 2b085fb Add GhostClaw to Multi-Agent Apps
  • dd6579a Add GhostClaw tutorial with runnable Python script

📊 Changes

4 files changed (+260 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)
advanced_ai_agents/multi_agent_apps/ghostclaw_telegram_agent/README.md (+54 -0)
advanced_ai_agents/multi_agent_apps/ghostclaw_telegram_agent/ghostclaw_telegram_agent.py (+203 -0)
advanced_ai_agents/multi_agent_apps/ghostclaw_telegram_agent/requirements.txt (+2 -0)

📄 Description

Resubmission with a proper self-contained tutorial as requested.

Includes:

  • ghostclaw_telegram_agent.py — runnable Python script that wires a Telegram bot to Claude's API with persistent SQLite conversation history and tool use
  • README.md — setup instructions, how it works, and link to the full project
  • requirements.txtanthropic + python-telegram-bot

The full GhostClaw project (https://github.com/b1rdmania/ghostclaw) extends this pattern with 22 skills, scheduled tasks, WhatsApp, and a dashboard.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Shubhamsaboo/awesome-llm-apps/pull/568 **Author:** [@b1rdmania](https://github.com/b1rdmania) **Created:** 3/8/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `add-ghostclaw` --- ### 📝 Commits (2) - [`2b085fb`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/2b085fbc9a7a771e3c533feca81fd18e86634964) Add GhostClaw to Multi-Agent Apps - [`dd6579a`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/dd6579a1dc66ab100b2e6d508d8a8bff2d330fcc) Add GhostClaw tutorial with runnable Python script ### 📊 Changes **4 files changed** (+260 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) ➕ `advanced_ai_agents/multi_agent_apps/ghostclaw_telegram_agent/README.md` (+54 -0) ➕ `advanced_ai_agents/multi_agent_apps/ghostclaw_telegram_agent/ghostclaw_telegram_agent.py` (+203 -0) ➕ `advanced_ai_agents/multi_agent_apps/ghostclaw_telegram_agent/requirements.txt` (+2 -0) </details> ### 📄 Description Resubmission with a proper self-contained tutorial as requested. Includes: - `ghostclaw_telegram_agent.py` — runnable Python script that wires a Telegram bot to Claude's API with persistent SQLite conversation history and tool use - `README.md` — setup instructions, how it works, and link to the full project - `requirements.txt` — `anthropic` + `python-telegram-bot` The full GhostClaw project (https://github.com/b1rdmania/ghostclaw) extends this pattern with 22 skills, scheduled tasks, WhatsApp, and a dashboard. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-06-03 21:41:40 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-llm-apps#7579