mirra-data

Manage structured data collections and records 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-data
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mirra-data
Source: https://github.com/Oz-Networks/mirra-sdk/tree/main/skills/mirra-data
Command: npx skills add https://github.com/Oz-Networks/mirra-sdk --skill mirra-data

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a robust solution for managing structured data directly within the Mirra platform, eliminating the need for external databases for many common use cases.

Core Features & Use Cases

  • Collection Management: Define, list, retrieve, update, and archive data collections (schemas).
  • Record Operations: Insert single or batch records, query with advanced filtering and sorting, update existing records, and delete individual records.
  • Data Aggregation: Perform aggregations like sum, average, count, min, and max on collection data, grouped by specified fields.
  • Quota Management: Monitor storage quota usage.
  • Use Case: Store and manage customer contact information, product catalogs, or sales transaction data, accessible via API calls.

Quick Start

Use the mirra-data skill to define a new collection named 'products' with fields for 'name' (string, required) and 'price' (number, required).

Frequently Asked Questions about mirra-data

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

FAQPage Schema
How do I store structured data within the Mirra platform without an external database?

To store structured data within Mirra, you can define data collections with specific schemas and insert records directly via a REST API. This eliminates the need for external databases by managing storage, updates, and deletions natively.

Can I perform data aggregation like sum and average on stored records?

Yes, you can perform data aggregation on stored records. The system supports sum, average, count, min, and max calculations, allowing you to group collection data by specified fields for analytical insights.

What is the best way to define a data collection schema for product catalogs?

The best way to define a data collection schema is by specifying required fields like 'name' as a string and 'price' as a number. This structures your product catalog for efficient querying and batch record insertion.

How do I query and filter records in a Mirra data collection?

You query and filter records in a Mirra data collection by making API calls with advanced filtering and sorting parameters. This allows precise retrieval of specific data subsets from your stored records.

Does mirra-data provide storage quota monitoring for data collections?

Yes, mirra-data includes storage quota management capabilities. You can monitor your storage quota usage directly through the API to ensure efficient data handling and prevent exceeding platform limits.