Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计提醒

telegram-telethonTelegram telethon 搜索

Agent Skill

telegram-telethon 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,403

周安装

139

GitHub Stars

公开资料未说明

下载量

1,090
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:telegram-telethon(Telegram telethon 搜索)
来源仓库:https://github.com/youziyouzishu/telegram-telethon
安装命令:
openclaw skills install telegram-telethon
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install telegram-telethon

简介

telegram-telethon 使用 Python/Telethon 管理 Telegram 消息与成员。

  • 支持发送、编辑、踢出、邀请等操作。telegram-telethon 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 适合自动化群组管理与批量处理任务。
  • 需配置 API 凭证与网络环境(如代理)。
  • 频繁操作可能触发速率限制,需合理设计调用间隔。

SKILL.md

name
telegram-telethon
description
Manage Telegram via tgctl-telethon CLI (Python/Telethon) - send/forward/edit/delete/pin messages, search, list chats/members, join/leave groups, kick/invite users, block/unblock, send files, download media, start bots, create groups/channels, manage admins, update profile, listen for messages. Use when user asks to interact with Telegram as a user account (not bot API). Powered by Telethon (MTProto).

Telegram CLI (tgctl-telethon)

User-account-level Telegram management via Python + Telethon. Drop-in replacement for the Go-based tgctl with the same CLI interface.

First-Time Setup

Step 1: Install

bash <skill-dir>/scripts/install.sh

This installs telethon via pip and copies tgctl-telethon to ~/.local/bin/.

Step 2: Get API credentials

Ask the user to go to https://my.telegram.org → API Development → get api_id and api_hash.

Step 3: Login

TELEGRAM_API_ID=${ID} TELEGRAM_API_HASH=${HASH} tgctl-telethon login

User enters phone number, auth code (digits only, no spaces), and optional 2FA password interactively.

Important: Auth codes must NOT be sent via Telegram (will be invalidated).

Step 4: Save config to TOOLS.md

### tgctl-telethon (Telegram CLI)
- Binary: ~/.local/bin/tgctl-telethon
- Env: TELEGRAM_API_ID=${ID} TELEGRAM_API_HASH=${HASH}
- Session: ~/.tgctl-telethon/

Prerequisites

  • Python 3.9+
  • telethon pip package
  • TELEGRAM_API_ID and TELEGRAM_API_HASH env vars
  • Session persists in ~/.tgctl-telethon/<profile>/

Commands

TELEGRAM_API_ID=${ID} TELEGRAM_API_HASH=${HASH} tgctl-telethon [--profile <name>] <command>

Messaging

CommandDescription
send <chat> <msg>Send message
forward <from> <to> <msg_id>Forward a message
edit <chat> <msg_id> <text>Edit a message
delete <chat> <msg_id>Delete a message
pin <chat> <msg_id>Pin a message
unpin <chat> [msg_id]Unpin message (or all)
read <chat>Mark chat as read
sendfile <chat> <file> [--caption text]Send file or image
download <chat> <msg_id> [-o path]Download media
callback <chat> <msg_id> <data>Click inline button
typing <chat>Send typing status

Search & Browse

CommandDescription
chats [limit]List chats
history <chat> [limit]Chat history
search <query>Search chats and users
search-msg <chat> <query> [--limit N]Search messages in chat
contactsList contacts
members <chat> [limit]List group/channel members
chatinfo <chat>Get chat/user details
resolve <username>Resolve username to ID
resolvephone <phone>Resolve phone to user

Group & Channel Management

CommandDescription
creategroup <title> <user1> [user2...]Create a group
createchannel <title> [about]Create a channel
join <link_or_username>Join group/channel
leave <chat>Leave group/channel
kick <chat> <user>Kick user
invite <chat> <user>Invite user
editadmin <chat> <user> [--remove]Set/remove admin
startbot <chat> <bot> [param]Start bot in chat

User & Account

CommandDescription
loginLogin (phone + code + optional 2FA)
meCurrent user info
updateprofile [--first n] [--last n] [--about t]Update profile
`setstatus <online\offline>`Set online status
block <user>Block user
unblock <user>Unblock user
listen [--user id] [--chat id]Listen for messages
logoutLogout

Multi-Account (--profile)

tgctl-telethon --profile work login
tgctl-telethon --profile work me

Sessions stored in ~/.tgctl-telethon/<profile>/.

Chat ID Format

  • User: Positive ID (e.g. 8568316820)
  • Group/Channel: Negative ID (e.g. -3842028710)
  • @username: Use directly (e.g. @BotFather)

Security

  • All credentials via environment variables, never stored in code
  • Session files stored locally in ~/.tgctl-telethon/, never transmitted
  • Login requires interactive user input
  • Auth codes must NOT be sent via Telegram
  • Communicates only with official Telegram servers

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

98.6%
按下载量换算1,075

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills