filesystem
Advanced filesystem operations - listing, searching, batch processing, and directory analysis for Clawdbot
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/1215656/1215656-clawdbot-filesystem-1-0-2What This Skill Does
The filesystem skill for OpenClaw is an advanced utility suite designed to empower the Clawdbot agent with deep-level filesystem interaction capabilities. It transcends basic file commands by offering robust tools for intelligent file listing, content searching, and complex batch processing. This skill is built to handle recursive directory traversal, detailed statistical analysis of disk space, and safe, pattern-based operations, allowing your agent to manage projects, log files, and data structures with granular control and precision.
Installation
To integrate this skill into your OpenClaw environment, use the Clawhub CLI. Ensure your agent has appropriate system permissions before installation. Execute the following command in your terminal:
clawhub install openclaw/skills/skills/1215656/1215656-clawdbot-filesystem-1-0-2
Use Cases
This skill is indispensable for DevOps tasks and automated workspace maintenance. Use it to automatically archive dated log files, perform massive code refactoring tasks by searching for specific string patterns across entire repositories, or generate detailed audits of directory structures to identify bottlenecks or bloated subdirectories. It is also ideal for automated project cleanup, where an agent can scan for temporary files or build artifacts and remove them to free up space.
Example Prompts
- "List all files in the current directory that are larger than 50MB and summarize the total space used by each file type."
- "Search the entire './src' directory for any instances of hardcoded API keys or sensitive strings and report back the filenames and line numbers."
- "Perform a safe batch copy of all markdown files from the documentation folder to the public site directory, ensuring we do not overwrite existing files."
Tips & Limitations
Always utilize the '--dry-run' flag when performing batch operations to prevent accidental data loss. While the filesystem skill is powerful, ensure that the Clawdbot has restricted read/write permissions scoped to relevant project directories to maintain system security. When conducting content searches on large directories, note that performance may vary depending on disk I/O speed. Avoid running deep recursive searches on root directories or protected system folders to maintain stability.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-1215656-1215656-clawdbot-filesystem-1-0-2": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read
Related Skills
terminal-command-execution
Execute terminal commands safely and reliably with clear pre-checks, output validation, and recovery steps. Use when users ask to run shell/CLI commands, inspect system state, manage files, install dependencies, start services, debug command failures, or automate command-line workflows.
notebooklm
Use this skill to query your Google NotebookLM notebooks directly from Claude Code for source-grounded, citation-backed answers from Gemini. Browser automation, library management, persistent auth. Drastically reduced hallucinations through document-only responses.
self-improvement
Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Claude ('No, that's wrong...', 'Actually...'), (3) User requests a capability that doesn't exist, (4) An external API or tool fails, (5) Claude realizes its knowledge is outdated or incorrect, (6) A better approach is discovered for a recurring task. Also review learnings before major tasks.
botlearn-healthcheck
Autonomously inspects a live OpenClaw instance across 5 health domains (hardware, config, security, skills, autonomy) and delivers a quantified traffic-light report with actionable fix guidance.
Puppeteer
Automate Chrome and Chromium with Puppeteer for scraping, testing, screenshots, and browser workflows.