- Docs
- Claude Code
Claude Code Plugins
Install Dual plugins into Claude Code for terminal-first workflows and headless environments.
Install Dual plugins into Claude Code for terminal-first workflows and headless environments. The packages are the same core plugins, but this page documents the CLI install flow and the expected file structure.
Set your API key once in your shell profile before installing any plugin package:
export DUAL_API_KEY="your_api_key"The plugins connect to the hosted MCP endpoint at https://mcp-testnet.dual.network/mcp.
Installation Flow
Download the .zip file for the plugin you want to use.
Run claude plugins add ./dual-developer-kit.zip from the terminal.
Claude Code loads the commands, skills, and MCP wiring automatically.
Run one of the included slash commands to verify the plugin is active.
claude plugins add ./dual-developer-kit.zipDUAL Token Manager
End UsersManage your tokens through conversation
Package Layout
dual-token-manager/ ├── .claude-plugin/plugin.json ├── .mcp.json ├── commands/ ├── skills/ └── README.md
Dual Developer Kit
DevelopersBuild on Dual faster
Package Layout
dual-developer-kit/ ├── .claude-plugin/plugin.json ├── .mcp.json ├── commands/ ├── skills/ └── README.md
Dual AI Toolkit
AI / ML EngineersWire up AI to the Dual platform
Package Layout
dual-ai-toolkit/ ├── .claude-plugin/plugin.json ├── .mcp.json ├── commands/ ├── skills/ └── README.md
Need the desktop upload flow instead? See Claude Plugins.