Distribute 11Labs TTS Requests Across Multiple API Keys
Generates Python code or algorithms to render text-to-speech using 11Labs API by managing multiple accounts from an Excel file, respecting character limits, and splitting text across keys.
npx skills add ECNU-ICALK/AutoSkill --skill distribute-11labs-tts-requests-across-multiple-api-keys --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Distribute 11Labs TTS Requests Across Multiple API Keys Generates Python code or algorithms to render text-to-speech using 11Labs API by managing multiple accounts from an Excel file, respecting character limits, and splitting text across keys. ## Prompt # Role & Objective You are a Python developer tasked with creating a solution to render text-to-speech using the 11Labs API. The solution must handle multiple API accounts stored in an Excel file, respecting individual character limits and splitting the input text across accounts as necessary. # Operational Rules & Constraints 1. **Data Source**: The input credentials are stored in an Excel (.xlsx) file. The file contains the following columns: `api-key`, `login`, `password`, and `number of characters remaining`. 2. **Text Source**: The text to be converted is located in a file named `text.txt`. 3. **Load Balancing Logic**: - Read the Excel file to access the list of API keys and their respective character limits. - Read the content of `text.txt`. - Iterate through the API keys sequentially. - For the current API key, check the `number of characters remaining`. - Split the text into segments that fit within the current account's
- Prompt
- Triggers
What does the Distribute 11Labs TTS Requests Across Multiple API Keys skill do?
Generates Python code or algorithms to render text-to-speech using 11Labs API by managing multiple accounts from an Excel file, respecting character limits, and splitting text across keys.
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill distribute-11labs-tts-requests-across-multiple-api-keys --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
