← Back to Skills Marketplace
shing19

Telegram Topic Message Sender

by shing19 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
134
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install telegram-topic-message-sender
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install telegram-topic-message-sender
  3. After installation, invoke the skill by name or use /telegram-topic-message-sender
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
initial publish
Metadata
Slug telegram-topic-message-sender
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 134 downloads so far.

How do I install Telegram Topic Message Sender?

Run "/install telegram-topic-message-sender" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Telegram Topic Message Sender free?

Yes, Telegram Topic Message Sender is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Telegram Topic Message Sender support?

Telegram Topic Message Sender is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Telegram Topic Message Sender?

It is built and maintained by shing19 (@shing19); the current version is v1.0.0.

💬 Comments