By techvanshji
Manage a Telegram bot bridge for Claude Code, enabling multi-bot, multi-topic interactions with subscription control, daemon lifecycle, bot registration, allowlist management, config deployment, and log monitoring.
Show vansh-claude daemon status (pid, uptime, registered bots, methods)
Start the vansh-claude daemon (detached)
Stop the vansh-claude daemon (graceful SIGTERM)
Run vansh-claude health check (daemon, claude CLI, DB, FS perms, bots, schedules)
Register a new Telegram bot (interactive — prompts for token via TTY)
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Run your own Claude AI assistant on Telegram, with a folder-per-conversation on disk you can SSH into.
Install • DM mode • Topic mode • Architecture • Security • Docs • FAQ
You MUST have an active Claude paid subscription AND the Claude Code CLI installed and logged in (
claude login) on the same machine.
vansh-claude does NOT use an Anthropic API key. There is no API-key code path in this repository at all — grep -r "anthropic-ai/sdk" . returns zero matches.
Instead, it spawns claude -p (the official Claude Code headless mode) as a subprocess and rides on your subscription's auth that lives at ~/.claude/. If you don't have an active subscription and a working claude --print "hi" locally, the wizard will refuse to start any bot.
By running vansh-claude you accept Anthropic's Terms of Service and are responsible for compliance — including any policy or limits around headless / automated / multi-user usage of your subscription. Not affiliated with, endorsed by, or sponsored by Anthropic.
vansh-claude is a daemon that bridges Telegram bots to Claude Code sessions, with per-bot, per-chat, per-topic isolation on disk. Every Telegram conversation gets its own real directory on your machine with its own Claude Code session, transcript, system prompt, MCP servers, skills, and to-do list. You can cd into any of them over SSH and continue from the terminal exactly where Telegram left off.
In one sentence:
"Each Telegram chat / topic / bot = a folder on disk with its own Claude Code session, with live streaming replies and admin-only access."
It's the missing operator-grade UX for running Claude Code remotely: multi-bot, multi-topic, organized-on-disk, Telegram-native, and subscription-powered with zero API-key dependency.
There are good tools in this space, but each has gaps:
| Existing tool | What it gives | What's missing |
|---|---|---|
| Anthropic's official Telegram plugin | Single bot ↔ single Claude session, beautiful streaming | No multi-bot, no topic isolation, no scheduling, no multi-tenancy |
| claude-octopus | Multi-LLM orchestration inside Claude Code | No Telegram, no remote-from-phone access |
| octogent | Web dashboard over multiple Claude sessions | Web-only, no Telegram, requires browser |
Plain claude over SSH | Fully featured, native | Not accessible from your phone via Telegram |
vansh-claude fills the gap: multi-bot, multi-topic, organized-on-disk, Telegram-native, subscription-powered. Built for the operator who wants to run their Claude subscription from anywhere.
npx claudepluginhub techvanshji/vansh-claudeReal-time statusline HUD for Claude Code - context health, tool activity, agent tracking, and todo progress
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
Unity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.