Minimax Tools

v0.1.0

Direct MiniMax API integration for speech synthesis (TTS), voice cloning, image generation, video generation, and music generation using local Python scripts...

1· 117·0 current·0 all-time
byYangtao Chen@cytwyatt
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (MiniMax TTS/voice/image/video/music) match the files and required environment variables. The single primary credential (MINIMAX_API_KEY) and optional MINIMAX_BASE_URL are appropriate for the stated API integration; required binary (python3) and Python dependency (requests) are expected.
Instruction Scope
SKILL.md and scripts limit behavior to forming HTTP requests to the MiniMax API, converting local files to Data URLs when requested, uploading user-provided files, downloading returned artifacts, and saving outputs under the skill outputs directory. The instructions do not read unrelated system files or other environment variables beyond those declared.
Install Mechanism
No install spec (instruction-only) is provided; the skill includes local Python scripts only. Nothing is downloaded or executed from external/untrusted URLs during install.
Credentials
Only MINIMAX_API_KEY is required (with optional MINIMAX_BASE_URL). This is proportionate to a wrapper that authenticates to an external API. No unrelated credentials or secrets are requested.
Persistence & Privilege
The skill does not request always:true, does not modify other skills' configs, and runs only when invoked. It writes outputs under its own outputs/ directory (skills/minimax-tools/outputs/), which is normal for a local wrapper.
Assessment
This skill is internally consistent, but note these important practical points before installing: - It will send any prompts and any files you upload (voice samples, images, lyrics files) to the MiniMax API host (MINIMAX_BASE_URL or the default https://api.minimaxi.com). Do not upload sensitive audio/text/images you don't want transmitted off your machine. - MINIMAX_API_KEY is required; treat it like any API secret. If leaked or set to an untrusted value, it could be used to make API calls and consume account quota or access data. - You can override MINIMAX_BASE_URL — ensure you trust any custom host you set (a malicious host could capture uploaded files and keys). - The scripts write outputs to skills/minimax-tools/outputs/ by default. Check that location if outputs might contain sensitive material. - The skill requires Python 3 and the requests library; inspect the included scripts if you want additional assurance (they are small, readable, and perform expected API calls). If you accept those behaviors (file uploads to MiniMax and use of your API key), the skill appears coherent and reasonable to use.

Like a lobster shell, security has layers — review code before you run it.

latestvk971w1yzhhewxgxb7ekkpf73kx836vx3

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

Binspython3
EnvMINIMAX_API_KEY
Primary envMINIMAX_API_KEY

Comments