TopRank Skills

Home / Claw Skills / Others / tg-image-sender
Official OpenClaw rules 15%

tg-image-sender

Send test or generated images directly to Telegram chats using the message tool with Picsum.photos URLs or custom media. Use when the user requests to 'send photo', 'generate image here in TG', or show/test images in Telegram (e.g., 'пришли фото', 'покажи картинку').

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 tg-image-sender 技能。 若已安装,则直接安装 tg-image-sender 技能。

Overview

Skill Key
drones277/tg-image-sender
Author
drones277
Source Repo
openclaw/skills
Version
-
Source Path
skills/drones277/tg-image-sender
Latest Commit SHA
fc8e90800a4e3e9894567b35cf542b6648a3ba17

Extracted Content

SKILL.md excerpt

# TG Image Sender

## Quick Usage

Call the `message` tool directly:

```
message action=send channel=telegram media="https://picsum.photos/800/600?random=1" caption="Test image 🦞"
```

- **Size**: Adjust width/height, e.g., `https://picsum.photos/400/300`
- **Seed**: `https://picsum.photos/800/600?random=1234` for reproducible.
- **Real image**: Replace with actual URL/media path.
- **Caption**: Optional description.

## Examples

- Random photo: `media="https://picsum.photos/800/600?random=1"`
- Specific: `media="https://picsum.photos/seed/cat/800/600"`

After sending, use `NO_REPLY` to avoid duplicate text.

## Workflow

1. Match user request for TG image.
2. Generate Picsum URL or use provided.
3. Send via `message` tool.
4. NO_REPLY.

No scripts needed—pure tool call.

Related Claw Skills