← 返回 Skills 市场
shing19

Telegram Topic Message Sender

作者 shing19 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
134
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install telegram-topic-message-sender
功能描述
Wrap sending a Telegram message to a fixed topic into one script call. Use when user wants to quickly send notifications/messages to a specific Telegram topi...
安全使用建议
This skill appears to be what it claims: a tiny wrapper that calls your installed OpenClaw CLI to send a Telegram topic message. Before installing, ensure you have the 'openclaw' CLI available and configured for the channel you intend to use (the skill metadata omitted the 'openclaw' binary requirement). Verify the bot/channel auth used by OpenClaw is limited to the intended Telegram group and topic, and that the bot has only the permissions you expect. If you are concerned about automated posts, consider restricting the agent's autonomous invocation or review the agent's policies, since the skill can send messages using your OpenClaw credentials when invoked.
功能分析
Type: OpenClaw Skill Name: telegram-topic-message-sender Version: 1.0.0 The skill is a straightforward wrapper for the OpenClaw CLI to send messages to Telegram topics. The bash script (scripts/send-topic-message.sh) correctly handles arguments and environment variables, and the documentation (SKILL.md) accurately reflects the script's functionality without any suspicious instructions or prompt injection attempts.
能力评估
Purpose & Capability
The skill's name/description match its behavior: the script calls 'openclaw message send' to post to a Telegram topic. However, the registry metadata claims no required binaries while the script clearly invokes the 'openclaw' binary; this is a minor inconsistency in metadata but not malicious.
Instruction Scope
SKILL.md and the script are narrowly scoped: they accept a message and target identifiers (from args or TG_DEFAULT_* env vars) and call the OpenClaw CLI. The script does not read other files, network endpoints, or unrelated environment variables, nor does it transmit data to unexpected third parties.
Install Mechanism
No install spec (instruction-only plus a small shell script). Nothing is downloaded or written by an installer. Low install risk.
Credentials
The skill requests no secrets and only uses optional TG_DEFAULT_* env vars for convenience. It relies on the agent's configured OpenClaw channel authentication to send messages — this is proportionate to the stated purpose but worth noting because the OpenClaw credentials will be used.
Persistence & Privilege
always:false (normal). Model invocation is enabled (default), so the agent could call this skill autonomously; combined with messaging capability this means messages could be sent without a separate manual step if the agent is allowed to act autonomously. That is expected platform behavior but worth considering.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install telegram-topic-message-sender
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /telegram-topic-message-sender 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
initial publish
元数据
Slug telegram-topic-message-sender
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Telegram Topic Message Sender 是什么?

Wrap sending a Telegram message to a fixed topic into one script call. Use when user wants to quickly send notifications/messages to a specific Telegram topi... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 134 次。

如何安装 Telegram Topic Message Sender?

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

Telegram Topic Message Sender 是免费的吗?

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

Telegram Topic Message Sender 支持哪些平台?

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

谁开发了 Telegram Topic Message Sender?

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

💬 留言讨论