Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:23:13 +08:00
commit f907ee42e6
9 changed files with 1019 additions and 0 deletions

32
commands/info.md Normal file
View File

@@ -0,0 +1,32 @@
---
description: Show subscription and usage information
---
Display ElevenLabs subscription tier, character usage, and historical stats.
## Usage
```bash
elevenlabs-tts-tool info [--days N]
```
## Arguments
- `--days, -d N`: Number of days of historical usage (default: 7)
## Examples
```bash
# View subscription with last 7 days
elevenlabs-tts-tool info
# View last 30 days
elevenlabs-tts-tool info --days 30
# Quick quota check
elevenlabs-tts-tool info --days 1
```
## Output
Subscription tier, quota usage, remaining characters, and daily usage breakdown.