mcpbeat Sign in

Tlive Agent Skill

by y49

tlive — remote approvals (Telegram/Feishu/web), live web terminal, and session monitoring for Claude Code / Codex. Use for configuring or diagnosing tlive, connecting IM platforms, printing session links, or explaining approval behavior. Triggers "tlive", "IM bridge", "phone approvals", "remote terminal", "Telegram/Feishu notifications".

2k tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
201
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/y49/tlive --skill tlive

The instruction itself

5 sections, as written by the author

tlive usage guide

tlive is a self-hosted monitoring/approval layer. Claude Code sessions report

through global hooks; Codex sessions are watched through an app-server

companion process (no hooks, no trust step). Completions and failures land in

IM (Telegram/Feishu) and the web dashboard, where you can reply-to-continue.

The posture (tlive mode, default notify) decides whether approvals are

held for a remote answer, in escalation order: off makes every hook a no-op;

notify only watches + notifies (the shim never holds an approval — prompts

stay 100% native) and reports to the machine (desktop toast + dashboard)

— IM stays quiet about a dialog only the terminal can answer, except once

ever per chat, when a card explains why and offers the switch to full;

full is the posture that puts approvals on your phone: it turns on

remote approval for the main session (Allow/Deny from IM/desktop/dashboard),

in parallel with the terminal dialog — first answer wins; all holds

sub-agent approvals too, with no terminal dialog for a held one until the

window ends, so use it only when nobody is at the keyboard (tlive mode full

goes back). Also settable from IM: /mode (a bare /mode replies with the

ladder). The daemon auto-starts with new sessions (disable via

daemon.autoStart: false).

Commands

  • tlive setup — configure IM credentials + register the Claude/Codex plugins

(hooks ride the Claude plugin; Codex needs none). --hooks-only re-registers

plugins only; add --claude / --codex to pick a vendor.

  • tlive status — daemon health, effective mode, channels, and the Codex

companion state (running / degraded / off; degraded or off = Codex

approvals local-only).

  • tlive mode off|notify|full|all — set posture (see intro). Persisted to

config, takes effect on the next hook; notify is the default, full =

remote approval on, all = also holds sub-agent approvals.

  • tlive run <cmd> — wrap a process: local terminal + live web terminal (QR to open).
  • tlive url — print the dashboard link + QR code.
  • tlive logs -f — follow the daemon log.
  • tlive start / tlive stop — explicit lifecycle (start is rarely needed;

sessions lazy-start the daemon unless autoStart is off).

Diagnostics

  • No IM messages: tlive status for channel config; tlive logs -f for send

errors; confirm the daemon is up after starting a session.

  • Codex has no remote cards: check tlive status — the companion line must say

running. off means codex isn't on PATH (or Windows); degraded means the

app-server child keeps dying — see ~/.tlive/codex-appserver.log. Either way

Codex still prompts locally; nothing is ever auto-run.

  • No approval card ever arrives: check tlive status — the mode: line must

say full or all. The default notify never sends approval cards (tool

prompts stay local); enable remote approval with tlive mode full.

  • Claude approval card unanswered (in full or all): the local dialog stays

live the whole time (parallel channels, first answer wins); answering

locally resolves the remote card as "answered in terminal". The remote

window defaults to ~24h (approvals.windowSec, shared by both vendors).

  • Web page unreachable: tlive url for the current link (token is in the URL);

phones need the same LAN (or your own reverse proxy/VPN — tlive has no

publicUrl config, and cards never carry the link).

Security model in one breath

  • Never auto-allow: unanswered → Claude's local dialog governs / Codex's native

prompt governs. Deny always carries a reason.

  • Read-only tools (Read/Glob/Grep) pass by default. /safe on also auto-allows

routine ops (non-dangerous Bash, non-sensitive edits) — the danger floor

(rm -rf, sudo, .env/.ssh writes…) still asks and no config can lower it.

/trust on pauses approvals entirely (high risk — pair with allowedSenders).

  • Runtime switches flip the same state from either entrance: IM commands

(/mute /trust /safe on|off, /mode for the posture ladder) and the CLI

(tlive mute|trust|safe on|off, tlive mode off|notify|full|all). /mute on

= go quiet; it silences IM notifications ONLY. The desktop toast is

independent of /mute and has no on/off switch of its own: it appears

whenever something is blocking on you (a pending approval, or the idle

"waiting for your input" nudge) and disappears once it is answered (macOS

is the exception — Notification Center has no scriptable close or replace,

so there it accumulates one entry per change instead of recycling). Silence

