mirra-desktop

Execute shell commands, manage files, and retrieve system information via REST API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill allows you to execute commands, manage files, and gather system information directly on your local desktop machine, bridging the gap between AI and your operating system.

Core Features & Use Cases

  • Execute Shell Commands: Run any command-line instruction and get the output.
  • File Management: Read, write, edit, and list files and directories.
  • System Information: Get details about your machine's hostname, OS, CPU, and memory.
  • Process Management: Spawn and kill background processes.
  • Multi-Machine Support: Select and manage operations across multiple connected desktops.
  • Use Case: Automatically back up your project files by writing a script to list all files in a directory, then use writeFile to save them to a cloud storage location.

Quick Start

Use the mirra-desktop skill to list all files in your home directory.

Frequently Asked Questions about mirra-desktop

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

FAQPage Schema
How do I execute shell commands on my local desktop using AI?

To execute shell commands on your local desktop, this Skill bridges AI with your operating system, allowing you to run command-line instructions and retrieve the output directly. It uses a REST API for deterministic task execution.

Can I manage background processes and system information remotely?

Yes, you can manage background processes and system information remotely by spawning and killing long-running processes, and retrieving machine details like hostname, OS, CPU, and memory.

Does this approach support file management across multiple connected machines?

Yes, this approach supports file management across multiple connected machines. You can read, write, edit, and list files and directories while selecting and managing operations between different connected desktops.

What is the best way to automate local file I/O operations with AI?

The best way to automate local file I/O operations is using a Skill that interacts with your desktop environment, enabling AI to perform file reads, writes, and directory listings through a REST API.

How do I get system information like CPU and memory usage from my local machine?

You can get system information like CPU and memory usage by using the Skill to interact with your local desktop environment, which retrieves specific hardware and operating system details directly.