Skillquality 0.45

channel-telegram

Run and operate a Telegram channel worker for LionClaw using the kernel channel bridge APIs.

Price
free
Protocol
skill
Verified
no

What it does

Telegram Channel Worker

Use this skill when the user wants Telegram as a LionClaw channel.

What you run:

  1. start LionClaw for background work,
  2. run the Telegram worker,
  3. let it bridge Telegram traffic into LionClaw.

Under the hood, the worker:

  1. polls Telegram updates,
  2. posts inbound text to /v0/channels/inbound and treats the response as queued work, not completed work,
  3. long-polls /v0/channels/stream/pull,
  4. starts Telegram typing from kernel queue/runtime status events and coalesces answer deltas into provider-facing Telegram replies,
  5. advances its consumer cursor through /v0/channels/stream/ack.

Prerequisites

  • python3
  • uv
  • Telegram bot token with DM access
  • LionClaw running (default http://127.0.0.1:8979)

Setup

  1. Register the skill and channel:
lionclaw skill add skills/channel-telegram --alias telegram
lionclaw channel add telegram --required-env TELEGRAM_BOT_TOKEN
  1. Start LionClaw for background channels:
lionclaw up
  1. Run the worker script:
TELEGRAM_BOT_TOKEN=... \
LIONCLAW_BASE_URL=http://127.0.0.1:8979 \
./skills/channel-telegram/scripts/worker

Notes

  • LionClaw enforces peer pairing (pending -> approved via /v0/channels/peers/approve).
  • peer_id is Telegram chat.id serialized as string.
  • The worker defaults consumer_id to telegram:<channel_id> and start_mode=resume, so undelivered stream events are replayed after worker restart.
  • Telegram delivery is message-oriented by default: typing while a turn is active, final answer on done, no reasoning lane delivery.
  • Runtime selection normally comes from the selected instance's default runtime. LIONCLAW_RUNTIME_ID is an optional per-worker override for low-level testing.
  • The worker stores Telegram offset in $LIONCLAW_HOME/runtime/channels/$LIONCLAW_CHANNEL_ID/telegram.offset by default.

Capabilities

skillsource-moshthepittskill-channel-telegramtopic-agent-skillstopic-agentic-aitopic-ai-agentstopic-ai-skillstopic-codextopic-ironclawtopic-llmtopic-nanoclawtopic-openaitopic-openclawtopic-openclaw-skillstopic-opencode

Install

Installnpx skills add moshthepitt/lionclaw
Transportskills-sh
Protocolskill

Quality

0.45/ 1.00

deterministic score 0.45 from registry signals: · indexed on github topic:agent-skills · 8 github stars · SKILL.md body (1,891 chars)

Provenance

Indexed fromgithub
Enriched2026-05-18 19:09:16Z · deterministic:skill-github:v1 · v1
First seen2026-05-18
Last seen2026-05-18

Agent access