🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Taizi Filesystem

by @fresh3

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

Versionv1.0.0
Installs1
πŸ’‘ Examples

Development Workflow

# Find all JavaScript files in src
filesystem list --path ./src --recursive --filter "*.js" --details

Search for TODO comments

filesystem search --pattern "TODO|FIXME" --path ./src --content --context 2

Copy all logs to backup

filesystem copy --pattern "*.log" --to ./backup/logs/ --preserve

Analyze project structure

filesystem tree --path ./ --depth 2 --size

System Administration

# Find large files
filesystem analyze --path /var/log --sizes --largest 10

List recent files

filesystem list --path /tmp --sort date --details

Clean old temp files

filesystem list --path /tmp --filter "*.tmp" --older-than 7d

βš™οΈ Configuration

Customize behavior via config.json:

{
  "defaultPath": "./",
  "maxDepth": 10,
  "defaultFilters": ["*"],
  "excludePatterns": ["node_modules", ".git", ".DS_Store"],
  "outputFormat": "table",
  "dateFormat": "YYYY-MM-DD HH:mm:ss",
  "sizeFormat": "human",
  "colorOutput": true
}

View on ClawHub
TERMINAL
clawhub install taizi-filesystem

πŸ§ͺ Use this skill with your agent

Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

πŸ” Can't find the right skill?

Search 60,000+ AI agent skills β€” free, no login needed.

Search Skills β†’