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.

Before You Start

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

1

Download the .zip file for the plugin you want to use.

2

Run claude plugins add ./dual-developer-kit.zip from the terminal.

3

Claude Code loads the commands, skills, and MCP wiring automatically.

4

Run one of the included slash commands to verify the plugin is active.

claude plugins add ./dual-developer-kit.zip

DUAL Token Manager

End Users

Manage your tokens through conversation

Download .zip(20 KB)

Package Layout

dual-token-manager/
├── .claude-plugin/plugin.json
├── .mcp.json
├── commands/
├── skills/
└── README.md

Dual Developer Kit

Developers

Build on Dual faster

Download .zip(28 KB)

Package Layout

dual-developer-kit/
├── .claude-plugin/plugin.json
├── .mcp.json
├── commands/
├── skills/
└── README.md

Dual AI Toolkit

AI / ML Engineers

Wire up AI to the Dual platform

Download .zip(44 KB)

Package Layout

dual-ai-toolkit/
├── .claude-plugin/plugin.json
├── .mcp.json
├── commands/
├── skills/
└── README.md

Need the desktop upload flow instead? See Claude Plugins.