stickers

Manages a centralized sticker library for multi-agent operating systems with channel-specific delivery and validation in the Ravi runtime.

6|2|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/filipexyz/ravi --skill stickers
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stickers
Source: https://github.com/filipexyz/ravi/tree/main/src/plugins/internal/ravi-system/skills/stickers
Command: npx skills add https://github.com/filipexyz/ravi --skill stickers

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the challenge of managing and deploying a custom sticker library for AI agents, ensuring that visual responses are context-aware, channel-appropriate, and properly governed.

Core Features & Use Cases

  • Library Management: Add, list, inspect, and remove stickers from the official Ravi catalog.
  • Contextual Routing: Ensures stickers are only offered when the current channel (e.g., WhatsApp) and agent configuration support them.
  • Use Case: A support agent can be configured to send a friendly wave sticker when greeting a user on WhatsApp, while automatically suppressing that behavior in professional TUI or Matrix sessions.

Quick Start

Use the stickers skill to add a new wave sticker to the library using the path to your local webp file.

Frequently Asked Questions about stickers

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

FAQPage Schema
How do I manage a custom sticker library for WhatsApp automation?

To manage a custom sticker library for WhatsApp automation, you can add, list, inspect, and remove stickers from the Ravi catalog. The system validates channel capabilities and agent permissions before serving the visual assets.

Can I send stickers through WhatsApp agents while suppressing them in TUI or Matrix sessions?

Yes, you can send stickers through WhatsApp agents while suppressing them in TUI or Matrix sessions. Contextual routing ensures visual assets are only triggered when the target communication platform explicitly supports and enables them.

How do I add a local webp file to my AI agent sticker library?

To add a local webp file to your AI agent sticker library, use the stickers skill and provide the local file path. This registers the media asset in the catalog for multi-agent operating systems to deploy.

Does this sticker management system validate agent permissions before sending media?

Yes, this sticker management system validates agent permissions before sending media. Operating within the Ravi runtime, it checks agent configuration and channel capabilities to ensure visual assets are served only when explicitly enabled.

What is the best way to route visual assets contextually across different messaging channels?

The best way to route visual assets contextually across different messaging channels is by using a centralized library that handles catalog registration and channel-specific delivery. This ensures media events trigger only when supported by the target platform.

Why does my sticker not appear when using a professional communication channel?

Your sticker does not appear because the system automatically suppresses visual behavior in professional sessions if the agent configuration or channel capabilities do not explicitly support media events for that specific platform.