一键导入
telegram-api
Manage the Telegram bot — read bot token, call Telegram Bot API methods, change bot settings, delete messages, and other bot administration tasks.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Manage the Telegram bot — read bot token, call Telegram Bot API methods, change bot settings, delete messages, and other bot administration tasks.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when adding or updating shadcn/ui or compatible registry components in packages/world/packages/spa or packages/website, including preset apply flows and repo-specific integration patterns.
Inspect OpenCode sessions from the shell — list them, export one, read its messages. Use whenever the user asks about an existing session, wants to pick a session to bind a schedule to, or wants to know what happened inside a session.
Create, inspect, trigger, update, and clean up scheduled tasks. Use whenever the user asks about recurring jobs, reminders, background checks, or wants history of past runs.
Create, delete, and list custom Telegram bot commands as markdown files in the commands directory, then reload via the reload_commands tool.
Create, install, update, delete, and list custom skills that give agents specialized capabilities. Also handles searching and installing skills from the skills.sh ecosystem.
| name | telegram-api |
| description | Manage the Telegram bot — read bot token, call Telegram Bot API methods, change bot settings, delete messages, and other bot administration tasks. |
Use this skill when managing the Telegram bot itself — changing bot name, description, avatar, deleting messages, setting commands, or any bot administration task not related to sending messages.
Run the helper script to read the bot token securely:
bash ./get-token.sh
Or in TypeScript:
bun ./get-token.ts
Never log, echo, or expose the bot token in any other output.
Fetch the full method list, parameters, and types from the official documentation:
https://core.telegram.org/bots/apiAlternatively, use the context7 MCP to query up-to-date docs:
resolve-library-id with "Telegram Bot API" to get the library ID.query-docs with the resolved ID and your specific question.https://api.telegram.org/bot<token>/METHOD_NAME
application/json or multipart/form-data.ok is true before reading result.