/install axiomata-voice
Axiomata Voice — Text-to-Speech
Convert text to speech and send via Telegram Impersonal — works for any agent
Description
Axiomata Voice converts text messages to speech audio using ElevenLabs TTS API and delivers via Telegram.
Requires:
- ElevenLabs API key
- Telegram bot token
- ffmpeg for audio processing
Use when: Converting long messages to audio, voice messaging, accessibility features.
Setup
Environment Variables
| Variable | Description |
|---|---|
ELEVENLABS_API_KEY |
ElevenLabs API key |
TELEGRAM_BOT_TOKEN |
Telegram bot token |
Usage
Text to Speech
# Convert text to speech
python3 scripts/voice_tts.py --text "Hello world" --output audio.mp3
# Send voice via Telegram
python3 scripts/voice_send.py --text "Hello" --chat_id \x3Cchat_id>
API Call Example
curl -X POST "https://api.elevenlabs.io/v1/text-to-speech/\x3Cvoice_id>" \
-H "xi-api-key: $ELEVENLABS_API_KEY" \
-H "Content-Type: application/json" \
-d '{"text": "Hello world", "voice_settings": {"stability": 0.5}}'
Architecture
axiomata-voice/
├── SKILL.md
├── scripts/
│ ├── voice_tts.py # Text-to-Speech
│ └── voice_send.py # Telegram delivery
└── references/
└── elevenlabs-api.md
In Altum Per Vocem. Axiomata Voice v1.0.0
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install axiomata-voice - 安装完成后,直接呼叫该 Skill 的名称或使用
/axiomata-voice触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Axiomata Voice 是什么?
Axiomata Voice — Text-to-Speech skill for OpenClaw agents. Use when: (1) converting text messages to speech audio, (2) sending voice messages via Telegram, (... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 81 次。
如何安装 Axiomata Voice?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install axiomata-voice」即可一键安装,无需额外配置。
Axiomata Voice 是免费的吗?
是的,Axiomata Voice 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Axiomata Voice 支持哪些平台?
Axiomata Voice 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Axiomata Voice?
由 Kofna3369(@kofna3369)开发并维护,当前版本 v1.0.0。