hunz.ai plugins
Open-source plugins for Claude Code. Install any plugin in one command.
Quick start
1.
claude plugin marketplace add github.com/hunzai/plugins2.
claude plugin install <name>@hunzai-agents3.Set required env vars, then use the slash commands
jupiter
tradingJupiter — spot swaps and leveraged perpetuals (SOL/BTC/ETH) with take-profit, stop-loss, and limit orders. Wraps the official `jup` CLI.
Commands
/swap/perpRequired
WALLET_PATHOptional
JUPITER_API_KEYSetup
- 1.Create a Solana keypair JSON file
- 2.Set WALLET_PATH to keypair location
- 3.First plugin run installs `@jup-ag/cli` and registers the wallet
claude plugin install jupiter@hunzai-agents
v2.0.0
telegram
messagingTelegram Bot messaging — send text, photos, documents, audio, and video
Commands
/media/results/textRequired
TELEGRAM_BOT_TOKENTELEGRAM_USER_IDSetup
- 1.Create bot via @BotFather on Telegram
- 2.Get your user ID from @userinfobot
- 3.Send /start to your bot
claude plugin install telegram@hunzai-agents
v1.0.0
gmail
messagingGmail API — read inbox, search, send, and reply to emails via OAuth2
Commands
/inbox/read/search/send/replyRequired
GMAIL_CLIENT_IDGMAIL_CLIENT_SECRETSetup
- 1.Enable Gmail API in Google Cloud Console
- 2.Create OAuth 2.0 Desktop client
- 3.Run auth command once: node gmail/dist/cli.js auth
claude plugin install gmail@hunzai-agents
v1.0.0