mirra-mirra-messaging

Send, update, and search messages via the Mirra REST API.

6|Updated Nov 5, 2025
One-click install
npx skills add https://github.com/Oz-Networks/mirra-sdk --skill mirra-mirra-messaging
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mirra-mirra-messaging
Source: https://github.com/Oz-Networks/mirra-sdk/tree/main/skills/mirra-mirra-messaging
Command: npx skills add https://github.com/Oz-Networks/mirra-sdk --skill mirra-mirra-messaging

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill allows you to programmatically send, search, and manage messages within the Mirra platform, streamlining communication and information retrieval.

Core Features & Use Cases

  • Send Messages: Compose and send messages to individuals or groups.
  • Search Messages: Quickly find past conversations using keywords.
  • Manage Chats: View existing chats and create new group conversations.
  • Use Case: Automatically send a daily status update to your team's group chat or search for a specific client request from last week.

Quick Start

Use the mirra-mirra-messaging skill to send a message to the group with ID 'group123' saying 'Hello team!'.

Frequently Asked Questions about mirra-mirra-messaging

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

FAQPage Schema
How do I send messages to a group chat using an API?

To send messages to a group chat via API, you use the sendMessage operation by providing the target group ID, message content, API keys, and URL to programmatically dispatch communications.

How does keyword search work for past chat messages?

Keyword search for past chat messages works by executing the searchMessages operation via a REST API, allowing you to quickly find and retrieve specific historical conversations across direct chats and groups.

Can I programmatically create new group conversations?

Yes, you can programmatically create new group conversations by utilizing the createGroup operation, which manages group chats through the platform's REST API using your provided API keys.

Do I need API keys to manage direct chats and group conversations?

Yes, you need API keys and URLs to manage direct chats and group conversations, as these credentials are required to authenticate REST API requests for operations like getChats and sendMessage.

What is the best way to automate daily status updates to a team chat?

The best way to automate daily status updates is by programmatically calling the sendMessage function with your team's group ID and the desired status text through the REST API.