Mt History banner
MangroveTechnologies MangroveTechnologies

Mt History

Development community

Description

--- name: mt-history description: View trade history (own free, others x402 paid $0.01/3 trades) --- # mt-history View a trader's complete trade history. Your own history is free. ## Steps 1. Ask for the Twitter handle to look up, and optional trade limit (0 = all, max 1000). 2. **If looking up your own history**: Check `MT_AUTH_TOKEN` env var. If set, call `trader_get_trade_history` with `twitter_handle` AND `auth_token`. No payment needed -- data returns directly with `"access": "free"`. 3

Installation

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

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

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

Full documentation available on GitHub

View Source Repository