send-user-message

Send proactive user messages via letsgo gateway across multiple channels.

Updated Feb 16, 2026
One-click install
npx skills add https://github.com/michaeljabbour/amplifier-bundle-letsgo --skill send-user-message
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: send-user-message
Source: https://github.com/michaeljabbour/amplifier-bundle-letsgo/tree/main/skills/send-user-message
Command: npx skills add https://github.com/michaeljabbour/amplifier-bundle-letsgo --skill send-user-message

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enables the agent to proactively send messages to users through various communication channels, even when there's no active conversation, facilitating timely notifications and updates.

Core Features & Use Cases

  • Proactive Notifications: Send alerts, status updates, or task completion messages.
  • Scheduled Messaging: Integrate with scheduling to deliver periodic updates.
  • Multi-channel Support: Supports webhook, Telegram, Discord, and Slack (with varying implementation status).
  • Use Case: A build process completes successfully, and the agent needs to notify the developer via Slack.

Quick Start

Use the letsgo-gateway CLI to send a message to the user on Telegram.

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 notifications to users outside of an active conversation?

Proactive notifications are sent outbound to users via the letsgo gateway across multiple channels, enabling alerts and status updates even when no active conversation is occurring.

What communication channels does this outbound messaging gateway support?

The outbound messaging gateway supports webhook POST, Telegram, Discord, and Slack channels for delivering proactive user alerts and status updates during scheduled tasks.

How do I deliver scheduled task alerts through webhook or queue file drop methods?

Scheduled task alerts can be delivered using CLI commands, webhook POST requests, or queue file drop methods through the letsgo gateway to notify users proactively.

Can I use this to send unsolicited status updates when a background build process completes?

Yes, unsolicited status updates can be sent when build processes complete, allowing the agent to proactively notify developers via supported channels like Slack or Telegram.

What is the difference between CLI, webhook POST, and queue file drop for message delivery?

Message delivery methods differ by input mechanism: CLI uses command-line execution, webhook POST receives HTTP requests, and queue file drop processes queued files through the letsgo gateway.

Are there limitations on which messaging channels are fully implemented for notifications?

Yes, multi-channel support for Telegram, Discord, and Slack has varying implementation status, meaning some notification channels may have incomplete or differing feature coverage.