← 返回 Skills 市场
kofna3369

Axiomata Voice

作者 Kofna3369 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
81
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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, (...
使用说明 (SKILL.md)

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

安全使用建议
This skill appears safe to inspect, but it is incomplete. Before installing or using it, confirm that the missing Telegram sending code exists and is reviewed, and only provide ElevenLabs or Telegram credentials when you are ready for text to be sent to those services.
功能分析
Type: OpenClaw Skill Name: axiomata-voice Version: 1.0.0 The axiomata-voice skill bundle is a non-functional skeleton for a Text-to-Speech and Telegram integration. The provided script, scripts/voice_tts.py, is a stub that prints status messages to the console without actually performing network requests or file operations. While the documentation in SKILL.md references a missing script (scripts/voice_send.py) and requires sensitive environment variables (ELEVENLABS_API_KEY, TELEGRAM_BOT_TOKEN), there is no evidence of malicious intent, data exfiltration, or prompt injection in the provided files.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
The stated TTS/Telegram purpose is understandable, but the included Python file is only a stub and the documented Telegram delivery script is not present.
Instruction Scope
The commands and API examples are user-directed and aligned with text-to-speech and Telegram delivery; there are no hidden goal overrides or automatic high-impact actions.
Install Mechanism
There is no install spec, while SKILL.md says ffmpeg and additional helper files are needed; this is an completeness/provenance note rather than evidence of unsafe installation.
Credentials
ElevenLabs and Telegram credentials are expected for this purpose, but the registry metadata does not declare required environment variables or a primary credential.
Persistence & Privilege
The reviewed code does not create persistence, store credentials, run in the background, or request elevated local privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install axiomata-voice
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /axiomata-voice 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
v1.0.0 - New impersonal TTS skill, 100% ISO 25010, CLEAN security
元数据
Slug axiomata-voice
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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。

💬 留言讨论