ApexClaw: Open-Source Telegram AI Agent with 85+ Tools for Web Automation, Voice, and Email

✍️ OpenClawRadar📅 Published: February 26, 2026🔗 Source
ApexClaw: Open-Source Telegram AI Agent with 85+ Tools for Web Automation, Voice, and Email
Ad

ApexClaw is an open-source Telegram AI agent built in Go that functions as a proactive assistant with extensive automation capabilities. Inspired by OpenClaw/Clawdbot projects, it's designed to perform tasks rather than just chat.

Key Features and Capabilities

The agent includes 85+ built-in tools across multiple categories:

  • Voice Processing: Understands and replies to voice notes using free Google STT (speech-to-text) and TTS (text-to-speech) responses
  • Image Analysis: Analyzes images sent via Telegram
  • Web Automation: Browses the web with a real headless browser that can click links, read pages, and fill forms
  • Email Integration: Reads Gmail inbox and sends emails
  • System Operations: Runs shell/Python scripts, manages files/folders, monitors clipboard
  • Information Lookups: Web search, Wikipedia, GitHub, Reddit, YouTube, news lookups
  • Personal Memory: Remembers personal facts like coffee preferences, allergies, etc.
  • Productivity Tools: To-do lists, Pomodoro timers, scheduled tasks with crontab-style scheduling
  • Data Tools: Weather, stocks, currency conversion, flight status, timezone math, geocoding
  • Technical Utilities: Math evaluation, regex, base64, hashing, DNS lookups, RSS feeds
  • Telegram Actions: Forward/pin/delete messages, update profile pictures, pull group information
Ad

Technical Stack

  • 100% Go implementation
  • gogram for Telegram bot functionality
  • z.ai engine for agentic reasoning
  • Headless Chrome for web browsing
  • ffmpeg for voice processing

Quick Start Setup

To self-host ApexClaw:

  1. Install Go 1.22+
  2. Set up .env file with:
    • Telegram bot token
    • API ID/hash
    • Owner ID
    • Optional z.ai token
  3. Optionally add Gmail app password for email tools
  4. Run go run .

The repository is available at https://github.com/AmarnathCJD/apexclaw.

This type of tool is useful for developers who want a programmable assistant that can automate routine tasks directly from Telegram. The Go implementation prioritizes speed and simplicity, while the extensive toolset makes it practical for daily use.

📖 Read the full source: r/clawdbot

Ad

👀 See Also

wearehere browser extension scans sites for tracking and privacy risks
Tools

wearehere browser extension scans sites for tracking and privacy risks

wearehere is a browser extension that scans websites across ten categories including cookies, trackers, device fingerprinting, and dark patterns, then scores them based on privacy risks. It's under 200KB, runs locally in the browser, and also comes as an npm package for integration with AI agents via barebrowse MCP server.

OpenClawRadar
Reframe slash command for Claude Code applies cognitive science technique to problem-solving
Tools

Reframe slash command for Claude Code applies cognitive science technique to problem-solving

A developer created a /reframe slash command for Claude Code that implements a cognitive science technique called distance-engagement oscillation. The approach was tested across three open-weight LLMs with 50 problems and consistently outperformed other methods.

OpenClawRadar
Marmy: A Self-Hosted Mobile App for Managing Multiple AI Coding Agent Sessions
Tools

Marmy: A Self-Hosted Mobile App for Managing Multiple AI Coding Agent Sessions

Marmy is an open-source, self-hosted tool built with Claude Code that lets you manage multiple AI coding agent sessions from your phone. It features a Rust agent for your machines, an iOS app, file browsing with syntax highlighting, push notifications, and a manager-agent architecture.

OpenClawRadar
Benchmark Shows CLI Tool Reduces Claude Code Token Costs by 32% Through Structural Navigation
Tools

Benchmark Shows CLI Tool Reduces Claude Code Token Costs by 32% Through Structural Navigation

A developer built a Rust CLI tool that gives Claude Code agents structural navigation commands like 'show me a 180-token summary of this 6,000-token class.' Benchmarking on Sonnet 4.6 across 54 automated runs showed 32% lower cost per task and 67% more code edits per session.

OpenClawRadar