← Back to Skills Marketplace
dinghaibin

Stat Tool

by BIN · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
55
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install stat-tool
Description
Display detailed file or filesystem status information. Use for checking file permissions, sizes, timestamps, and metadata.
README (SKILL.md)

Stat - File Status Utility

Show comprehensive file metadata including size, permissions, ownership, access/modification/change timestamps, and file type. Also supports filesystem statistics.

Usage

stat-tool [options] \x3Cfile...>

Options

  • -c FORMAT: Custom output format
  • -f: Show filesystem status instead of file status
  • -t: Terse output format

Examples

stat-tool file.txt
stat-tool -f /
stat-tool -c "%s %y" document.pdf
Usage Guidance
This appears safe for checking local file metadata. Be aware that it may reveal basic information such as file size, permissions, and timestamps for paths it is asked to inspect, but the provided artifacts do not show access to file contents or external sharing.
Capability Analysis
Type: OpenClaw Skill Name: stat-tool Version: 1.0.0 The stat-tool skill is a straightforward utility for displaying file metadata. The implementation in scripts/stat.py uses standard Python libraries (os, sys, datetime) to retrieve file statistics and lacks any indicators of malicious intent, data exfiltration, or security vulnerabilities.
Capability Assessment
Purpose & Capability
The stated purpose is to display file and filesystem status information, and the included script only reads local file metadata with os.stat and prints size, modified time, and mode.
Instruction Scope
The instructions are limited to user-invoked file metadata checks and do not contain prompt overrides, hidden control instructions, or unsafe autonomous behavior.
Install Mechanism
There is no install spec and no required binaries, environment variables, credentials, or config paths. The command availability is not fully described, but no risky installation behavior is shown.
Credentials
Reading file metadata is proportionate to the skill's stated purpose and does not include file contents, secrets, network transmission, or account access.
Persistence & Privilege
The artifacts show no persistence, background execution, privilege escalation, credential handling, or long-running behavior.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install stat-tool
  3. After installation, invoke the skill by name or use /stat-tool
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug stat-tool
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Stat Tool?

Display detailed file or filesystem status information. Use for checking file permissions, sizes, timestamps, and metadata. It is an AI Agent Skill for Claude Code / OpenClaw, with 55 downloads so far.

How do I install Stat Tool?

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

Is Stat Tool free?

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

Which platforms does Stat Tool support?

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

Who created Stat Tool?

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

💬 Comments