telegram-sticker-workflow

Manage and send native Telegram stickers from a structured local catalog.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ringlochid/Homura-WorkSpace --skill telegram-sticker-workflow
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: telegram-sticker-workflow
Source: https://github.com/ringlochid/Homura-WorkSpace/tree/main/skills/telegram-sticker-workflow
Command: npx skills add https://github.com/ringlochid/Homura-WorkSpace --skill telegram-sticker-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Curate a deliberate local Telegram sticker catalog and enable safe, deterministic sending of native Telegram stickers by file_id, while respecting workspace social policies and avoiding random or unapproved responses.

Core Features & Use Cases

  • Curated catalog management: add, update, and search sticker records with file_id/file_unique_id, labels, descriptions, and tags.
  • OpenClaw integration: optional import from the global sticker cache and optional seed from cache; native send via sticker actions or the OpenClaw CLI.
  • Deterministic selection: ensure live sends are deterministic and not random.
  • Policy-driven: apply allow_when and avoid_when rules to ensure appropriate responses.

Quick Start

Curate stickers with save_sticker.py, then pick and send a deterministic sticker with pick_sticker.py when a sticker is appropriate.

Frequently Asked Questions about telegram-sticker-workflow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I send native Telegram stickers by file_id safely?▼

To send native Telegram stickers safely, you use a structured local catalog to pick stickers deterministically by file_id, enforcing workspace social policies to prevent random or unapproved sends.

What is a deterministic sticker selection workflow in Telegram?▼

A deterministic sticker selection workflow ensures that native Telegram stickers are chosen from a curated local catalog rather than randomly, applying policy rules to guarantee appropriate responses.

How do I curate and search a local Telegram sticker catalog?▼

You curate a local Telegram sticker catalog by saving sticker records with file_id, labels, descriptions, and tags using provided scripts, enabling structured search and reuse of sticker assets.

Does this sticker workflow support importing from an OpenClaw cache?▼

Yes, the sticker workflow supports optional integration with OpenClaw, allowing you to import stickers from the global sticker cache or seed your local catalog from the existing cache.

Can I enforce social policies on Telegram sticker responses?▼

You can enforce workspace social policies on Telegram sticker responses by applying allow_when and avoid_when rules, ensuring stickers are only sent when appropriate for the context.