Agent skill

filesystem

Advanced filesystem operations - listing, searching, batch processing, and directory analysis for Clawdbot

opensquilla6,385★ · +160/wk · 1 repos on radarProfile →
claude-codeApache-2.0
Install
npx skills add opensquilla/opensquilla --skill filesystem --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 7
SKILL.md size: 7 KB
Bundled scripts: none
Path: src/opensquilla/skills/bundled/filesystem/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 6,515 · +130 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 📁 Filesystem Management Advanced filesystem operations for AI agents. Comprehensive file and directory operations with intelligent filtering, searching, and batch processing capabilities. ## OpenSquilla Compatibility Contract When invoked from OpenSquilla, use the host-provided filesystem tools in the current workspace. Do not install `clawdbot-filesystem`, do not call ClawHub, and do not assume a standalone `filesystem` binary exists. For `AwesomeWebpageMetaSkill` local packaging: - Use only the `config.awesome_webpage.output_dir` supplied by the caller. - Create or verify exactly: - `project/index.html` - `project/style.css` - `project/script.js` - `project/assets/images` - `project/assets/audio` - `project/assets/video` - Keep all paths inside the current OpenSquilla workspace or the supplied output directory. - If generation did not produce files, return `PACKAGING_BLOCKED` with the missing paths; do not try to discover unrelated config files. ## Features ### 📋 **Smart File Listing** - **Advanced Filtering** - Filter by file types, patterns, size, and date - **Recursive Traversal** - Deep directory scanning with depth control - **Rich Formatting** - Table, tree, and JSON ou

What's inside
Steps it walks through
  1. OpenSquilla Compatibility Contract
  2. Features
  3. 📋 Smart File Listing
  4. 🔍 Powerful Search
  5. 🔄 Batch Operations
  6. 🌳 Directory Analysis
  7. Quick Start
  8. Command Reference
  9. filesystem list
  10. filesystem search
  11. filesystem copy
  12. filesystem tree
  13. filesystem analyze
  14. Installation
Ships with 6 files
  • LICENSE.md
  • README.md
  • _meta.json
  • config.json
  • package.json
  • skill-card.md
Commands it runs
List files with filtering
filesystem list --path ./src --recursive --filter "*.js"
Search for content
filesystem search --pattern "TODO" --path ./src --content
Batch copy with safety
filesystem copy --pattern "*.log" --to ./backup/ --dry-run
Show directory tree
filesystem tree --path ./ --depth 3
Analyze directory structure
filesystem analyze --path ./logs --stats
More from opensquilla
All skills →
About this skill
What does the filesystem skill do?

Advanced filesystem operations - listing, searching, batch processing, and directory analysis for Clawdbot

How do I install it?

Run `npx skills add opensquilla/opensquilla --skill filesystem --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From opensquilla/opensquilla, a repository with 6,515 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going