← 返回 Skills 市场
ivangdavila

Telegram Bot API

作者 Iván · GitHub ↗ · v1.0.0
linuxdarwinwin32 ✓ 安全检测通过
585
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install telegram-bot-api
功能描述
Build Telegram bots with correct API calls, message formatting, keyboards, and webhook setup.
安全使用建议
This skill is an instruction-only Telegram Bot API guide and is internally consistent. Key points before installing/using: 1) The skill may ask to save your bot token to ~/telegram-bot-api/bots/{name}.md — only allow this if you trust the environment and the machine's filesystem; prefer using a secrets manager or environment variables if you prefer. 2) Never paste your bot token into public chat or logs; if you suspect it was exposed, regenerate it with @BotFather. 3) Webhook examples require exposing an HTTPS endpoint (ngrok/cloudflared); be careful when exposing localhost to the public. 4) The skill's examples reference ${TOKEN} but it does not require any platform-level credentials — the token is a Telegram credential you provide. 5) Because this is instruction-only, there is no installer, no external downloads, and the repo contained only documentation — that reduces risk. If the skill later asked to run downloaded code, contact external endpoints other than api.telegram.org, or required unrelated credentials (AWS, GitHub tokens, etc.), reconsider or mark as suspicious.
功能分析
Type: OpenClaw Skill Name: telegram-bot-api Version: 1.0.0 The skill is designed to assist with Telegram Bot API interactions, which inherently involves handling sensitive data like bot tokens and making network requests. The skill explicitly states that all external communication is directed solely to `https://api.telegram.org` and no other endpoints, as detailed in `SKILL.md`. Furthermore, `setup.md` provides clear instructions for the AI agent to ask for user permission before saving bot tokens locally to `~/telegram-bot-api/bots/{botname}.md` and to avoid displaying them. The use of `curl` and other command-line tools (like `ffmpeg`, `openssl`, `ngrok`, `cloudflared`) is for legitimate, transparent purposes related to bot development and webhook setup. There is no evidence of malicious intent, unauthorized data exfiltration, or deceptive prompt injection.
能力评估
Purpose & Capability
Name/description (Telegram Bot API helper) match the contents: comprehensive docs, curl examples, webhook/polling guidance, keyboard/media handling. The only required binary is curl and the only external endpoint used is api.telegram.org, which is appropriate for this purpose.
Instruction Scope
Instructions explicitly tell the agent to save bot configuration and tokens under ~/telegram-bot-api/ (but only with explicit user permission). This is expected for a helper that manages bot tokens, but users should be aware the skill suggests persisting secrets locally and should only permit that if they trust the environment. Other instructions remain scoped to Telegram API usage and local config.
Install Mechanism
No install spec or downloads — instruction-only with examples. Nothing is written to disk by an installer; only recommended local files are in the user's home directory (and only when the user consents).
Credentials
The skill declares no required environment variables or credentials. Examples use a ${TOKEN} placeholder and scripts that expect a token; storing a bot token is required for operation but the skill asks for permission before saving. This is proportionate, but confirm how/where you want secrets stored (env vars, secret manager, or the suggested home dir).
Persistence & Privilege
always:false and normal invocation settings. The only persistence is optional local files under the user's home directory for bot configs and templates; the skill does not request system-wide changes or modify other skills' settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install telegram-bot-api
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /telegram-bot-api 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug telegram-bot-api
版本 1.0.0
许可证
累计安装 2
当前安装数 2
历史版本数 1
常见问题

Telegram Bot API 是什么?

Build Telegram bots with correct API calls, message formatting, keyboards, and webhook setup. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 585 次。

如何安装 Telegram Bot API?

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

Telegram Bot API 是免费的吗?

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

Telegram Bot API 支持哪些平台?

Telegram Bot API 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin, win32)。

谁开发了 Telegram Bot API?

由 Iván(@ivangdavila)开发并维护,当前版本 v1.0.0。

💬 留言讨论