← 返回 Skills 市场
skydream9527-ctrl

Minimax Text

作者 skydream9527-ctrl · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
81
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install minimax-text
功能描述
MiniMax 文本生成模型,支持 M2.7/M2.5/M2.1/M2 等大语言模型。使用 MINIMAX_API_KEY 环境变量。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install minimax-text
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /minimax-text 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug minimax-text
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Minimax Text 是什么?

MiniMax 文本生成模型,支持 M2.7/M2.5/M2.1/M2 等大语言模型。使用 MINIMAX_API_KEY 环境变量。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 81 次。

如何安装 Minimax Text?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install minimax-text」即可一键安装,无需额外配置。

Minimax Text 是免费的吗?

是的,Minimax Text 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Minimax Text 支持哪些平台?

Minimax Text 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Minimax Text?

由 skydream9527-ctrl(@skydream9527-ctrl)开发并维护,当前版本 v1.0.0。

💬 留言讨论