Mt Stats banner
MangroveTechnologies MangroveTechnologies

Mt Stats

Development community

Description

--- name: mt-stats description: Look up a trader's stats -- score, rank, trade count, and open positions (free) --- # mt-stats Look up a trader's stats on MangroveTrader. ## Steps 1. Check the `MT_AUTH_TOKEN` environment variable. If set, use it as `auth_token` — do NOT ask for a Twitter handle. 2. If `MT_AUTH_TOKEN` is not set, call `trader_login` to get a verification URL and stop — do not fall back to asking for a handle. 3. Call the `trader_my_stats` MCP tool with `auth_token`. 4. **If M

Installation

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

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

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

Full documentation available on GitHub

View Source Repository