← Back to Skills Marketplace
qiaotucodes

Openclaw Skill Minimax Tracker

by 魏然 · GitHub ↗ · v0.1.0
cross-platform ✓ Security Clean
340
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-skill-minimax-tracker
Description
Track and monitor MiniMax API usage with real-time progress bars, automatic resets, and scheduled reminders for OpenClaw agents.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install openclaw-skill-minimax-tracker
  3. After installation, invoke the skill by name or use /openclaw-skill-minimax-tracker
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug openclaw-skill-minimax-tracker
Version 0.1.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Openclaw Skill Minimax Tracker?

Track and monitor MiniMax API usage with real-time progress bars, automatic resets, and scheduled reminders for OpenClaw agents. It is an AI Agent Skill for Claude Code / OpenClaw, with 340 downloads so far.

How do I install Openclaw Skill Minimax Tracker?

Run "/install openclaw-skill-minimax-tracker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Openclaw Skill Minimax Tracker free?

Yes, Openclaw Skill Minimax Tracker is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Openclaw Skill Minimax Tracker support?

Openclaw Skill Minimax Tracker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Openclaw Skill Minimax Tracker?

It is built and maintained by 魏然 (@qiaotucodes); the current version is v0.1.0.

💬 Comments