Advanced filesystem operations - listing, searching, batch processing, and directory analysis for Clawdbot
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install clawdbot-filesystem-1-0-2或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install clawdbot-filesystem-1-0-2⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/clawdbot-filesystem-1-0-2/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: filesystem description: Advanced filesystem operations - listing, searching, batch processing, and directory analysis for Clawdbot homepage: https://github.com/gtrusler/clawdbot-filesystem metadata: {"clawdbot":{"emoji":"📁","requires":{"bins":["node"]}}} ---
Advanced filesystem operations for AI agents. Comprehensive file and directory operations with intelligent filtering, searching, and batch processing capabilities.
# 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
filesystem listAdvanced file and directory listing with filtering options.
Options:
--path, -p - Target directory (default: current)--recursive, -r - Include subdirectories--filter, -f - Filter files by pattern--details, -d - Show detailed information--sort, -s - Sort by name|size|date--format - Output format: table|json|listfilesystem searchSearch files by name patterns or content.
Options:
--pattern - Search pattern (glob or regex)--path, -p - Search directory--content, -c - Search file contents--context - Show context lines--include - Include file patterns--exclude - Exclude file patternsfilesystem copyBatch copy files with pattern matching and safety checks.
Options:
--pattern - Source file pattern--to - Destination directory--dry-run - Preview without executing--overwrite - Allow file overwrites--preserve - Preserve timestamps and permissionsfilesystem treeDisplay directory structure as a tree.
Options:
--path, -p - Root directory--depth, -d - Maximum depth--dirs-only - Show directories only--size - Include file sizes--no-color - Disable colored outputfilesystem analyzeAnalyze directory structure and generate statistics.
Options:
--path, -p - Target directory--stats - Show detailed statistics--types - Analyze file types--sizes - Show size distribution--largest - Show N largest files# Clone or install the skill
cd ~/.clawdbot/skills
git clone <filesystem-skill-repo>
# Or install via ClawdHub
clawdhub install filesystem
# Make executable
chmod +x filesystem/filesystem
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
}
# 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
# 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
Works seamlessly with other Clawdbot tools:
Stay informed about the latest Clawdbot skills and filesystem tools:
Get early access to new skills and improvements by following @LexpertAI for:
MIT License - Free for personal and commercial use.
---
Remember: Great filesystem management starts with the right tools. This skill provides comprehensive operations while maintaining safety and performance.
安装 Clawdbot Filesystem 1.0.2 后,可以对 AI 说这些话来触发它
Help me get started with Clawdbot Filesystem 1.0.2
Explains what Clawdbot Filesystem 1.0.2 does, walks through the setup, and runs a quick demo based on your current project
Use Clawdbot Filesystem 1.0.2 to advanced filesystem operations - listing, searching, batch processi...
Invokes Clawdbot Filesystem 1.0.2 with the right parameters and returns the result directly in the conversation
What can I do with Clawdbot Filesystem 1.0.2 in my documents & notes workflow?
Lists the top use cases for Clawdbot Filesystem 1.0.2, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/clawdbot-filesystem-1-0-2/ 目录(个人级,所有项目可用),或 .claude/skills/clawdbot-filesystem-1-0-2/(项目级)。重启 AI 客户端后,用 /clawdbot-filesystem-1-0-2 主动调用,或让 AI 根据上下文自动发现并使用。
Clawdbot Filesystem 1.0.2 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Clawdbot Filesystem 1.0.2 可免费安装使用。请查阅仓库了解许可证信息。
Advanced filesystem operations - listing, searching, batch processing, and directory analysis for Clawdbot
Clawdbot Filesystem 1.0.2 属于「Documents & Notes」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my documents & notes tasks using Clawdbot Filesystem 1.0.2
Identifies repetitive steps in your workflow and sets up Clawdbot Filesystem 1.0.2 to handle them automatically