← 返回 Skills 市场
398
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install telegram-chat-to-image
功能描述
Convert Telegram chat exports into a long screenshot-style image. Supports Telegram Desktop JSON exports with bubble-style message rendering, avatars, timest...
安全使用建议
This skill appears coherent and performs only local processing of a Telegram JSON export into a PNG. Before running: (1) review the included script yourself since the source is 'unknown'; (2) be mindful of very large exports — rendering extremely tall images can consume a lot of memory/CPU; (3) the only dependency is Pillow (pip install Pillow); (4) the script reads files from disk and writes the image output — it does not appear to perform network I/O or access secrets, but if you plan to share outputs, ensure they don't contain private data. If you need stronger assurance, run it in a sandboxed environment or inspect the complete script file that will be executed.
功能分析
Type: OpenClaw Skill
Name: telegram-chat-to-image
Version: 1.2.1
The skill is a legitimate utility for converting Telegram JSON chat exports into long screenshot-style images using the Pillow library. Analysis of the Python script (scripts/chat_to_image.py) shows standard image rendering logic, local file I/O for reading JSON and writing PNGs, and no evidence of network activity, data exfiltration, or malicious command execution. The SKILL.md instructions accurately describe the tool's purpose without any prompt-injection attempts.
能力评估
Purpose & Capability
Name/description match the code and SKILL.md: the script reads Telegram Desktop JSON and renders a long chat image. No unrelated binaries, cloud services, or credentials are requested.
Instruction Scope
SKILL.md instructs CLI usage (pip install Pillow, run the script with --input/--output) and describes expected input/output. The instructions do not ask the agent to read unrelated files, access environment secrets, or transmit data externally.
Install Mechanism
No install spec is provided (instruction-only), so nothing is written to disk by an automated installer. The only runtime dependency is the well-known Pillow package installed via pip as documented.
Credentials
The skill declares no environment variables, credentials, or config paths. The code uses local filesystem (reading JSON export, optional font files) which is appropriate for the task.
Persistence & Privilege
always is false and the skill does not request persistent system presence or modify other skills. It performs one-off local rendering and writes only the output image (and optionally a ZIP if user follows recommendations).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install telegram-chat-to-image - 安装完成后,直接呼叫该 Skill 的名称或使用
/telegram-chat-to-image触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.1
新增最佳实践:长图建议打包为ZIP发送以避免Telegram图片压缩
v1.2.0
修复中文换行问题;修复发件人显示;新增每条消息显示发件人名称;支持自动宽度选择;新增 HD 高清模式
v1.1.0
修复中文换行问题;修复发件人显示问题;新增显示发件人名称
v1.0.0
- Initial release: Convert Telegram Desktop JSON chat exports into a long, screenshot-style image.
- Supports bubble-style message rendering with avatars, timestamps, and proper text wrapping.
- iOS-style chat interface: gray bubbles for others, blue for your messages.
- CLI options include message limit and custom font support.
- Only plain text messages are fully supported; media and replies are not displayed.
- Output is a single PNG image, 800px wide, ideal for sharing conversation history.
元数据
常见问题
Telegram Chat To Image 是什么?
Convert Telegram chat exports into a long screenshot-style image. Supports Telegram Desktop JSON exports with bubble-style message rendering, avatars, timest... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 398 次。
如何安装 Telegram Chat To Image?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install telegram-chat-to-image」即可一键安装,无需额外配置。
Telegram Chat To Image 是免费的吗?
是的,Telegram Chat To Image 完全免费(开源免费),可自由下载、安装和使用。
Telegram Chat To Image 支持哪些平台?
Telegram Chat To Image 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Telegram Chat To Image?
由 reetyo(@reetyo)开发并维护,当前版本 v1.2.1。
推荐 Skills