← Back to Skills Marketplace
dinghaibin

Free Tool

by BIN · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
47
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install free-tool
Description
Display amount of free and used memory in the system. Use for monitoring memory usage and diagnosing performance issues.
README (SKILL.md)

Free - Memory Usage Reporter

Show system memory statistics including total, used, free, shared, buffer/cache, and available memory. Essential for system monitoring and capacity planning.

Usage

free-tool [options]

Options

  • -h: Human-readable output (KB/MB/GB)
  • -m: Output in megabytes
  • -g: Output in gigabytes
  • -t: Show totals line

Examples

free-tool -h
free-tool -m
free-tool -h -t
Usage Guidance
This skill appears to do what it says: a tiny Python script that reads /proc/meminfo and prints memory fields. It requests no secrets and has no installer, so risk is low. Two caveats: (1) the README/ SKILL.md advertises CLI options and an executable name that are not implemented — expect to run the script directly (python3 scripts/free.py) or provide your own wrapper if you need those options; (2) because it reads /proc, it reveals system memory info (non-sensitive in most contexts) — consider whether exposing that to the agent is acceptable in your environment. If you want the documented CLI behavior, ask the author for a proper wrapper or update before installing.
Capability Analysis
Type: OpenClaw Skill Name: free-tool Version: 1.0.0 The skill provides a simple utility to report system memory usage by reading /proc/meminfo in scripts/free.py. Although SKILL.md describes command-line options that are not actually implemented in the Python script, the code is functional for its basic purpose and contains no malicious logic, network activity, or security vulnerabilities.
Capability Assessment
Purpose & Capability
Name/description (report system memory usage) match the included script, which reads /proc/meminfo and prints relevant memory lines. No unrelated credentials, binaries, or install steps are requested.
Instruction Scope
SKILL.md documents a CLI with options (-h, -m, -g, -t) and examples, but the included scripts/free.py does not parse arguments or implement those options. Also SKILL.md implies an executable named `free-tool` though no install mechanism or wrapper is provided. This is a usability/incoherence issue rather than a security risk.
Install Mechanism
No install spec — instruction-only plus a tiny script. Nothing is downloaded or written to disk beyond the provided file, so install risk is minimal.
Credentials
No environment variables, credentials, or external config paths are requested. The script reads /proc/meminfo, which is appropriate and proportionate for reporting memory usage.
Persistence & Privilege
Skill is not always-on and does not request elevated persistence or modify other skills or system-wide settings. It can be invoked by the agent but has no broad privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install free-tool
  3. After installation, invoke the skill by name or use /free-tool
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug free-tool
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Free Tool?

Display amount of free and used memory in the system. Use for monitoring memory usage and diagnosing performance issues. It is an AI Agent Skill for Claude Code / OpenClaw, with 47 downloads so far.

How do I install Free Tool?

Run "/install free-tool" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Free Tool free?

Yes, Free Tool is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Free Tool support?

Free Tool is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Free Tool?

It is built and maintained by BIN (@dinghaibin); the current version is v1.0.0.

💬 Comments