← Back to Skills Marketplace
141
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install moark-tts
Description
Text-to-Speech (TTS) and voice-feature skill for Gitee AI that lets the user choose audiofly, chattts, cosyvoice2, cosyvoice3, cosyvoice-300m, fish-speech-1....
Usage Guidance
This skill appears to do what it says: run the included Python scripts to call Gitee AI TTS and a CosyVoice feature-extraction endpoint using your GITEEAI_API_KEY. Before installing or running: 1) Review and keep your API key private—the scripts send it to ai.gitee.com. 2) Only provide audio URLs you trust: the scripts will download whatever HTTP(S) URL you pass and then send it to the API (so do not point them at sensitive internal endpoints or private resources you don't want uploaded). 3) The scripts may write binary output to disk and print returned JSON—be mindful of where files are saved. 4) If you need stronger guarantees, inspect the scripts locally and run them in a restricted environment (network sandbox or VM) before giving them access to sensitive data or keys.
Capability Analysis
Type: OpenClaw Skill
Name: moark-tts
Version: 1.0.0
The skill bundle provides a legitimate interface for Gitee AI's Text-to-Speech and voice feature extraction services. The included Python scripts (perform_tts.py and perform_voice_feature_extraction.py) use the standard library to communicate with the official Gitee AI API (ai.gitee.com). While the scripts handle sensitive data like API keys and perform network/file operations, these actions are strictly aligned with the documented functionality of synthesizing speech and processing audio files. No evidence of malicious intent, data exfiltration, or prompt injection was found.
Capability Assessment
Purpose & Capability
Name/description, declared dependency on python, and the single required env var GITEEAI_API_KEY are consistent with a Gitee AI TTS client that calls ai.gitee.com. No unrelated credentials or binaries are requested.
Instruction Scope
SKILL.md directs the agent to run the bundled Python scripts to call Gitee AI TTS endpoints and to accept model-specific flags. The scripts fetch HTTP(S) audio URLs and POST data to the Gitee API, and they may save or print returned binary or JSON. This behavior is coherent for TTS/feature-extraction, but note that the scripts will download arbitrary HTTP(S) URLs you supply and will forward those bytes to the API (possible exposure of any data available at those URLs).
Install Mechanism
This is instruction-only (no install spec). The shipped Python scripts run without installing external packages or downloading third-party code during install, which is low-risk.
Credentials
Only GITEEAI_API_KEY is declared and used by the scripts (get_api_key uses the argument or GITEEAI_API_KEY). That single credential is appropriate for calling Gitee AI.
Persistence & Privilege
The skill is not always-enabled and does not request persistent platform privileges. It does not modify other skills or system-wide settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install moark-tts - After installation, invoke the skill by name or use
/moark-tts - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of moark-tts: Multi-model TTS and voice feature extraction for Gitee AI.
- Supports 15 user-selectable TTS models, including AudioFly, ChatTTS, CosyVoice variants, Qwen-TTS, and more.
- Lets users specify only relevant model parameters for each selected TTS/voice feature workflow.
- Includes CosyVoice-300M voice feature (voice cloning prep) extraction workflow.
- Provides detailed CLI usage and parameter reference.
- Guides users to choose models and reminds about missing API keys when needed.
Metadata
Frequently Asked Questions
What is Moark Tts?
Text-to-Speech (TTS) and voice-feature skill for Gitee AI that lets the user choose audiofly, chattts, cosyvoice2, cosyvoice3, cosyvoice-300m, fish-speech-1.... It is an AI Agent Skill for Claude Code / OpenClaw, with 141 downloads so far.
How do I install Moark Tts?
Run "/install moark-tts" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Moark Tts free?
Yes, Moark Tts is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Moark Tts support?
Moark Tts is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Moark Tts?
It is built and maintained by fchange (@fchange); the current version is v1.0.0.
More Skills