mirra-skills

Manage Mirra skills via a REST API with authentication.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows you to programmatically manage reusable instruction bundles (skills) for agent execution, streamlining the integration and customization of Mirra's capabilities.

Core Features & Use Cases

  • Skill Management: Create, update, delete, and list skills.
  • Agent Integration: Select relevant skills for agent tasks and record their usage.
  • Use Case: An administrator could use this skill to automatically onboard new agents by creating a set of skills tailored to their specific roles and responsibilities.

Quick Start

Use the mirra-skills skill to list all available skills for the current user.

Frequently Asked Questions about mirra-skills

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

FAQPage Schema
How do I manage Mirra skills via API for agent execution?

You can manage Mirra skills via a REST API by sending requests to the 'skills' resource endpoint with methods defined in the request body, requiring an API key for authentication to list, create, update, or delete skills.

Can I programmatically create and update reusable instruction bundles for agents?

Yes, you can programmatically create and update reusable instruction bundles by sending create and update methods through the REST API request body to the skills endpoint, automating agent onboarding and customization.

Do I need an API key to authenticate Mirra skill management requests?

Yes, an API key is required to authenticate all operations when managing skills via the REST API, ensuring secure access to listing, selecting, and recording skill usage for agent execution.

What's the best way to select relevant skills for agent tasks and record their usage?

The best way to select relevant skills and record usage is by using the select and record-usage methods available through the Mirra REST API, streamlining agent integration and task customization automatically.

How does listing available skills work for the current user in Mirra?

Listing available skills works by sending a list method request to the skills endpoint via the REST API, returning all reusable instruction bundles accessible to the authenticated current user.

Are there limitations to managing skills via a REST API endpoint?

Operations are limited to the methods supported by the skills resource endpoint, meaning all create, update, delete, and select actions must be defined within the request body and authenticated with a valid API key.