← 返回 Skills 市场
qiaotucodes

Openclaw Skill Minimax Tracker

作者 魏然 · GitHub ↗ · v0.1.0
cross-platform ✓ 安全检测通过
340
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-skill-minimax-tracker
功能描述
Track and monitor MiniMax API usage with real-time progress bars, automatic resets, and scheduled reminders for OpenClaw agents.
安全使用建议
This skill appears coherent and low-risk: it only records prompt counts in a JSON file and prints progress bars. Before installing, review/verify the GitHub source (SKILL.md points to a repo) if you don't already trust it. Note that the script writes to ~/.openclaw/workspace/minimax_usage_data.json (check file ownership/permissions). The reset-time logic uses the system local time (the code assumes an UTC+8 reset window but uses naive datetime.now(), which may produce incorrect reset calculations on systems in other timezones) — if correct reset timing is important, review or test that behavior. If you want stronger isolation, run the script in a restricted environment (container or limited-permission user). There are no network calls or credential requests in the packaged code.
功能分析
Type: OpenClaw Skill Name: openclaw-skill-minimax-tracker Version: 0.1.0 The OpenClaw skill 'openclaw-skill-minimax-tracker' is benign. Its purpose is to track MiniMax API usage, storing data locally in `~/.openclaw/workspace/minimax_usage_data.json`. The `minimax_tracker.py` script uses only standard Python libraries, performs no network calls, and handles command-line arguments safely by converting them to integers. The `SKILL.md` and `README.md` files provide clear instructions for agent integration and cron setup, which involve executing the local Python script with fixed arguments, posing no prompt injection risk or other malicious behavior.
能力评估
Purpose & Capability
The name/description (MiniMax usage tracker) matches the included Python script and SKILL.md. Required capabilities (none) are proportional to the stated purpose — the skill only reads/writes a local JSON file and prints progress bars.
Instruction Scope
SKILL.md instructs the agent to invoke the provided script (via subprocess) and to optionally install/copy the skill into the workspace; it does not direct reading of unrelated system files, collection of secrets, or network exfiltration. Integration examples run the local script, which is expected behavior for this skill.
Install Mechanism
No install spec is present (instruction-only with an included script). Nothing is downloaded or executed from external URLs; the README suggests cloning a GitHub repo but the packaged files include the script. This is low-risk from an install perspective.
Credentials
The skill declares no environment variables, no credentials, and no config paths beyond writing to a user-scoped JSON file (~/.openclaw/workspace/minimax_usage_data.json). That storage need is proportional to a usage-tracking utility.
Persistence & Privilege
The skill is not force-included (always:false) and does not request persistent elevated privileges or modify other skills. It only writes its own JSON file in the user's home workspace.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-skill-minimax-tracker
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-skill-minimax-tracker 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of openclaw-skill-minimax-tracker. - Provides real-time tracking of MiniMax API prompt usage for OpenClaw. - Displays a visual progress bar with clear usage metrics. - Calculates and displays reset and next reminder times. - Supports command-line operations for adding usage and viewing status. - Stores all usage data in JSON for persistence between runs. - Includes cron-compatible reminder instructions and configuration guidance.
元数据
Slug openclaw-skill-minimax-tracker
版本 0.1.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Openclaw Skill Minimax Tracker 是什么?

Track and monitor MiniMax API usage with real-time progress bars, automatic resets, and scheduled reminders for OpenClaw agents. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 340 次。

如何安装 Openclaw Skill Minimax Tracker?

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

Openclaw Skill Minimax Tracker 是免费的吗?

是的,Openclaw Skill Minimax Tracker 完全免费(开源免费),可自由下载、安装和使用。

Openclaw Skill Minimax Tracker 支持哪些平台?

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

谁开发了 Openclaw Skill Minimax Tracker?

由 魏然(@qiaotucodes)开发并维护,当前版本 v0.1.0。

💬 留言讨论