- Docs
- Plugins
Claude Plugins
Install Dual plugins into Claude to manage tokens, build integrations, and wire up AI, all through natural conversation.
Install Dual plugins into Claude to manage tokens, build integrations, and wire up AI through natural conversation. Each plugin ships with slash commands, built-in knowledge, and a connection to the hosted Dual MCP server.
All plugins connect to the hosted MCP endpoint at https://mcp-testnet.dual.network/mcp. Set your API key before installing:
export DUAL_API_KEY="your_api_key"Get your key from the Dual Console.
How to Install
Download the .zip archive from one of the cards below.
Set DUAL_API_KEY in your shell profile and restart your terminal.
Open Claude Desktop, go to Settings → Plugins, and upload the .zip file.
The plugin loads its commands and skills automatically. No local Node.js or npm install is required.
Run a slash command such as /my-tokens to verify everything is working.
DUAL Token Manager
End UsersManage your tokens through conversation
View your token collection, transfer objects to other wallets, mint new tokens from templates, and explore the Dual Network through natural language.
Included Commands
/my-tokensView your complete object collection with metadata grouped by template.
/transferTransfer a token with ownership checks and explicit confirmation.
/mintMint new objects from a template, including batch creation flows.
Environment Variables
DUAL_API_KEYRequiredYour Dual API key from the Dual Console
Dual Developer Kit
DevelopersBuild on Dual faster
Search API endpoints, scaffold templates, and generate production-ready webhook handlers with the current Dual platform patterns baked in.
Included Commands
/api-lookupSearch any Dual API endpoint by natural language.
/scaffold-templateGenerate cURL, SDK, and schema boilerplate for new templates.
/generate-webhookCreate Express-style webhook handlers with verification and routing.
Environment Variables
DUAL_API_KEYRequiredYour Dual API key from the Dual Console
DUAL_SIGNING_SECRETOptionalWebhook signature verification secret
Related Docs
Dual AI Toolkit
AI / ML EngineersWire up AI to the Dual platform
Scaffold five production-ready AI patterns for Dual including classification, conversational assistants, semantic search, webhook automation, and guardrails.
Included Commands
/setup-classifierScaffold a token classification pipeline with structured output.
/setup-chatbotGenerate a tool-calling assistant for querying and transferring tokens.
/setup-guardrailsCreate safety middleware with approvals, tiers, and audit logging.
Environment Variables
DUAL_API_KEYRequiredYour Dual API key from the Dual Console
OPENAI_API_KEYOptionalOptional for classification and embeddings
ANTHROPIC_API_KEYOptionalOptional for chatbot and webhook flows
PINECONE_API_KEYOptionalOptional for large-scale semantic search
Related Docs
Prefer terminal-first workflows? The same plugin packages are also documented for Claude Code in Claude Code Plugins.