← Back to Skills Marketplace
xueyetianya

Filewatch

by bytesagain4 · GitHub ↗ · v2.0.4 · MIT-0
cross-platform ✓ Security Clean
206
Downloads
0
Stars
1
Active Installs
5
Versions
Install in OpenClaw
/install filewatch
Description
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Filewatch concepts, best practices, and implementation patterns.
README (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]

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install filewatch
  3. After installation, invoke the skill by name or use /filewatch
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug filewatch
Version 2.0.4
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 5
Frequently Asked Questions

What is Filewatch?

Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Filewatch concepts, best practices, and implementation patterns. It is an AI Agent Skill for Claude Code / OpenClaw, with 206 downloads so far.

How do I install Filewatch?

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

Is Filewatch free?

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

Which platforms does Filewatch support?

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

Who created Filewatch?

It is built and maintained by bytesagain4 (@xueyetianya); the current version is v2.0.4.

💬 Comments