Mt Cancel banner
MangroveTechnologies MangroveTechnologies

Mt Cancel

Development community

Description

--- name: mt-cancel description: Cancel your most recent trade (5-minute window) --- # mt-cancel Cancel the most recent trade. Only works within 5 minutes of submission. ## 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. 3. Call the `trader_cancel_last` MCP tool with `auth_token`. - **If MCP tool is not available**: this comma

Installation

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

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

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

Full documentation available on GitHub

View Source Repository