← Back to Skills Marketplace
wondershare-boop

Tomoviee Text to Sound Effects

by wondershare-boop · GitHub ↗ · v1.0.4 · MIT-0
cross-platform ✓ Security Clean
320
Downloads
0
Stars
0
Active Installs
5
Versions
Install in OpenClaw
/install tomoviee-text-to-sound-effects
Description
Generate sound effects from text prompts using Tomoviee Text-to-Sound-Effect API (`tm_text2sfx`) through Wondershare OpenAPI gateway (`https://openapi.wonder...
Usage Guidance
This skill appears to do what it says: call Tomoviee's tm_text2sfx endpoints and return audio URLs. Before installing or using it: (1) Obtain app_key and app_secret only from Tomoviee/Wondershare developer console and keep them secret. Avoid passing secrets on the command line (use secure storage or environment variables instead) because CLI args may be visible to other processes. (2) Be careful with the optional 'callback' parameter — supplying a callback URL causes the service to POST results to that URL, so do not point it at an untrusted endpoint. (3) Verify the vendor domains (tomoviee.ai / tomoviee.cn and openapi.wondershare.cc) yourself if you need high assurance. (4) Note minor metadata inconsistencies (dependency not declared, manifest version mismatch); these are not critical but worth double-checking. If you need stronger assurance, ask for a signed publisher homepage or repository and a declared dependency list.
Capability Analysis
Type: OpenClaw Skill Name: tomoviee-text-to-sound-effects Version: 1.0.4 The skill bundle provides a legitimate integration for the Tomoviee Text-to-Sound-Effect API via the Wondershare OpenAPI gateway (openapi.wondershare.cc). The Python client (tomoviee_text2sfx_client.py) and authentication helper (generate_auth_token.py) implement standard API interaction and Basic Auth patterns without any evidence of data exfiltration, malicious execution, or prompt injection.
Capability Assessment
Purpose & Capability
Name, description, SKILL.md, and the included Python client consistently target the Tomoviee tm_text2sfx capability on the Wondershare OpenAPI gateway (openapi.wondershare.cc). The functionality requested (app_key/app_secret) is appropriate for this API. Minor inconsistencies: the package metadata/manifest shows no declared dependencies but SKILL.md asks the user to pip install requests; _meta.json version differs from registry metadata version (1.0.1 vs 1.0.4). These are bookkeeping issues, not functional mismatches.
Instruction Scope
Runtime instructions restrict network traffic to the declared gateway endpoints and describe only API operations needed for the task. Two minor scope notes: (1) the client supports a user-supplied callback URL — if used it will POST results to that URL, which could be used to forward (exfiltrate) generated outputs if a malicious callback is supplied; (2) the CLI examples accept app_key and app_secret as command-line arguments, which on some systems can be visible to other users via process listings (security concern for secret handling). Otherwise instructions do not read unrelated files or system state.
Install Mechanism
There is no install spec (instruction-only) and included code is plain Python using the widely used requests library. SKILL.md tells users to 'pip install requests' — this is low risk. No remote download or archive extraction is performed by the skill. The only dependency is requests, which is reasonable for the client but was not captured in the skill metadata.
Credentials
The skill does not declare or require environment variables or other credentials in metadata. The client expects app_key/app_secret to be provided at runtime (constructor or CLI), which is proportional to the API usage. The code base does not persist credentials to disk.
Persistence & Privilege
Skill is not always-enabled and does not request elevated agent privileges or modify other skills or global configuration. It does not install background services or write files as part of its normal execution.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tomoviee-text-to-sound-effects
  3. After installation, invoke the skill by name or use /tomoviee-text-to-sound-effects
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.4
- Added scripts/tomoviee_text_to_sound_effect_client.py and related compiled Python files to the repository. - Updated documentation to clarify the API provider, runtime endpoint provenance, and credential handling. - Added explicit resource and reference file mapping in SKILL.md. - Documented installation requirements and structured Python client usage with enhanced parameter descriptions. - Improved workflow instructions and status code explanations for asynchronous tasks.
v1.0.3
- Removed requirements.txt and tomoviee_text_to_sound_effect_client.py files. - Updated documentation to reflect the new API client import path. - Simplified and clarified SKILL.md, focusing on essential usage and parameters. - Updated resource and quick start sections to match file changes and current API usage.
v1.0.2
**Expanded API support and detailed provider guidelines** - Added new client script: tomoviee_text_to_sfx_client.py with improved API interaction. - Updated documentation to clarify API endpoints, parameter types, and status codes. - Added provider, endpoint, and credential handling explanations. - Listed runtime dependencies and provided installation guidance. - Documented resources and external references for developers.
v1.0.1
- Updated all external resource URLs from "tomoviee.cn" to "tomoviee.ai". - No other content or feature changes.
v1.0.0
Initial release of tomoviee-text2sfx. - Generate sound effects from text descriptions using the tm_text2sfx API. - Supports custom prompts, durations (5–180 seconds), and multiple sound effects per request. - Includes Python client and authentication scripts for easy integration. - Provides async workflow: create task, poll for status, and extract results. - Comprehensive documentation and references included.
Metadata
Slug tomoviee-text-to-sound-effects
Version 1.0.4
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 5
Frequently Asked Questions

What is Tomoviee Text to Sound Effects?

Generate sound effects from text prompts using Tomoviee Text-to-Sound-Effect API (`tm_text2sfx`) through Wondershare OpenAPI gateway (`https://openapi.wonder... It is an AI Agent Skill for Claude Code / OpenClaw, with 320 downloads so far.

How do I install Tomoviee Text to Sound Effects?

Run "/install tomoviee-text-to-sound-effects" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Tomoviee Text to Sound Effects free?

Yes, Tomoviee Text to Sound Effects is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Tomoviee Text to Sound Effects support?

Tomoviee Text to Sound Effects is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Tomoviee Text to Sound Effects?

It is built and maintained by wondershare-boop (@wondershare-boop); the current version is v1.0.4.

💬 Comments