← Back to Skills Marketplace
Minimax Text
by
skydream9527-ctrl
· GitHub ↗
· v1.0.0
· MIT-0
81
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install minimax-text
Description
MiniMax 文本生成模型,支持 M2.7/M2.5/M2.1/M2 等大语言模型。使用 MINIMAX_API_KEY 环境变量。
Usage Guidance
This skill implements a simple MiniMax client and will send whatever prompt/messages you provide to https://api.minimaxi.com using the MINIMAX_API_KEY environment variable. Before installing: (1) Be aware the registry metadata omits the required MINIMAX_API_KEY — treat that as an authoring error and confirm you are comfortable providing an API key. (2) Verify the API host (api.minimaxi.com) is the official service you expect; if unsure, ask the author for official documentation or a homepage. (3) Use a dedicated API key with minimal privileges and rotate/revoke it if you no longer use the skill. (4) If you need stronger assurance, ask the publisher to update the skill metadata to declare MINIMAX_API_KEY as a required credential and to provide a homepage or publisher contact. The code itself contains no other obvious exfiltration or unexpected behavior.
Capability Analysis
Type: OpenClaw Skill
Name: minimax-text
Version: 1.0.0
The skill bundle provides a standard interface for interacting with the MiniMax text generation API. The Python script `scripts/text.py` correctly handles API authentication via the MINIMAX_API_KEY environment variable and communicates exclusively with the official MiniMax endpoint (api.minimaxi.com). No evidence of data exfiltration, malicious execution, or prompt injection was found in the code or documentation.
Capability Assessment
Purpose & Capability
Name, description, SKILL.md and scripts/text.py all describe a MiniMax text-generation client — that purpose matches the included code. However, the skill's registry metadata lists no required environment variables or primary credential while both SKILL.md and the script require MINIMAX_API_KEY. This mismatch is a packaging/metadata inconsistency that should be corrected.
Instruction Scope
Runtime instructions are limited to running the included Python script and setting MINIMAX_API_KEY; the script only sends prompts/messages to a single API host (https://api.minimaxi.com). It does not read unrelated files, system configuration, or other environment variables.
Install Mechanism
No install spec is provided (instruction-only with an included script). The script expects Python and the requests library (the SKILL.md tells users to pip3 install requests). There is no download-from-URL or archive extraction present.
Credentials
The script legitimately needs one API key (MINIMAX_API_KEY) to call the MiniMax service — that is proportionate. However, the skill metadata does not declare this required env var or a primary credential, creating an inconsistency between declared requirements and actual runtime needs.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system configuration. It runs only when invoked and requires no elevated or persistent platform privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install minimax-text - After installation, invoke the skill by name or use
/minimax-text - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of minimax-text skill.
- Supports multiple MiniMax language models (M2.7, M2.5, M2.1, M2, and M2.5-highspeed).
- Enables text generation, conversation, and code writing using the MiniMax API.
- Requires Python 3 and environment variable MINIMAX_API_KEY.
- Provides command line usage and parameter options for flexible integration.
Metadata
Frequently Asked Questions
What is Minimax Text?
MiniMax 文本生成模型,支持 M2.7/M2.5/M2.1/M2 等大语言模型。使用 MINIMAX_API_KEY 环境变量。 It is an AI Agent Skill for Claude Code / OpenClaw, with 81 downloads so far.
How do I install Minimax Text?
Run "/install minimax-text" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Minimax Text free?
Yes, Minimax Text is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Minimax Text support?
Minimax Text is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Minimax Text?
It is built and maintained by skydream9527-ctrl (@skydream9527-ctrl); the current version is v1.0.0.
More Skills