mirra-marketplace-resources

Manage Mirra marketplace resource installations, authentication, and method calls via REST API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill allows users to seamlessly integrate and manage third-party API services directly through the Mirra platform, eliminating the need for complex individual API integrations.

Core Features & Use Cases

  • Install/Uninstall Resources: Easily add or remove marketplace integrations.
  • Authenticate Resources: Securely connect resources that require credentials.
  • Call Resource Methods: Execute specific functions provided by installed marketplace resources.
  • List & Get Installations: View and manage all your connected third-party services.
  • Use Case: A user needs to send data to a specific CRM system. They can use this Skill to install the CRM resource, authenticate it with their API key, and then call a method to create a new contact.

Quick Start

Use the mirra-marketplace-resources skill to list all installed marketplace resources.

Frequently Asked Questions about mirra-marketplace-resources

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

FAQPage Schema
How do I integrate third-party APIs into my automation workflow without writing individual integration code?

Third-party API integrations are managed programmatically through a central marketplace, eliminating complex individual setups. You can install external services, authenticate credentials, and invoke specific methods using REST API calls to streamline automation workflows.

What REST API operations are available for managing external service resources?

Available REST API operations for managing external resources include `call`, `install`, `uninstall`, `authenticate`, `listInstalled`, and `getInstallation`. These methods handle the installation, authentication, and invocation of marketplace services.

How do I securely connect and authenticate a CRM API resource before calling its methods?

To authenticate a CRM API resource, you first install it from the marketplace, then use the `authenticate` operation to securely connect your credentials. Once authenticated, you can call specific methods to execute functions like creating contacts.

Can I view all my installed third-party services and manage their lifecycle in one place?

You can manage all connected third-party services in one place using the `listInstalled` and `getInstallation` operations. This allows you to view active installations and execute uninstall actions to remove integrations you no longer need.

Does this marketplace resource management approach require any external dependencies?

This marketplace resource management approach operates with no external dependencies. It provides a self-contained programmatic interface for installing, authenticating, and invoking methods on third-party API services directly.

Why use a marketplace resource manager instead of direct API integration for external services?

A marketplace resource manager centralizes installation, authentication, and method invocation for external services, eliminating the need to build and maintain complex individual API integrations. This simplifies resource management and automates third-party service connections.