← Back to Skills Marketplace
reetyo

Telegram Chat To Image

by reetyo · GitHub ↗ · v1.2.1
cross-platform ✓ Security Clean
398
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install telegram-chat-to-image
Description
Convert Telegram chat exports into a long screenshot-style image. Supports Telegram Desktop JSON exports with bubble-style message rendering, avatars, timest...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install telegram-chat-to-image
  3. After installation, invoke the skill by name or use /telegram-chat-to-image
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug telegram-chat-to-image
Version 1.2.1
License
All-time Installs 0
Active Installs 0
Total Versions 4
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 398 downloads so far.

How do I install Telegram Chat To Image?

Run "/install telegram-chat-to-image" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Telegram Chat To Image free?

Yes, Telegram Chat To Image is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Telegram Chat To Image support?

Telegram Chat To Image is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Telegram Chat To Image?

It is built and maintained by reetyo (@reetyo); the current version is v1.2.1.

💬 Comments