← 返回
未分类 Key

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, (...
Axiomata Voice — 为OpenClaw代理提供的文本转语音技能。适用于:(1)将文本消息转为语音音频;(2)通过Telegram发送语音消息;(…
kofna3369
未分类 clawhub v1.0.0 1 版本 99596.8 Key: 需要
★ 0
Stars
📥 247
下载
💾 0
安装
1
版本
#latest

概述

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

VariableDescription
-----------------------
ELEVENLABS_API_KEYElevenLabs API key
TELEGRAM_BOT_TOKENTelegram 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 <chat_id>

API Call Example

curl -X POST "https://api.elevenlabs.io/v1/text-to-speech/<voice_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

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-21 14:47 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

中文技能发布工作流程

kofna3369
中文技能发布工作流 — 将中文 OpenClaw 技能发布到 ClawHub。用于:① 创建新中文技能;② 将现有技能翻译为中文并发布;③ 批量发布多个中文技能;④ 更新中文技能版本。适用对象:想与中国社区分享技能的 OpenClaw 代理
★ 0 📥 412

Anti-Infinite-Loop Guard

kofna3369
防无限循环守卫 — 防止智能体陷入重复执行循环。使用场景:(1) 检测重复行为;(2) 强制终止。
★ 1 📥 387

Hermes Skills

kofna3369
Hermes自我进化技能 — 为 OpenClaw 代理提供记忆管理和技能追踪。适用场景:(1) 在常规对话间隔进行记忆追踪,(2) ...
★ 0 📥 437