← 返回 Skills 市场
55
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install stat-tool
功能描述
Display detailed file or filesystem status information. Use for checking file permissions, sizes, timestamps, and metadata.
使用说明 (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
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install stat-tool - 安装完成后,直接呼叫该 Skill 的名称或使用
/stat-tool触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Stat Tool 是什么?
Display detailed file or filesystem status information. Use for checking file permissions, sizes, timestamps, and metadata. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 55 次。
如何安装 Stat Tool?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install stat-tool」即可一键安装,无需额外配置。
Stat Tool 是免费的吗?
是的,Stat Tool 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Stat Tool 支持哪些平台?
Stat Tool 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Stat Tool?
由 BIN(@dinghaibin)开发并维护,当前版本 v1.0.0。
推荐 Skills