mirra-contacts

Manage Mirra platform contacts via REST API with resourceId and method parameters.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the management of your Mirra contacts, allowing you to easily add, remove, search, and manage blocking relationships without needing to navigate complex interfaces.

Core Features & Use Cases

  • Contact Management: List, view, add, and remove contacts.
  • Search & Filtering: Quickly find contacts by username, email, phone, or wallet address.
  • Blocking: Block or unblock users to control communication.
  • Request Handling: View pending contact requests.
  • Use Case: You need to quickly find a contact's email address to send them an important message. Use this Skill to search your contacts by name and retrieve their details instantly.

Quick Start

Use the mirra-contacts skill to list all of your current contacts.

Frequently Asked Questions about mirra-contacts

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

FAQPage Schema
How do I manage my Mirra contacts without navigating the user interface?

You can manage Mirra contacts by utilizing a REST API that supports listing, retrieving, adding, removing, and searching contacts. This approach streamlines contact management programmatically without relying on a complex interface.

How do I search for a user on the Mirra platform using their wallet address?

You can search for Mirra contacts by username, email, phone, or wallet address. The API provides a search method to quickly retrieve specific contact details based on these identifiers.

Can I block users from communicating with me via the Mirra API?

Yes, the Mirra API supports blocking and unblocking users to control communication. You can manage these blocking relationships directly through the designated POST endpoint methods.

How do I handle pending contact requests in Mirra programmatically?

The Mirra API provides methods for managing contact requests, allowing you to view and handle pending requests. You can retrieve pending requests by specifying the appropriate method parameter.

Do I need an API key to interact with the Mirra contacts API?

Yes, an API key is required for authentication to interact with the Mirra contacts API. All operations utilize a POST endpoint with resourceId and method parameters, secured by this key.

What is the best way to add and remove contacts in Mirra using an API?

The best way to add and remove Mirra contacts is by using the REST API's dedicated methods. By sending a POST request with the specific resourceId and method parameters, you can instantly update your contact list.