← 返回 Skills 市场
Telegram Interactive Buttons
作者
NetanelRotem
· GitHub ↗
· v1.1.2
· MIT-0
379
总下载
0
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install telegram-interactive-buttons
功能描述
Create interactive Telegram messages with inline buttons using OpenClaw CLI. Use when you need user interaction in Telegram (selection from a list, confirmat...
安全使用建议
This skill appears to do what it says (send/edit Telegram messages with inline buttons), and included scripts are short and readable. Before installing or running anything:
- Confirm how the Telegram bot token is expected to be supplied (SKILL.md/SETUP.md instruct editing ~/.openclaw/config.json or using an env var) — the registry metadata currently omits this requirement. Ask the publisher to fix the metadata if you rely on it.
- Do not paste real bot tokens into example files; use environment variables or a secure config and add that file to .gitignore.
- Review the scripts locally (they call openclaw only) and verify you have the official OpenClaw CLI (npm package source) before installing it globally.
- Run examples in a safe/dev environment first (replace CHAT_ID placeholders). If you need agent-autonomous invocation enabled, remember the skill can be invoked by the agent by default — that increases blast radius if a token is stored insecurely.
If the metadata mismatch concerns you, request an updated package manifest that explicitly lists the required credential (telegram_bot_token) and how it should be provided.
功能分析
Type: OpenClaw Skill
Name: telegram-interactive-buttons
Version: 1.1.2
The skill provides a set of helper scripts and documentation for sending interactive Telegram messages with inline buttons using the OpenClaw CLI. The bundle includes bash wrappers (e.g., `send_buttons.sh`, `edit_message.sh`), a Python validation script (`validate_buttons.py`) to ensure JSON compliance with Telegram API limits, and comprehensive examples. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found; the scripts are transparent and strictly perform the stated automation tasks.
能力评估
Purpose & Capability
Skill claims to create interactive Telegram messages and all included files/scripts call only the OpenClaw CLI and local helpers (bash/python). Required binaries (openclaw, bash, optional python3) are appropriate for the stated purpose. However, SKILL.md metadata and documentation say a Telegram bot token is required (via OpenClaw config or env var) while the registry metadata lists no required env vars or primary credential — this mismatch should be clarified.
Instruction Scope
Runtime instructions and helper scripts are limited to sending and editing messages via the openclaw CLI and validating JSON locally. The scripts reference the user's OpenClaw config (~/.openclaw/config.json) to store the bot token and do not read/write unexpected system files. The docs explicitly warn not to pass untrusted input to scripts.
Install Mechanism
The skill is instruction-only (no install spec). It tells users to install the OpenClaw CLI via npm (a reasonable, standard instruction). There is no remote download/extract or hidden installer in the skill itself. Note: installing openclaw globally is done outside the skill and should be verified from an official source.
Credentials
The skill requires a Telegram bot token to operate (documented in SKILL.md and SETUP.md), but the registry metadata lists no required credentials. That inconsistency could lead users to miss provisioning the token or to supply it insecurely. Aside from the bot token, no other secrets are requested — the credential scope is otherwise proportionate.
Persistence & Privilege
The skill does not request permanent platform-wide privileges (always: false). It asks the user to modify their OpenClaw config file to add the bot token, which is a reasonable configuration step for a messaging integration and does not modify other skills or global agent policies.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install telegram-interactive-buttons - 安装完成后,直接呼叫该 Skill 的名称或使用
/telegram-interactive-buttons触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.2
- Documented Telegram's maximum buttons per row (8) and overall (100), including when to use maximum width (e.g., grids, calendars).
- Updated JSON structure section under "Sending Buttons" to highlight new row/column limits and mobile UX recommendations.
- No code or script changes—documentation clarified for layout limitations and best practices.
v1.1.0
Added explicit requirements, credentials setup guide (SETUP.md), security warnings in examples, and metadata for dependencies. Addresses feedback about missing documentation.
v1.0.0
Initial release: Reliable button messaging with OpenClaw CLI. Includes helper scripts, validation, examples, and complete reference documentation.
元数据
常见问题
Telegram Interactive Buttons 是什么?
Create interactive Telegram messages with inline buttons using OpenClaw CLI. Use when you need user interaction in Telegram (selection from a list, confirmat... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 379 次。
如何安装 Telegram Interactive Buttons?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install telegram-interactive-buttons」即可一键安装,无需额外配置。
Telegram Interactive Buttons 是免费的吗?
是的,Telegram Interactive Buttons 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Telegram Interactive Buttons 支持哪些平台?
Telegram Interactive Buttons 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Telegram Interactive Buttons?
由 NetanelRotem(@netanelrotem)开发并维护,当前版本 v1.1.2。
推荐 Skills