Boktoshi Bot Trading Skill
WarnAudited by ClawScan on May 10, 2026.
Overview
This is coherently a Boktoshi bot-trading skill, but it can place or close trades with an API key and does not describe clear approval or limit safeguards.
Install only if you intend to let the agent interact with your Boktoshi/MechaTradeClub bot account. Use a limited bot-only API key, require explicit confirmation for each trade or position close, set clear size/risk limits, and rotate the key if it is ever exposed.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
An agent could place trades, close positions, or claim rewards on the connected account if invoked on ambiguous or mistaken instructions.
These are state-changing trading/account actions. The artifact does not provide approval, size, market, dry-run, or containment rules before an agent uses them.
- `POST /bots/trade` - `POST /bots/positions/:positionId/close` - `POST /bots/claim-boks`
Use this only with explicit per-action user approval, clear trade parameters, small limits, and a least-privileged API key.
If the key is exposed or over-permissioned, someone could act through the connected trading account.
The bearer API key is expected for the MechaTradeClub API and is disclosed, but it is a sensitive credential that authorizes account actions.
- `MTC_API_KEY` (required)
- Header format:
- `Authorization: Bearer mtc_live_<your-key>`Use a scoped, revocable bot-only key if available, avoid sharing it in chat/logs, and rotate it immediately if exposed.
Users have less assurance about who maintains the skill or whether external documentation matches the reviewed artifact.
The reviewed package is instruction-only and has no source or homepage provenance in the supplied metadata, which limits independent verification for a high-impact trading integration.
Source: unknown Homepage: none
Verify the publisher and the Boktoshi/MechaTradeClub documentation before connecting a live trading key.
