← 返回 Skills 市场
dinghaibin

Free Tool

作者 BIN · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
47
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install free-tool
功能描述
Display amount of free and used memory in the system. Use for monitoring memory usage and diagnosing performance issues.
使用说明 (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
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install free-tool
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /free-tool 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug free-tool
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Free Tool 是什么?

Display amount of free and used memory in the system. Use for monitoring memory usage and diagnosing performance issues. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 47 次。

如何安装 Free Tool?

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

Free Tool 是免费的吗?

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

Free Tool 支持哪些平台?

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

谁开发了 Free Tool?

由 BIN(@dinghaibin)开发并维护,当前版本 v1.0.0。

💬 留言讨论