By hunzai
ElevenLabs speech — batch transcribe audio files (STT), convert text to audio (TTS), and speak text aloud
Batch convert text files to audio using ElevenLabs TTS. One .txt in, one audio file out. Default voice: Achar (male), model: eleven_multilingual_v2. For file output, not playback. Use when asked to narrate, create audio from text, generate voiceover, or produce TTS files.
Speak text aloud with immediate playback using ElevenLabs. For interactive real-time use. Use when asked to speak, say, or read aloud.
Transcribe audio files to text using ElevenLabs STT. Takes a directory of audio files, outputs per-file .txt and a combined transcript. Supports flac, wav, mp3, ogg, opus, m4a, webm. Use when asked to transcribe audio, convert speech to text, or extract text from recordings.
ElevenLabs speech agent. Use this agent when asked to transcribe audio files from a directory into a single combined text file, or convert text files to audio.
Text-to-speech agent powered by ElevenLabs. Use this agent when asked to speak text aloud, read something out loud, generate audio from text, create a voiceover, or narrate content using a specific voice or model.
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Claude Code plugins for Solana trading, content creation, browser automation, and price analysis.
# 1. Add the marketplace (once)
claude plugin marketplace add hunzai/agents
# 2. Install any plugin
claude plugin install elevenlabs@hunzai-agents
claude plugin install replicate@hunzai-agents
claude plugin install trader@hunzai-agents
claude plugin install price@hunzai-agents
claude plugin install browser@hunzai-agents
Each plugin comes with CLI tools, slash commands, and agent definitions.
| Plugin | Commands | Description |
|---|---|---|
| elevenlabs | /transcribe /narrate /speak | Speech-to-text, text-to-speech, speak aloud |
| replicate | /image-generate /video-generate | AI images (seedream, banana) and videos (wan-video) |
| trader | /trade | Spot swap SOL/USDC + leveraged perpetuals via Jupiter |
| price | /fetch-price | Real-time prices, RSI/MACD/Bollinger signals, S/R levels |
| browser | /automate | Browser automation via playwright-cli |
Each plugin follows the Claude Code plugin standard:
<plugin>/
├── .claude-plugin/
│ └── plugin.json # Plugin manifest (name, description, keywords)
├── commands/ # Slash commands (distributed with plugin)
│ └── <command>.md # Command definition (frontmatter + instructions)
├── agents/ # Subagent definitions
│ └── <agent>.md
├── vendor/ # CLI source code
│ └── <name>/
│ ├── src/
│ ├── dist/ # Built CLI (auto-built via setup.sh)
│ └── package.json
├── scripts/
│ └── setup.sh # Build CLI (idempotent)
└── hooks/ # Optional lifecycle hooks
Composite and workflow skills that chain multiple plugins live under .claude/skills/:
| Skill | Description | Requires |
|---|---|---|
| solana/open-perp | Leveraged perp with technical analysis | price + trader |
| solana/dip-swap | Auto dip-buyer with budget limits | price + trader |
| travel/search-flights | Search Google Flights | browser |
| travel/search-stays | Search Airbnb for stays | browser |
| workflow/audio-story | Full content pipeline: audio → story → images → video → narration | elevenlabs + replicate |
| text/translate | Translate text (default: English → Urdu) | — |
| utility/usage | Plugin usage stats from hook logs | — |
These are loaded automatically when Claude Code runs inside this repo.
Create your plugin under <plugin-name>/:
.claude-plugin/plugin.json — name, description, keywordscommands/<name>.md — slash commands with frontmattervendor/ — CLI tools (optional)scripts/setup.sh — build script (optional)Add your plugin to .claude-plugin/marketplace.json:
{
"name": "your-plugin",
"source": "./your-plugin",
"description": "What it does",
"category": "trading | media | automation | utility"
}
Validate:
claude plugin validate your-plugin/.claude-plugin/plugin.json
claude plugin validate .claude-plugin/marketplace.json
Push to GitHub. Users install via:
claude plugin marketplace add hunzai/agents
claude plugin install your-plugin@hunzai-agents
---
description: >
One line describing when to use this command.
allowed-tools: Bash(*)
---
# Command Title
Instructions for Claude Code to execute this command.
Use ${CLAUDE_PLUGIN_ROOT} to reference files within the plugin.
Fork this repo and publish your own:
# Users add your marketplace
claude plugin marketplace add your-github-user/your-repo
# Then install plugins from it
claude plugin install your-plugin@your-marketplace-name
The web/ project provides a web UI where users describe tasks in natural language. The Master Agent reads skills.json to plan which plugins/skills to use and executes them via the Claude Agent SDK.
cd ../web && npm install && npm run dev # http://localhost:3000
skills.json — machine-readable catalog of all skills and pluginsllms.txt — plain-text catalog for LLM consumption.claude-plugin/marketplace.json — Claude Code marketplace manifestnpx claudepluginhub hunzai/agentsComprehensive ElevenLabs AI audio integration for voice-enabled applications with TTS, STT, voice cloning, and Vercel AI SDK support
Claude Code skill pack for ElevenLabs (18 skills)
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.