https://github.com/pink-tools/pink-agent
Remote terminal control via Telegram. WebSocket streaming, Cloudflare tunnel.
https://github.com/pink-tools/pink-agent
claude-code cloudflare go telegram terminal websocket
Last synced: 4 months ago
JSON representation
Remote terminal control via Telegram. WebSocket streaming, Cloudflare tunnel.
- Host: GitHub
- URL: https://github.com/pink-tools/pink-agent
- Owner: pink-tools
- Created: 2025-12-09T18:11:32.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2026-02-12T04:57:17.000Z (4 months ago)
- Last Synced: 2026-02-12T14:44:31.797Z (4 months ago)
- Topics: claude-code, cloudflare, go, telegram, terminal, websocket
- Language: Go
- Size: 98.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pink-agent
Telegram bot that runs Claude Code sessions in forum topics.
## Requirements
- [claude](https://docs.anthropic.com/en/docs/claude-code) CLI
- [pink-transcriber](https://github.com/pink-tools/pink-transcriber) (optional, for voice)
## Setup
See [ai-docs/SETUP.md](ai-docs/SETUP.md).
## Usage
```bash
pink-agent # Start daemon
pink-agent stop # Stop daemon
pink-agent status # Check if running
pink-agent --help # Show all commands
```
## Build from Source
```bash
git clone https://github.com/pink-tools/pink-agent.git
cd pink-agent
make build
```