← 返回 Skills 市场
xueyetianya

Filewatch

作者 bytesagain4 · GitHub ↗ · v2.0.4 · MIT-0
cross-platform ✓ 安全检测通过
206
总下载
0
收藏
1
当前安装
5
版本数
在 OpenClaw 中安装
/install filewatch
功能描述
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Filewatch concepts, best practices, and implementation patterns.
使用说明 (SKILL.md)

Filewatch

Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Filewatch concepts, best practices, and implementation patterns. No API keys or credentials required.

Commands

Command Description
intro intro reference
quickstart quickstart reference
patterns patterns reference
debugging debugging reference
performance performance reference
security security reference
migration migration reference
cheatsheet cheatsheet reference

Output Format

All commands output plain-text reference documentation via heredoc. No external API calls, no credentials needed, no network access.


Powered by BytesAgain | bytesagain.com | [email protected]

安全使用建议
This skill appears to be a safe, read-only reference: it prints embedded documentation and does not contact external services or request secrets. If you want extra assurance, inspect scripts/script.sh (already included) before installing, and verify the repository/homepage provenance. The only minor issue is mismatched version strings (harmless bookkeeping). If you plan to let agents invoke skills autonomously, note this one has no network or credential access and thus a low blast radius.
功能分析
Type: OpenClaw Skill Name: filewatch Version: 2.0.4 The 'filewatch' skill is a static documentation reference tool for devtools concepts. The implementation in `scripts/script.sh` consists entirely of bash functions that output plain-text documentation using heredocs, with no network access, file system modifications, or credential handling. No indicators of malicious intent or prompt injection were found.
能力评估
Purpose & Capability
The name/description (Filewatch reference for devtools) matches the provided assets: SKILL.md contains command docs and scripts/script.sh prints the same reference content. No unrelated credentials, binaries, or external services are requested. (Minor note: small version string mismatches between registry (2.0.4), SKILL.md (2.0.3) and the script VERSION=2.0.2 — this appears to be a bookkeeping issue, not a functionality or security concern.)
Instruction Scope
SKILL.md explicitly states that commands output plain-text via heredoc and require no network access; the included script implements exactly that (no network calls, no file reads/writes beyond stdout, no env var access). The instructions do not ask the agent to read unrelated system files or transmit data externally.
Install Mechanism
There is no install spec (instruction-only). The only shipped executable is a small shell script embedded in the package; nothing is downloaded or extracted at install time.
Credentials
The skill declares no required environment variables, no credentials, and the runtime script does not read env vars or config paths. Requested access is minimal and appropriate for a static reference tool.
Persistence & Privilege
always is false and the skill does not request persistent or elevated presence. It does not modify other skill configurations or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install filewatch
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /filewatch 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.4
Fix description
v2.0.3
Fix description
v2.0.2
Clean package with matching SKILL.md
v2.0.1
clean-package-fix
v2.0.0
Domain-specific upgrade
元数据
Slug filewatch
版本 2.0.4
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 5
常见问题

Filewatch 是什么?

Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Filewatch concepts, best practices, and implementation patterns. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 206 次。

如何安装 Filewatch?

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

Filewatch 是免费的吗?

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

Filewatch 支持哪些平台?

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

谁开发了 Filewatch?

由 bytesagain4(@xueyetianya)开发并维护,当前版本 v2.0.4。

💬 留言讨论