clean-skill

Search, list, and inspect files in read-only mode across filesystems.

3|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/jbovet/oxidized-agentic-audit --skill clean-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clean-skill
Source: https://github.com/jbovet/oxidized-agentic-audit/tree/main/tests/fixtures/clean-skill
Command: npx skills add https://github.com/jbovet/oxidized-agentic-audit --skill clean-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill enables safe, read-only exploration of a filesystem, allowing users to search, list, and inspect files without making changes.

Core Features & Use Cases

  • Read-only directory listings to quickly understand structure without altering data.
  • File search and quick inspection of metadata (names, sizes, timestamps) without modification.
  • Audit-ready snapshots suitable for documentation or security reviews.

Quick Start

Scan a target directory tree and return a non-destructive snapshot of files and folders.

Frequently Asked Questions about clean-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search and inspect files in a directory without modifying anything?

To inspect files without modifying anything, use a read-only filesystem exploration script to safely list directories and preview metadata like names, sizes, and timestamps. This approach ensures non-destructive command execution for auditing directory structures.

What is the best way to audit directory structures using bash?

The best way to audit directory structures using bash is running read-only commands to scan a target directory tree. This generates a non-destructive snapshot of files and folders suitable for documentation or security reviews.

Do I need external dependencies to perform read-only filesystem discovery in bash?

No, you do not need external dependencies for read-only filesystem discovery in bash. This task relies solely on standard shell tooling to safely search and list files without requiring additional packages or libraries.

Can I use bash scripting to preview file contents in read-only mode across mounted filesystems?

Yes, you can use bash scripting to preview file contents in read-only mode across mounted filesystems. The script safely inspects files and metadata without making changes, ensuring non-destructive execution on local or mounted volumes.

When should I use a read-only filesystem exploration script?

You should use a read-only filesystem exploration script when you need to audit directory structures, locate specific files, or preview contents safely. It is designed for tasks requiring non-destructive command execution and zero file modifications.