mirra-scripts

Execute user-defined scripts on AWS Lambda 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-scripts
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mirra-scripts
Source: https://github.com/Oz-Networks/mirra-sdk/tree/main/skills/mirra-scripts
Command: npx skills add https://github.com/Oz-Networks/mirra-sdk --skill mirra-scripts

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill allows you to run custom scripts on AWS Lambda directly through the Mirra platform, enabling automated tasks and backend logic execution without manual deployment.

Core Features & Use Cases

  • Script Creation & Management: Create, update, and delete scripts.
  • Deployment: Deploy scripts to AWS Lambda for execution.
  • Execution: Trigger script execution with custom data and monitor results.
  • Marketplace Integration: Publish and discover scripts in the Mirra marketplace.
  • Use Case: Automate sending daily reports by creating a script that fetches data and then scheduling its execution.

Quick Start

Use the mirra-scripts skill to create a new script named 'daily-report' with the provided code.

Frequently Asked Questions about mirra-scripts

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

FAQPage Schema
How do I execute custom scripts on AWS Lambda without manual deployment?

You can execute custom scripts on AWS Lambda by using a REST API to handle the creation, deployment, and execution lifecycle directly, bypassing manual deployment steps. This enables automated backend logic execution.

Can I schedule AWS Lambda functions to run automated daily reports?

Yes, you can schedule AWS Lambda functions for automated tasks like daily reports by creating a script that fetches data and configuring its execution timing through the management interface. This supports automated task scheduling.

What is the best way to manage serverless script versioning and deployment?

Managing serverless script versioning and deployment is best handled through a platform that provides full lifecycle management, allowing you to create, version, and deploy scripts to AWS Lambda via a REST API.

Does this approach support publishing serverless scripts to a marketplace?

Yes, this approach supports marketplace integration, allowing you to publish and discover serverless scripts within the platform's marketplace. This enables sharing and discovering scripts for AWS Lambda execution.

How do I monitor the execution results of a deployed AWS Lambda script?

You monitor the execution results of a deployed AWS Lambda script by triggering the script with custom data and viewing the monitoring outputs provided by the platform's lifecycle management features.

Why use a REST API to trigger AWS Lambda instead of direct AWS console deployment?

Using a REST API to trigger AWS Lambda allows you to automate backend logic execution and script management programmatically, removing the need for manual console deployment and enabling seamless integration into existing workflows.