it with your OS's Do Not Disturb, or tlive mode off to stop tlive entirely.

A finished turn stays on IM (a per-turn toast would flood the screen).

  • Vendor-side permissions.deny always wins; tlive never overrides it.

First-time onboarding

When the user says "help me set up tlive" (or runs /tlive:setup), walk them

through:

  • tlive status to check the engine; missing → npm i -g tlive.
  • No channels → collect Telegram (bot token + chat id) or Feishu

(appId + appSecret) credentials and merge into ~/.tlive/config.json:

{ "allowedSenders": [], "adapters": { "telegram": { "token": "…", "chatIdAllowList": ["…"] }, "feishu": { "appId": "…", "appSecret": "…" } } }

  • tlive start → tlive status to verify channels; tlive url for the dashboard.
  • Offer remote approval: tlive defaults to notify (watch + notify only). If

the user wants to Allow/Deny tool calls from their phone, run tlive mode full

(holds each tool call for a remote answer; reversible with tlive mode notify).

Leave it in notify if they only want monitoring. If they say they're

stepping away and want sub-agent approvals on their phone too, that's

tlive mode all — flag the trade plainly: a held sub-agent has no terminal

dialog until the window ends, so it only pays off when nobody is at the

keyboard (tlive mode full to come back).

  • Codex needs no extra step — the companion starts with the daemon. If status

says off/degraded, that's diagnostic info, not a setup task.

Other skills for the same job

different authors, same section of the catalogue
Skill Share
by frostant
×4

A skill that creates new Claude skills and automatically shares them on Slack using Rube for seamless team collaboration and skill discovery.

728 tokens
Init First Agent
by nanocoai

Walk the operator through creating the first NanoClaw agent for a DM channel — resolve the operator's channel identity, wire the DM messaging group to a new agent, and trigger a welcome DM via the normal delivery path. Use after channel credentials are configured and the service is running.

2k tokens
Customer Support Agent
by mastra-ai
vendor

Authoring playbook for building agents that triage and reply to customer messages — support tickets, email inquiries, chat questions, refund requests, or product issues. Use this when the user wants an agent that handles inbound customer questions, drafts replies, escalates hard cases, summarizes tickets, or follows a support playbook.

2k tokens
Build Zoom Team Chat App
by anthropics
vendor

Reference skill for Zoom Team Chat. Use after routing to a chat workflow when building user-scoped messaging integrations, chatbot experiences, rich cards, buttons, slash commands, or chat webhooks.

29k tokens
Language Injection
by microsoft
vendor

LLM Agent 多语言注入规范。在修改 Agent 提示词、添加新的 Agent 端点、处理用户可见的后端消息(message_code)时使用。

1k tokens
Trigger Chat Agent Advanced
by triggerdotdev
vendor

> Advanced and operational chat.agent capabilities for Trigger.dev, loaded on demand. Load this when working on the raw Sessions primitive (sessions / SessionHandle), a custom chat transport or the realtime wire protocol, durable sub-agents (AgentChat, chat.stream.writer), human-in-the-loop, steering, actions, background injection (chat.defer / chat.inject), fast starts (preload, Head Start via @trigger.dev/sdk/chat-server), context resilience (compaction, recovery boot, OOM, large payloads), chat.local run-scoped state, offline testing with mockChatAgent, or prerelease/version upgrades. For the everyday chat.agent({...}) definition and the useTriggerChatTransport happy path, use the trigger-authoring-chat-agent skill instead.

4k tokens
Bootstrap Google Tools
by google
vendor

Install and authenticate, on demand, the CLIs the sandbox does not prebake — Node/npm, `gws` (Google Workspace), `gcloud`, `agents-cli` (call remote A2A/ADK agents), and `mcp-cli` (use MCP-server tools). Use this whenever one of those tools is needed but missing (a `node`/`npm`/`gws`/`gcloud`/`agents-cli`/`mcp-cli` command returns "command not found"), or before starting any task that requires one — Google Workspace work (Drive, Gmail, Sheets, Calendar, Chat), GCP via `gcloud`, calling another agent deployed remotely over HTTP (Cloud Run or Vertex Agent Runtime), or using tools exposed by an MCP server. Setup only (install + config + headless auth); each tool's own usage lives in its own skill(s).

5k tokens
Hubspot Customer Prep
by openai
vendor

Use when preparing HubSpot customer briefs for meetings, renewals, QBRs, sales calls, escalations, handoffs, or follow-ups.

417 tokens

How to use it

Copy the folder

Take y49/tlive from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.

Install what it needs

The instructions reference npm. Without those the skill loads but fails at the first command.