agentvibes 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +98 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -79,6 +79,104 @@ source ~/.bashrc
79
79
 
80
80
  ---
81
81
 
82
+ ## 💰 ElevenLabs Usage & Costs
83
+
84
+ ### **Important: Monitor Your Usage!**
85
+
86
+ AgentVibes generates TTS audio for **every task acknowledgment and completion** - this can add up quickly during active coding sessions!
87
+
88
+ ### 📊 **Typical Usage Patterns**
89
+
90
+ **Light coding (1-2 hours/day):**
91
+ - ~50-100 TTS messages
92
+ - ~2,500-5,000 characters/day
93
+ - ✅ **Free tier works** (10,000 chars/month)
94
+
95
+ **Moderate coding (4-5 hours/day):**
96
+ - ~200-300 TTS messages
97
+ - ~10,000-15,000 characters/day
98
+ - ⚠️ **Starter plan needed** ($5/month, 30,000 chars)
99
+
100
+ **Heavy coding (8+ hours/day):**
101
+ - ~400-600 TTS messages
102
+ - ~20,000-30,000 characters/day
103
+ - ⚠️ **Creator/Pro plan needed** ($22-$99/month)
104
+ - 💡 **May need to upgrade mid-month** if coding intensively
105
+
106
+ ### 💳 **ElevenLabs Pricing (2025)**
107
+
108
+ | Plan | Monthly Cost | Characters/Month | Best For |
109
+ |------|-------------|------------------|----------|
110
+ | **Free** | $0 | 10,000 | Trying it out, light use |
111
+ | **Starter** | $5 | 30,000 | Casual coding |
112
+ | **Creator** | $22 | 100,000 | Regular coding |
113
+ | **Pro** | $99 | 500,000 | Heavy daily use |
114
+ | **Scale** | $330 | 2,000,000 | Professional/teams |
115
+
116
+ **Overage costs** (if you exceed your plan):
117
+ - Creator: $0.30 per 1,000 characters
118
+ - Pro: $0.24 per 1,000 characters
119
+ - Scale: $0.18 per 1,000 characters
120
+
121
+ ### 📈 **Monitor Your Usage**
122
+
123
+ **Track your consumption in real-time:**
124
+
125
+ 1. **Go to ElevenLabs Dashboard:**
126
+ - Visit: https://elevenlabs.io/app/usage
127
+ - Click "My Account" → "Usage Analytics"
128
+ - Or: "Developers" → "Usage" tab
129
+
130
+ 2. **What to monitor:**
131
+ - ✅ **Credits used** - Daily and monthly totals
132
+ - ✅ **Character breakdown** - By voice/API key
133
+ - ✅ **Billing period alignment** - See when your plan resets
134
+ - ✅ **Export to CSV** - Download usage data
135
+
136
+ 3. **Set up alerts:**
137
+ - Check your usage weekly
138
+ - Watch for unexpected spikes
139
+ - Upgrade before hitting limits
140
+
141
+ ### 💡 **Tips to Manage Costs**
142
+
143
+ 1. **Use selectively**: Disable TTS when doing quick edits
144
+ ```bash
145
+ /output-style default # Turn off voice
146
+ /output-style agent-vibes # Turn back on
147
+ ```
148
+
149
+ 2. **Monitor analytics**: Check https://elevenlabs.io/app/usage regularly
150
+
151
+ 3. **Shorter messages**: Personality styles affect message length
152
+ - "Normal" personality = shortest messages
153
+ - "Sarcastic/Grandpa" = longer messages
154
+
155
+ 4. **Upgrade proactively**: If coding 8+ hours/day, start with Creator plan
156
+
157
+ ### 🔗 **Useful Links**
158
+
159
+ - 📊 **Usage Dashboard**: https://elevenlabs.io/app/usage
160
+ - 💳 **Pricing Page**: https://elevenlabs.io/pricing
161
+ - 📖 **Usage Analytics Docs**: https://elevenlabs.io/docs/product-guides/administration/usage-analytics
162
+ - 🆘 **Support**: https://help.elevenlabs.io/
163
+
164
+ ### ⚠️ **Fair Warning**
165
+
166
+ If you're coding **8 hours/day with Claude Code**, expect to use:
167
+ - ~600-800 TTS messages daily
168
+ - ~30,000-40,000 characters daily
169
+ - ~900,000-1,200,000 characters/month
170
+
171
+ **You'll likely need:**
172
+ - **Pro plan ($99/month)** minimum
173
+ - Or **Creator plan + overages** (~$140/month)
174
+ - Possibly **two Pro subscriptions** if coding intensively 6-7 days/week
175
+
176
+ **Always monitor your ElevenLabs analytics dashboard!** 📊
177
+
178
+ ---
179
+
82
180
  ## 🎤 Available Commands
83
181
 
84
182
  All commands are prefixed with `/agent-vibes:`
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "agentvibes",
4
- "version": "1.0.2",
4
+ "version": "1.0.3",
5
5
  "description": "Beautiful ElevenLabs TTS voice commands for Claude Code - Add professional narration to your AI coding sessions",
6
6
  "keywords": [
7
7
  "elevenlabs",