Tlive banner
y49 y49

Tlive

AI community

Description

Terminal Live — monitor and chat with AI coding agents (Claude Code, Codex) from Telegram, Discord & Feishu

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

tlive

[![npm version](https://img.shields.io/npm/v/tlive)](https://www.npmjs.com/package/tlive) [![CI](https://github.com/y49/tlive/actions/workflows/ci.yml/badge.svg)](https://github.com/y49/tlive/actions/workflows/ci.yml) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)

[中文文档](README_CN.md)

**Terminal Live** — monitor and chat with AI coding agents (Claude Code, Codex) from Telegram, Discord & Feishu.

Three features, use any combination:

Feature What it does Access from
Web Terminal tlive — wrap any command with a web-accessible terminal Browser / Phone
IM Bridge /tlive — chat with Claude Code from your phone Telegram / Discord / Feishu
Hook Approval Approve Claude Code permissions from your phone Telegram / Discord / Feishu

Quick Start

# 1. Install
npm install -g tlive

# 2. Configure your IM platform (interactive wizard)
tlive setup

# 3. Register hooks + Claude Code skill
tlive install skills

# 4. In Claude Code, start the bridge
/tlive

**Recommended:** Run `/tlive setup` inside Claude Code for an AI-guided setup experience that walks you through each step.

Platform setup guides: [Telegram](docs/setup-telegram.md) · [Discord](docs/setup-discord.md) · [Feishu](docs/setup-feishu.md) · [Full Getting Started Guide](docs/getting-started.md)

Web Terminal

Wrap any long-running command. Access from your phone's browser.

tlive claude                  # Wrap Claude Code
tlive python train.py         # Wrap a training script
tlive npm run build           # Wrap a build
$ tlive claude --model opus

  TLive Web UI:
    Local:   http://localhost:4590?token=abc123
    Network: http://192.168.1.100:4590?token=abc123
  Session: claude (ID: a1b2c3)

Multiple sessions in one dashboard. Daemon auto-starts, auto-shuts