← 返回 Skills 市场
kirillvrnz

Tgsearch Telethon

作者 Kirill · GitHub ↗ · v0.1.1
cross-platform ⚠ suspicious
440
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install tgsearch-telethon
功能描述
Search public Telegram channels and groups by keyword using an authorized Telethon session, returning up to 50 results as JSON.
安全使用建议
This skill is internally consistent, but it depends on /usr/local/bin/tg_search and an already-authorized Telethon session on the VPS. Before installing or enabling it: (1) inspect the helper binary (/usr/local/bin/tg_search) to confirm its provenance and behavior; (2) verify what Telethon session files or API keys exist on the host (they will be used by the helper); (3) note the small inconsistencies (skill.json entrypoint is "tg_search" while the repository includes run.py) — ensure the platform will execute the intended wrapper; (4) run the helper in an isolated environment (or review its source) if you cannot fully trust the VPS contents. If you want higher assurance, request the helper's source or replace /usr/local/bin/tg_search with a reviewed implementation.
功能分析
Type: OpenClaw Skill Name: tgsearch-telethon Version: 0.1.1 The skill executes an unprovided external binary, `/usr/local/bin/tg_search`, which is described as interacting with an 'already-authorized Telethon session'. While the `run.py` script safely passes arguments to this binary using `subprocess.run` (preventing shell injection), the functionality and security of `/usr/local/bin/tg_search` itself are opaque. This reliance on an unknown, potentially powerful, external component that accesses a sensitive session makes the skill suspicious due to the unanalyzed trust boundary, as seen in `run.py` and `SKILL.md`.
能力评估
Purpose & Capability
The name/description say it will search public Telegram channels via a local Telethon session; the included run.py simply invokes /usr/local/bin/tg_search and returns its JSON — this is consistent with the claimed capability. The skill does require an already-authorized Telethon session and a local helper binary, which is expected for this design.
Instruction Scope
SKILL.md and run.py only run the absolute-path helper (/usr/local/bin/tg_search) with query/limit and relay its JSON output. The instructions do not read arbitrary files or environment variables, but they assume access to a local Telethon session and an external binary which may in turn access sensitive credentials on the VPS.
Install Mechanism
No install spec is provided (instruction-only with a small wrapper run.py). Nothing in the skill writes code to disk or downloads external artifacts as part of installation.
Credentials
The skill requests no environment variables or credentials. However, its operation depends on a pre-existing authorized Telethon session and a system binary; those external items may expose Telegram credentials or session files on the host. That implicit access is proportional to the task but is a sensitive dependency you should verify.
Persistence & Privilege
The skill does not request always:true, does not include an installer that modifies other skills or system-wide settings, and doesn't persist new credentials. It only invokes a local binary at runtime.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tgsearch-telethon
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tgsearch-telethon 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.1
- Added metadata file (_meta.json) for the skill. - No changes to code or functionality.
v0.1.0
Initial release of tgsearch-telethon. - Enables global Telegram search for public channels and groups by keyword. - Returns up to a specified limit of results in JSON format with channel/group info. - Requires an already-authorized Telethon session on the VPS. - Only public, searchable channels and groups are supported; private communities are not included.
元数据
Slug tgsearch-telethon
版本 0.1.1
许可证
累计安装 1
当前安装数 1
历史版本数 2
常见问题

Tgsearch Telethon 是什么?

Search public Telegram channels and groups by keyword using an authorized Telethon session, returning up to 50 results as JSON. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 440 次。

如何安装 Tgsearch Telethon?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install tgsearch-telethon」即可一键安装,无需额外配置。

Tgsearch Telethon 是免费的吗?

是的,Tgsearch Telethon 完全免费(开源免费),可自由下载、安装和使用。

Tgsearch Telethon 支持哪些平台?

Tgsearch Telethon 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Tgsearch Telethon?

由 Kirill(@kirillvrnz)开发并维护,当前版本 v0.1.1。

💬 留言讨论