← 返回 Skills 市场
Telegram .md File Uploader
作者
Courtnee J.
· GitHub ↗
· v1.0.1
· MIT-0
241
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install telegram-md-uploader
功能描述
Uploads and sends .md files from your OpenClaw workspace to a specific Telegram chat using the Telegram Bot API. Use when you need to share workspace files (...
安全使用建议
This skill's behavior is consistent with its name: it reads a local .md file and sends it to a Telegram chat using the bot token and chat id. Before installing: 1) Confirm you trust the skill's author (source is unknown). 2) Expect to provide TELEGRAM_BOT_TOKEN and TELEGRAM_CHAT_ID — the registry metadata did not list these, so don't assume no secrets are needed. 3) Review the included upload.py yourself (or run it in an isolated environment) — it posts only to api.telegram.org but you should verify no additional endpoints are present. 4) Ensure the Python 'requests' package is available or add it to your environment. 5) If you supply a bot token, limit the bot's permissions and consider rotating the token if anything unexpected happens.
功能分析
Type: OpenClaw Skill
Name: telegram-md-uploader
Version: 1.0.1
The telegram-md-uploader skill is a straightforward utility designed to send Markdown files to a Telegram chat via the official Telegram Bot API. The Python script (upload.py) correctly validates file extensions, uses environment variables for sensitive credentials, and contains no evidence of data exfiltration beyond its stated purpose or any malicious execution patterns.
能力评估
Purpose & Capability
The skill's stated purpose (upload .md to Telegram) matches the code and SKILL.md. However, the registry metadata declares no required environment variables or primary credential while the SKILL.md and code clearly require TELEGRAM_BOT_TOKEN and TELEGRAM_CHAT_ID — an inconsistency that should have been declared in metadata.
Instruction Scope
SKILL.md instructions are narrowly scoped to reading a local .md file and sending it via the Telegram Bot API. The instructions do not request unrelated files, other credentials, or unexpected network endpoints (only api.telegram.org).
Install Mechanism
No install spec (instruction-only) — low install risk. The code imports the 'requests' library, but no install guidance or dependency declaration is present; the runtime must already have requests installed. This is an operational mismatch but not inherently malicious.
Credentials
Only two environment variables (bot token and chat id) are needed and are proportional to the task. The concern is that these required secrets are not declared in the skill's metadata (required.env / primary credential), which reduces transparency and increases risk if users assume no secrets are needed.
Persistence & Privilege
Skill does not request persistent/always-on privileges, does not modify other skills or system settings, and does not try to store tokens itself. Default autonomy is allowed but not combined with other high privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install telegram-md-uploader - 安装完成后,直接呼叫该 Skill 的名称或使用
/telegram-md-uploader触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Added initial implementation of the uploader script (upload.py).
- Updated usage to use environment variables for bot token and chat ID instead of command-line arguments.
- Simplified usage instructions and removed alias configuration.
- Improved troubleshooting documentation for missing environment variables.
v1.0.0
Initial release of telegram-md-uploader.
- Uploads and sends .md files from your OpenClaw workspace to any Telegram chat via the Telegram Bot API.
- Requires a bot token and chat ID for secure file delivery.
- Provides alias setup instructions for quick command-line usage.
- Supports direct and aliased command execution for convenient workflow integration.
- Includes troubleshooting tips for common errors (e.g., invalid token, chat ID, or file path).
元数据
常见问题
Telegram .md File Uploader 是什么?
Uploads and sends .md files from your OpenClaw workspace to a specific Telegram chat using the Telegram Bot API. Use when you need to share workspace files (... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 241 次。
如何安装 Telegram .md File Uploader?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install telegram-md-uploader」即可一键安装,无需额外配置。
Telegram .md File Uploader 是免费的吗?
是的,Telegram .md File Uploader 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Telegram .md File Uploader 支持哪些平台?
Telegram .md File Uploader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Telegram .md File Uploader?
由 Courtnee J.(@courtneejay)开发并维护,当前版本 v1.0.1。
推荐 Skills