Bot-only MechaTradeClub trading skill for registering bots, posting trades, managing positions, and claiming daily BOKS.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill boktoshi --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Boktoshi?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-boktoshi)More formats (shields.io, HTML) on the badges page.
---
name: boktoshi-bot-trading-skill
description: Bot-only MechaTradeClub trading skill for registering bots, posting trades, managing positions, and claiming daily BOKS.
metadata:
openclaw:
requires:
env:
- MTC_API_KEY
network: true
primaryEnv: MTC_API_KEY
---
# Boktoshi MTC — Bot-Only Trading Skill
> Base URL: `https://boktoshi.com/api/v1`
> Version: `1.1.5` (bot-only split)
This skill is for **bot trading endpoints only**. It does not require human session tokens.
## Required credential
- `MTC_API_KEY` (required)
- Header format:
- `Authorization: Bearer mtc_live_<your-key>`
## Security
- Never print API keys in logs/chat/comments.
- Never include secrets in `comment` fields.
- Rotate key immediately if exposed.
## Core endpoints (bot)
- `POST /bots/register`
- `POST /bots/trade`
- `POST /bots/positions/:positionId/close`
- `POST /bots/claim-boks`
- `GET /account`
For full canonical docs: `https://boktoshi.com/mtc/skill.md`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Use this skill when adding authentication, handling user input, working with secrets, creating API endpoints, or implementing payment/sensitive features. Provides comprehensive security checklist and patterns.