Claude Code Plugin

muno-os

8 specialized skills for software agencies and operations teams in LATAM.

Installation

1

Download the plugin

Download the latest version and unzip the file.

muno-os-plugin.zip
2

Open Claude Code

Go to "Browse plugins" → "Upload manual" and select the unzipped folder.

Alternative: Clone from GitHub

git clone https://github.com/munolabs/muno-os-plugin.git ~/.claude/plugins/muno-os-plugin

Included Skills

Each skill is available with the /muno-os: prefix once installed.

Bank Reconciliation

None

Analyze and reconcile bank statements automatically.

/muno-os:conciliacion

Financial Indicators

None

Query TRM, interest rates, inflation, and other Colombian financial indicators.

/muno-os:indicadores

Project Management

Linear

Manage Linear issues, cycles, and projects from Claude Code.

/muno-os:muno-pm

Design Mockups

Pencil

Create and edit mockups using the Pencil MCP server.

/muno-os:pencil-design

Content Writing

None

Generate LinkedIn and Twitter posts with your brand voice.

/muno-os:daily-writing

Document OCR

AWS Textract

Extract text from scanned documents using AWS Textract.

/muno-os:document-ocr

Document Styling

None

Apply Muno Labs corporate styles to documents.

/muno-os:document-style

Screenshot Organizer

None

Intelligently organize and categorize screenshots.

/muno-os:screenshot-organizer

Optional MCP Configuration

Some skills unlock extra capabilities when paired with MCP servers.

Linear

muno-pm
{
  "mcpServers": {
    "linear": {
      "command": "npx",
      "args": ["-y", "@linear/mcp-server-linear"]
    }
  }
}

Pencil

pencil-design
{
  "mcpServers": {
    "pencil": {
      "command": "npx",
      "args": ["-y", "@getpencil/mcp-server-pencil"]
    }
  }
}

AWS Textract

document-ocr

Requires configured AWS credentials. Docs →

Usage

Once installed, all skills are available as slash commands.

Claude Code
/muno-os:indicadores# Query current TRM
/muno-os:conciliacion# Analyze bank statement
/muno-os:muno-pm# Manage Linear issues
/muno-os:pencil-design# Create mockups
/muno-os:daily-writing# Write LinkedIn post

Requirements

  • Claude Code v1.x or later
  • Python 3.x (for indicadores and document-ocr)
  • Node.js (for optional MCPs)

License

MIT — free for personal and commercial use.

Report issues

GitHub Issues