Official Codex and Claude Code plugin distribution for Trading Bot.
This repository is the source of truth for:
- the
trading-botplugin manifests; - the
use-trading-botskill and protocol references; - Codex and Claude Code marketplace catalogs;
- the remote MCP client configuration.
The MCP server implementation, Dashboard, OAuth server, Executor, and database remain in the separately maintained Trading Bot service repository.
.agents/plugins/marketplace.json # Codex marketplace
.claude-plugin/marketplace.json # Claude Code marketplace
plugins/trading-bot/
.codex-plugin/plugin.json # Codex manifest
.claude-plugin/plugin.json # Claude Code manifest
.mcp.json # shared MCP connection
skills/use-trading-bot/ # shared skill and references
For a first-time installation, add the public marketplace before installing the plugin:
codex plugin marketplace add zaclau-dev/trading-bot-plugins --ref main
codex plugin add trading-bot@trading-bot-pluginsComplete OAuth when prompted, then start a new task so Codex loads the Plugin, Skill, and MCP tools.
If the marketplace and plugin are already installed, refresh the marketplace and reinstall the current plugin version instead:
codex plugin marketplace upgrade trading-bot-plugins
codex plugin add trading-bot@trading-bot-pluginsThe upgrade command is only for an already configured marketplace; it is not
a substitute for marketplace add on a new machine.
Run these commands in a Claude Code session:
/plugin marketplace add zaclau-dev/trading-bot-plugins
/plugin install trading-bot@trading-bot-plugins
Start a new session after installation.
The committed production MCP URL is
https://trading-bot-five-pink.vercel.app/mcp. Local integration testing may
temporarily override it in an uncommitted development configuration, but never
commit a loopback URL to a release.
Validate both platforms before publishing:
python3 /path/to/plugin-creator/scripts/validate_plugin.py plugins/trading-bot
python3 /path/to/skill-creator/scripts/quick_validate.py \
plugins/trading-bot/skills/use-trading-bot
claude plugin validate .Deploy the MCP server first, update the endpoint and shared skill second, then bump all plugin and marketplace versions together.