Skip to main content
ClaudeWave
Skill970 repo starsupdated 4d ago

file_inspector

Inspect files on the host filesystem.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/ongridio/ongrid /tmp/file_inspector && cp -r /tmp/file_inspector/internal/manager/biz/aiops/chatruntime/testdata/skill_parser/typical ~/.claude/skills/file_inspector
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

# File Inspector

Use this skill to find files on disk and report disk usage.

## Workflow

1. Use `find_files` to locate candidate files.
2. Use `du_summary` to size up the matches.