← Back to Skills Marketplace
kofna3369

Axiomata Voice

by Kofna3369 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
81
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install axiomata-voice
Description
Axiomata Voice — Text-to-Speech skill for OpenClaw agents. Use when: (1) converting text messages to speech audio, (2) sending voice messages via Telegram, (...
README (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

Usage Guidance
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.
Capability Analysis
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.
Capability Tags
requires-sensitive-credentials
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install axiomata-voice
  3. After installation, invoke the skill by name or use /axiomata-voice
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
v1.0.0 - New impersonal TTS skill, 100% ISO 25010, CLEAN security
Metadata
Slug axiomata-voice
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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, (... It is an AI Agent Skill for Claude Code / OpenClaw, with 81 downloads so far.

How do I install Axiomata Voice?

Run "/install axiomata-voice" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Axiomata Voice free?

Yes, Axiomata Voice is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Axiomata Voice support?

Axiomata Voice is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Axiomata Voice?

It is built and maintained by Kofna3369 (@kofna3369); the current version is v1.0.0.

💬 Comments