📦 IMA AI Text To Speech — 文本转语音
v1.0.8将文本、脚本与字幕一键生成自然语音,轻松为视频、解说、产品演示和社媒内容添加专业配音,支持 seed-tts 与 DouBao 双模型,语速、音色可调,导出即用。
0· 574·0 当前·0 累计
下载技能包
最后更新
2026/3/30
安全扫描
OpenClaw
安全
high confidenceThe skill's files, runtime instructions, and requested environment access are coherent with a text‑to‑speech integration that uses a single IMA API key and local prefs/logs; nothing in the package indicates misdirection or unrelated privilege requests.
评估建议
This skill appears to do what it advertises: it sends your text to IMA Studio's TTS API using the IMA_API_KEY and returns an audio URL. Before installing: 1) Prefer a scoped or test API key if you're concerned about exposure. 2) Be aware the skill writes logs (~/.openclaw/logs/ima_skills/) and a preferences JSON (~/.openclaw/memory/ima_prefs.json); logs are auto-deleted after 7 days but may contain non-sensitive metadata (verify no prompts or secrets are logged if that matters). 3) Confirm you t...详细分析 ▾
✓ 用途与能力
Name/description (TTS) matches the required artifacts: a single IMA_API_KEY credential, python3 runtime, requests dependency, and Python scripts that call https://api.imastudio.com to list products, create tasks, and poll results. No unrelated services or secrets are requested.
✓ 指令范围
SKILL.md and SKILL-DETAIL.md explicitly describe the exact HTTP calls (product list → create → poll) and UX behavior. Instructions do not request access to unrelated files, system configuration, or other credentials. The docs explicitly forbid exposing internal technical details to end users. The runtime scripts follow the documented flow.
✓ 安装机制
There is no installer that downloads remote code; this is effectively an instruction-plus-local-scripts skill. The only required binary is python3 and requests is in requirements.txt — proportionate for a Python-based TTS client. No external arbitrary download URLs or archive extraction are present.
ℹ 凭证需求
Only one credential is required (IMA_API_KEY) and it is used solely for Authorization to api.imastudio.com per docs and code. Caveat: the skill writes operational logs to ~/.openclaw/logs/ima_skills/ and stores per-user preferences in ~/.openclaw/memory/ima_prefs.json. While SECURITY.md asserts the API key is not written to repo files, user-provided prompt text or other metadata could be recorded in logs depending on runtime logging calls; logs are auto-cleaned after 7 days. Use a scoped/test key if you want to limit exposure.
✓ 持久化与权限
The skill requests read/write only to its own preference and log paths under ~/.openclaw which is consistent with storing user preferences and operational logs. always:false and no modifications to other skills or global agent config are requested. Autonomous invocation is enabled by default (normal) but not escalated.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.82026/3/9
IMA TTS AI 1.0.8 — Changelog - Added detailed documentation file (`SKILL-DETAIL.md`) covering API usage, all parameters, and best practices. - Introduced `!keywords.txt` file to provide extended keyword support and improve skill discoverability. - No changes to logic or interface; this update focuses on completeness and clarity of reference material.
● 无害
安装命令
点击复制官方npx clawhub@latest install ima-tts-ai
镜像加速npx clawhub@latest install ima-tts-ai --registry https://cn.longxiaskill.com镜像同步中