Mt Status banner
MangroveTechnologies MangroveTechnologies

Mt Status

Development community

Description

--- name: mt-status description: Check MangroveTrader server health and list available tools --- # mt-status Check server health and show tool availability. ## Steps 1. Call the health endpoint: `GET https://api.mangrovetraders.com/health` 2. Present server status: - **API**: healthy/unhealthy (based on `status` field) - **Twitter Agent**: alive/dead (based on `worker` field) - Do NOT show redis or database fields — those are internal 3. List all plugin commands with access tier and

Installation

Installs to ~/.claude/skills/mangrovetechnologies-mangrove-trader-plugin-mt-status/SKILL.md

Terminal
mkdir -p ~/.claude/skills/mangrovetechnologies-mangrove-trader-plugin-mt-status && curl -fsSL https://raw.githubusercontent.com/MangroveTechnologies/mangrove-trader-plugin/HEAD/commands/mt-status.md -o ~/.claude/skills/mangrovetechnologies-mangrove-trader-plugin-mt-status/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository