← 返回 Skills 市场
niccoreyes

Telegram Direct Send

作者 niccoreyes · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
81
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install telegram-direct-send
功能描述
Send images to Telegram via direct Bot API using curl. Works around OpenClaw's broken image delivery pipeline (issue
安全使用建议
This skill appears to do what it says (use curl to call Telegram Bot API), but the package metadata does not declare the environment variables the instructions require. Before installing: (1) treat TELEGRAM_BOT_TOKEN as a secret — prefer creating a dedicated bot with minimal scope and use a throwaway chat for testing; (2) do not blindly add auto-source lines to your ~/.bashrc unless you understand the security implications (sourcing a .env from a writable skill folder can be abused); (3) verify the skill's source/author (no homepage or repo is provided here); (4) if you proceed, keep the bot token out of version control, and revoke the token immediately if you suspect misuse. The metadata mismatch is the main red flag — ask the publisher to update the registry to declare required env variables (TELEGRAM_BOT_TOKEN, TELEGRAM_CHAT_ID) so the permission model is transparent.
功能分析
Type: OpenClaw Skill Name: telegram-direct-send Version: 1.0.0 The telegram-direct-send skill is a utility designed to send images to Telegram via the official Bot API using curl, serving as a workaround for a reported platform bug. The skill's instructions in SKILL.md and skill.md guide the user or agent to configure environment variables and optionally update shell configuration files (~/.bashrc) for convenience. All behaviors, including network access to api.telegram.org and local file access for images and configuration, are transparently documented and strictly aligned with the stated purpose.
能力评估
Purpose & Capability
Skill name and description match the instructions (it uses curl to call Telegram Bot API). However the registry metadata lists no required environment variables while the SKILL.md repeatedly instructs users to provide TELEGRAM_BOT_TOKEN and TELEGRAM_CHAT_ID — an incoherence between declared requirements and actual runtime needs.
Instruction Scope
SKILL.md is instruction-only and stays on-task: it shows curl commands to call Telegram endpoints and how to obtain bot token/chat id. It tells the agent/user to source a .env file and offers a wrapper script that sources the .env from the skill directory; these instructions grant the skill access to user-provided secrets and local filesystem paths but are consistent with the stated purpose.
Install Mechanism
No install spec and no code files — instruction-only. Required binary is curl which is appropriate and reasonable for the stated purpose.
Credentials
The runtime clearly needs TELEGRAM_BOT_TOKEN and TELEGRAM_CHAT_ID, but the registry metadata lists no required env vars. Requiring a bot token (a secret that allows sending messages/files to Telegram) is proportionate to the feature, but the missing declaration is a metadata inconsistency. Also, storing/sourcing the token from ~/.bashrc or an auto-loaded .env introduces persistence of secrets and increases risk if the file or skill directory is writable by others.
Persistence & Privilege
Skill is not forced always-on and does not request elevated privileges. However SKILL.md recommends adding an auto-source line to shell startup to load the .env from the skill workspace, which would persist credentials into interactive shells — an optional convenience that raises persistence and exfiltration risk if misused.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install telegram-direct-send
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /telegram-direct-send 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Direct Telegram API image sending - bypasses OpenClaw issue #63137
元数据
Slug telegram-direct-send
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Telegram Direct Send 是什么?

Send images to Telegram via direct Bot API using curl. Works around OpenClaw's broken image delivery pipeline (issue. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 81 次。

如何安装 Telegram Direct Send?

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

Telegram Direct Send 是免费的吗?

是的,Telegram Direct Send 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Telegram Direct Send 支持哪些平台?

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

谁开发了 Telegram Direct Send?

由 niccoreyes(@niccoreyes)开发并维护,当前版本 v1.0.0。

💬 留言讨论