← 返回 Skills 市场
29
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install lovefromio-telegram
功能描述
OpenClaw skill for designing Telegram Bot API workflows and command-driven conversations using direct HTTPS requests (no SDKs).
使用说明 (SKILL.md)
Telegram Bot Skill (Advanced)
Purpose
Provide a clean, production-oriented guide for building Telegram bot workflows via the Bot API, focusing on command UX, update handling, and safe operations using plain HTTPS.
Best fit
- You want a command-first bot that behaves professionally.
- You need a reliable update flow (webhook or polling).
- You prefer direct HTTP calls instead of libraries.
Not a fit
- You require a full SDK or framework integration.
- You need complex media uploads and streaming in-process.
Quick orientation
- Read
references/telegram-bot-api.mdfor endpoints, update types, and request patterns. - Read
references/telegram-commands-playbook.mdfor command UX and messaging style. - Read
references/telegram-update-routing.mdfor update normalization and routing rules. - Read
references/telegram-request-templates.mdfor HTTP payload templates. - Keep this SKILL.md short and use references for details.
Required inputs
- Bot token and base API URL.
- Update strategy: webhook or long polling.
- Command list and conversation tone.
- Allowed update types and rate-limit posture.
Expected output
- A clear command design, update flow plan, and operational checklist.
Operational notes
- Prefer strict command routing:
/start,/help,/settings,/status. - Always validate incoming update payloads and chat context.
- Handle 429s with backoff and avoid message bursts.
Security notes
- Never log tokens.
- Use webhooks with a secret token header when possible.
安全使用建议
This skill is a documentation-style guide for building Telegram bots and appears coherent. Before using it, remember: do not hand over your real bot token to untrusted agents — the token enables full control of your bot. Prefer creating a test bot/token when experimenting. Use the recommended webhook secret, avoid logging tokens, and store credentials securely (environment variables or secret manager) outside chat history. If you plan to let the agent act autonomously with your token, review what operations it will perform (sendMessage, setWebhook, etc.) and restrict the token's scope by using a separate test bot if possible.
功能分析
Type: OpenClaw Skill
Name: lovefromio-telegram
Version: 1.0.0
The skill bundle is a documentation-only resource providing instructions and templates for an AI agent to interact with the Telegram Bot API via HTTPS. It contains no executable code, obfuscation, or malicious instructions; instead, it emphasizes security best practices such as avoiding token logging and using secret headers for webhooks. All references point to official Telegram documentation (core.telegram.org).
能力评估
Purpose & Capability
Name/description (designing Telegram Bot API workflows via direct HTTPS) matches the contents: references and SKILL.md provide request templates, routing, UX, and error handling. Required inputs (bot token, API URL, update strategy) are appropriate for the stated purpose.
Instruction Scope
SKILL.md and reference files restrict themselves to HTTP call patterns, update routing, command UX, and operational/security guidance (e.g., do not log tokens, use webhook secret). There are no instructions to read unrelated files, access system state, or transmit data to unexpected endpoints.
Install Mechanism
No install spec and no code files — the skill is instruction-only, which minimizes on-disk execution and risk.
Credentials
The skill does not declare or require environment variables or other credentials in the registry metadata. It sensibly expects a Telegram bot token as an input for operation; that is proportional and expected for a Telegram integration.
Persistence & Privilege
always is false and the skill does not request any system or platform-wide privileges. Autonomous invocation is allowed (platform default) but presents no additional incoherence given the skill's content.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install lovefromio-telegram - 安装完成后,直接呼叫该 Skill 的名称或使用
/lovefromio-telegram触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of lovefromio-telegram skill.
- Provides a production-oriented guide for building Telegram bots with the Bot API using plain HTTPS requests.
- Focuses on command-driven UX, secure update handling, and operational checklists.
- Includes references for endpoints, command patterns, and routing strategies.
- Emphasizes strict input validation and safe handling of bot tokens and update payloads.
- Not intended for scenarios needing a full SDK or in-process media handling.
元数据
常见问题
Lovefromio Telegram 是什么?
OpenClaw skill for designing Telegram Bot API workflows and command-driven conversations using direct HTTPS requests (no SDKs). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 29 次。
如何安装 Lovefromio Telegram?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install lovefromio-telegram」即可一键安装,无需额外配置。
Lovefromio Telegram 是免费的吗?
是的,Lovefromio Telegram 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Lovefromio Telegram 支持哪些平台?
Lovefromio Telegram 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Lovefromio Telegram?
由 AI(@lovefromio)开发并维护,当前版本 v1.0.0。
推荐 Skills