Overview
- Skill Key
- bzsega/sergei-mikhailov-tg-channel-reader
- Author
- bzsega
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/bzsega/sergei-mikhailov-tg-channel-reader
- Latest Commit SHA
- 893b00a7edc1f6c5480add43c6ea713596e33ab8
Read posts and comments from Telegram channels via MTProto (Pyrogram or Telethon). Fetch recent messages and discussion replies from public or private channels by time window.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 sergei-mikhailov-tg-channel-reader 技能。 若已安装,则直接安装 sergei-mikhailov-tg-channel-reader 技能。
# tg-channel-reader Read posts and comments from Telegram channels using MTProto (Pyrogram or Telethon). Works with any public channel and private channels the user is subscribed to. Supports fetching discussion replies (comments) for individual posts. > **Security notice:** This skill requires `TG_API_ID` and `TG_API_HASH` from [my.telegram.org](https://my.telegram.org). The session file grants full Telegram account access — store it securely and never share it. --- ## Exec Approvals > **Just installed via `clawhub install`?** Complete Setup & Installation (below) first — the skill needs `pip install`, credentials, and a session file before exec approvals matter. OpenClaw blocks unknown CLI commands by default. The user must approve `tg-reader` commands before they can run. If the command hangs or the user says nothing is happening — exec approval is likely pending. ### Quick setup (recommended) Run from the skill directory — checks prerequisites, installs pip packages if needed, and prints the approval commands to run: ```bash cd ~/.openclaw/workspace/skills/sergei-mikhailov-tg-channel-reader bash setup-tg-reader.sh ``` ### Manual CLI approval ```bash openclaw approvals allowlist add --gateway "$(which tg-reader)" openclaw approvals allowlist add --gateway "$(which tg-reader-check)" openclaw approvals allowlist add --gateway "$(which tg-reader-telethon)" ``` ### Alternative: approve on first use 1. **Control UI** — open `http://localhost:18789/`, find the pending approval for `tg-reader`, click **"Always allow"**. [Docs](https://docs.openclaw.ai/web/control-ui) 2. **Messenger** (Telegram, Slack, Discord) — the bot sends an approval request with an `<id>`. Reply: `/approve <id> allow-always`. Other options: `allow-once`, `deny`. The approval prompt appears in the **Control UI or as a bot message** — not in the agent's conversation. This is a common source of confusion. --- ## When to Use - User asks to "check", "read", or "monitor" a Telegram chann...
# sergei-mikhailov-tg-channel-reader > OpenClaw skill for reading Telegram channels via MTProto (Pyrogram or Telethon) An [OpenClaw](https://openclaw.ai) skill that lets your AI agent fetch and summarize posts from any Telegram channel — public or private (if you're subscribed). ## Features - Fetch posts from one or multiple channels in one command - Flexible time windows: `24h`, `7d`, `2w`, or specific date - JSON output with views, forwards, and direct links - Secure credential storage via env vars or config file - Works with any public channel — no bot admin required ## Why Use This Skill Instead of Web Monitoring? OpenClaw can monitor Telegram channels via web scraping, but this skill uses **MTProto** — the same official protocol used by the Telegram app itself. Here's why it matters: | | Web monitoring | This skill (MTProto) | |---|---|---| | **Reliability** | Breaks when Telegram updates its web UI | Always works — official protocol | | **Speed** | Slow (browser rendering) | Fast — direct API calls | | **Private channels** | Public only | Any channel you're subscribed to | | **Data richness** | Text only | Views, forwards, links, dates | | **Rate limits** | Frequent blocks & captchas | Soft limits, sufficient for personal use | | **Agent integration** | Requires extra parsing | Clean JSON, ready for agent to analyze | **Bottom line:** if you follow Telegram channels regularly and want your agent to summarize them, this skill is faster, more reliable, and gives you richer data than web monitoring. ## Install via ClawHub ```bash npx clawhub@latest install sergei-mikhailov-tg-channel-reader ``` Then install Python dependencies: ```bash cd ~/.openclaw/workspace/skills/sergei-mikhailov-tg-channel-reader pip install pyrogram tgcrypto telethon pip install -e . ``` > **Linux users:** if you get `externally-managed-environment` error, use a virtual environment: > ```bash > python3 -m venv ~/.venv/tg-reader > ~/.venv/tg-reader/bin/pip install pyrogram tgcry...
laborany
基于 Claude Code 的桌面 AI 工作力平台 — 支持飞书/QQ 远程调度、技能创建、定时任务。OpenClaw 的桌面实现,零代码养好你的 AI 🦞 Desktop AI workforce platform built on Claude Code. Feishu/QQ bot integration, skill creation, scheduled tasks — OpenClaw for your desktop. Raise your AI lobsters 🦞
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
win4r
Reusable OpenClaw skill for remote Linux deployment with MiniMax M2.1 and Telegram bot setup
botlearn-ai
Bots learn, human earns, curated open claw playbook list and skill list for life long learners at https://botlearn.ai
duanecilliers
Web-based admin dashboard for OpenClaw — manage Discord persona bots, workspace files, skills, cron jobs, channels, and config
abczsl520
OpenClaw skill: Dynamic bug audit for Node.js web projects (games, data tools, WeChat, APIs, bots). 200+ real-world pitfalls.