Skip to content

Claude Code Plugin

The Claude Code Plugin lets you execute Manako monitoring operations using natural language as Claude Code skills.

Run the following commands in Claude Code:

  1. Add the marketplace

    /plugin marketplace add elchika-inc/manako-dev
  2. Install the Plugin

    /plugin install manako@manako-dev

    You can choose an installation scope:

    • User (default) — Available across all projects
    • Project — Shared with your team (recorded in .claude/settings.json)
    • Local — This repository only
  3. Load the Plugin

    /reload-plugins

After installing the Plugin, ask Claude Code to “set up manako” and the setup skill will guide you through the process.

This is the easiest method if you have the Manako CLI installed:

Terminal window
manako login --api-key mk_your_api_key_here

You can issue an API Key from Settings > API Keys in the Dashboard.

Plugin skills automatically select the available tool in the following priority order:

  1. CLI (manako command) - If installed locally
  2. MCP (Manako MCP Server) - Auto-configured via the bundled .mcp.json
  3. API (direct curl calls) - Fallback

monitor-status

Check monitor status and run immediate checks

“Check the monitor status” “Show me the uptime”

create-monitor

Create new monitors (supports 7 types)

“Monitor example.com” “Add SSL certificate monitoring”

list-incidents

List and filter incidents

“Are there any ongoing incidents?” “Show me the incident list”

acknowledge-incident

Mark incidents as acknowledged

“Acknowledge the incident”

Check the status of monitors.

"Check the monitor status"
"Show me the monitor list"
"Show me details for monitor XXX"
"Run an immediate check on monitor XXX"

Create a new monitor. Supports 7 monitor types.

"Create an HTTP monitor for https://example.com"
"Monitor the SSL certificate for example.com"
"Monitor the domain expiry for example.com"
"Create a Heartbeat monitor for the batch job"

Supported types: HTTP, TCP, Ping, Heartbeat, WebChange, SSL, Domain

View the incident list. You can filter by status.

"Show me the incident list"
"Are there any ongoing incidents?"
"Show me resolved incidents"

Mark an incident as acknowledged.

"Acknowledge incident XXX"
"Ack the ongoing incidents"
FeatureMCP ServerClaude Code Plugin
MCP ToolsYesYes (bundled)
CLI Integration-Yes (used preferentially)
Skill Guides-Yes (natural language operations)
Setup Assistance-Yes (setup skill)

The MCP Server can be used with other AI agents like Claude Desktop, while the Claude Code Plugin is exclusive to Claude Code and additionally provides CLI integration and guided skill-based operations.