mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-07-16 23:44:06 -05:00
[PR #568] [CLOSED] Add GhostClaw — Bare-Metal Telegram AI Agent tutorial #7579
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/568
Author: @b1rdmania
Created: 3/8/2026
Status: ❌ Closed
Base:
main← Head:add-ghostclaw📝 Commits (2)
2b085fbAdd GhostClaw to Multi-Agent Appsdd6579aAdd 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 useREADME.md— setup instructions, how it works, and link to the full projectrequirements.txt—anthropic+python-telegram-botThe 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.