mirra-flows

Manage time-based and event-based automation flows via REST API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill allows users to manage Mirra's internal automation system, enabling the creation, updating, and execution of time-based and event-based tasks without direct code interaction.

Core Features & Use Cases

  • Flow Management: Create, update, read, delete, pause, and resume automated flows.
  • Script Integration: Associate and manage script code for flow execution.
  • Event Handling: Define triggers based on specific events or schedules.
  • Use Case: Automatically create a flow that sends a Slack notification whenever a new support ticket is created in your CRM, or schedule a daily report to be generated and emailed.

Quick Start

Use the mirra-flows skill to create a new flow that triggers when a new email arrives in your inbox.

Frequently Asked Questions about mirra-flows

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

FAQPage Schema
How do I automate event-driven tasks using a REST API?

You can automate event-driven tasks via a REST API by creating, updating, and managing flows that trigger script executions based on specific events. This requires an API key and URL for endpoint authentication.

Can I schedule time-based task execution without writing direct code?

Yes, you can schedule time-based task execution without direct code interaction by managing automated flows through an API. This allows you to define triggers and associate script code for scheduled execution.

What operations are supported for managing automated flows?

Supported operations for managing automated flows include creating, updating, reading, deleting, pausing, and resuming execution. You can also handle script management and list event types for triggers.

Do I need an API key to manage event-based automation flows?

Yes, an API key and URL are required for authentication and endpoint access to manage event-based automation flows. These credentials ensure secure interaction with the internal automation system.

What is the best way to trigger a script when a specific event occurs?

The best way to trigger a script on a specific event is to create an event-driven flow via the API. You associate the script code with the flow and define an event type trigger to initiate execution automatically.

Can I pause and resume scheduled automation flows dynamically?

Yes, you can dynamically pause and resume scheduled automation flows using the management API. This allows you to temporarily halt event-driven or time-based task execution without deleting the flow configuration.