send-user-message

Send proactive messages to paired users via the TinyAGI API server.

3.6k|505|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/TinyAGI/tinyagi --skill send-user-message-tinyagi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: send-user-message
Source: https://github.com/TinyAGI/tinyagi/tree/main/.agents/skills/send-user-message
Command: npx skills add https://github.com/TinyAGI/tinyagi --skill send-user-message-tinyagi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of sending proactive messages to paired users, enhancing communication and notifications without manual intervention.

Core Features & Use Cases

  • Proactive Messaging: Send messages to users for notifications, alerts, or updates.
  • Multi-Channel Support: Send messages across Discord, Telegram, and WhatsApp.
  • Use Case: For agents needing to notify users of task completions or scheduled updates without requiring user interaction.

Quick Start

Send a message to Alice on Discord: Run the script with the command ./scripts/send-message.sh send --channel discord --sender-id 123456 --sender "Alice" --message "Your task is complete."

Frequently Asked Questions about send-user-message

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

FAQPage Schema
How do I send proactive messages to users on Discord, Telegram, or WhatsApp?

To send proactive messages to users on Discord, Telegram, or WhatsApp, you use a command-line script that interfaces with the TinyAGI API server to queue and deliver messages to paired users automatically.

Can I automate task completion notifications across multiple messaging platforms?

Yes, you can automate task completion notifications across multiple messaging platforms by utilizing the script to proactively send messages to paired users without requiring manual intervention or user interaction.

How does the message queuing mechanism work for sending agent notifications?

The message queuing mechanism works by executing a shell script that passes channel, sender ID, sender name, and message parameters to the TinyAGI API server, which then handles the delivery to the paired user.

Does this Skill support sending team updates to WhatsApp without user interaction?

Yes, this Skill supports sending team updates to WhatsApp without user interaction. It is specifically intended for automating notifications, alerts, and scheduled updates across supported channels.

What are the limitations when sending proactive messages to paired users?

A key limitation is that proactive messages can only be sent to paired users. You must provide the correct channel, sender ID, and sender name via the command-line script to ensure successful message delivery.

Do I need a specific API server to automate customer support alerts with this script?

Yes, you need the TinyAGI API server running to automate customer support alerts. The Skill's script acts as an interface to this server for message queuing and delivery across Discord, Telegram, and WhatsApp.