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/plugins
2.claude plugin install <name>@hunzai-agents
3.Set required env vars, then use the slash commands
3 plugins across 2 categories

jupiter

trading

Jupiter — spot swaps and leveraged perpetuals (SOL/BTC/ETH) with take-profit, stop-loss, and limit orders. Wraps the official `jup` CLI.

Commands
/swap/perp
Required
WALLET_PATH
Optional
JUPITER_API_KEY
Setup
  1. 1.Create a Solana keypair JSON file
  2. 2.Set WALLET_PATH to keypair location
  3. 3.First plugin run installs `@jup-ag/cli` and registers the wallet
claude plugin install jupiter@hunzai-agents
v2.0.0

telegram

messaging

Telegram Bot messaging — send text, photos, documents, audio, and video

Commands
/media/results/text
Required
TELEGRAM_BOT_TOKENTELEGRAM_USER_ID
Setup
  1. 1.Create bot via @BotFather on Telegram
  2. 2.Get your user ID from @userinfobot
  3. 3.Send /start to your bot
claude plugin install telegram@hunzai-agents
v1.0.0

gmail

messaging

Gmail API — read inbox, search, send, and reply to emails via OAuth2

Commands
/inbox/read/search/send/reply
Required
GMAIL_CLIENT_IDGMAIL_CLIENT_SECRET
Setup
  1. 1.Enable Gmail API in Google Cloud Console
  2. 2.Create OAuth 2.0 Desktop client
  3. 3.Run auth command once: node gmail/dist/cli.js auth
claude plugin install gmail@hunzai-agents
v1.0.0