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
intel
cryptoCrypto leverage-trader intelligence — perp open interest, funding rate, mark-vs-index basis, liquidations, long/short ratio, taker-buy/sell CVD (Binance + Bybit fallback), Solana on-chain flows (DefiLlama TVL/DEX/stables), Deribit options max-pain + put/call, BTC ETF + DXY/SPX/10Y macro, deduplicated multi-source news. Built for BTC + SOL.
Commands
/intel-derivs/intel-flows/intel-news/intel-macro/intel-optionsOptional
COINGECKO_API_KEYCOINALYZE_API_KEYINTEL_CACHE_DIRSetup
- 1.No API keys required — all data from free public endpoints (Binance, Bybit, DefiLlama, Deribit, FRED, Stooq, Farside, RSS feeds)
- 2.First plugin run compiles the TypeScript CLI
claude plugin install intel@hunzai-agents
v0.1.0