{
  "schemaVersion": "1.0",
  "item": {
    "slug": "clawdbot-filesystem-1-0-2",
    "name": "Clawdbot Filesystem 1.0.2",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/Lucky-2968/clawdbot-filesystem-1-0-2",
    "canonicalUrl": "https://clawhub.ai/Lucky-2968/clawdbot-filesystem-1-0-2",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/clawdbot-filesystem-1-0-2",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawdbot-filesystem-1-0-2",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "LICENSE.md",
      "README.md",
      "SKILL.md",
      "config.json",
      "package-lock.json",
      "package.json"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/clawdbot-filesystem-1-0-2"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/clawdbot-filesystem-1-0-2",
    "agentPageUrl": "https://openagent3.xyz/skills/clawdbot-filesystem-1-0-2/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawdbot-filesystem-1-0-2/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawdbot-filesystem-1-0-2/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "📁 Filesystem Management",
        "body": "Advanced filesystem operations for AI agents. Comprehensive file and directory operations with intelligent filtering, searching, and batch processing capabilities."
      },
      {
        "title": "📋 Smart File Listing",
        "body": "Advanced Filtering - Filter by file types, patterns, size, and date\nRecursive Traversal - Deep directory scanning with depth control\nRich Formatting - Table, tree, and JSON output formats\nSort Options - By name, size, date, or type"
      },
      {
        "title": "🔍 Powerful Search",
        "body": "Pattern Matching - Glob patterns and regex support\nContent Search - Full-text search within files\nMulti-criteria - Combine filename and content searches\nContext Display - Show matching lines with context"
      },
      {
        "title": "🔄 Batch Operations",
        "body": "Safe Copying - Pattern-based file copying with validation\nDry Run Mode - Preview operations before execution\nProgress Tracking - Real-time operation progress\nError Handling - Graceful failure recovery"
      },
      {
        "title": "🌳 Directory Analysis",
        "body": "Tree Visualization - ASCII tree structure display\nStatistics - File counts, size distribution, type analysis\nSpace Analysis - Identify large files and directories\nPerformance Metrics - Operation timing and optimization"
      },
      {
        "title": "Quick Start",
        "body": "# List files with filtering\nfilesystem list --path ./src --recursive --filter \"*.js\"\n\n# Search for content\nfilesystem search --pattern \"TODO\" --path ./src --content\n\n# Batch copy with safety\nfilesystem copy --pattern \"*.log\" --to ./backup/ --dry-run\n\n# Show directory tree\nfilesystem tree --path ./ --depth 3\n\n# Analyze directory structure\nfilesystem analyze --path ./logs --stats"
      },
      {
        "title": "filesystem list",
        "body": "Advanced file and directory listing with filtering options.\n\nOptions:\n\n--path, -p <dir> - Target directory (default: current)\n--recursive, -r - Include subdirectories\n--filter, -f <pattern> - Filter files by pattern\n--details, -d - Show detailed information\n--sort, -s <field> - Sort by name|size|date\n--format <type> - Output format: table|json|list"
      },
      {
        "title": "filesystem search",
        "body": "Search files by name patterns or content.\n\nOptions:\n\n--pattern <pattern> - Search pattern (glob or regex)\n--path, -p <dir> - Search directory\n--content, -c - Search file contents\n--context <lines> - Show context lines\n--include <pattern> - Include file patterns\n--exclude <pattern> - Exclude file patterns"
      },
      {
        "title": "filesystem copy",
        "body": "Batch copy files with pattern matching and safety checks.\n\nOptions:\n\n--pattern <glob> - Source file pattern\n--to <dir> - Destination directory\n--dry-run - Preview without executing\n--overwrite - Allow file overwrites\n--preserve - Preserve timestamps and permissions"
      },
      {
        "title": "filesystem tree",
        "body": "Display directory structure as a tree.\n\nOptions:\n\n--path, -p <dir> - Root directory\n--depth, -d <num> - Maximum depth\n--dirs-only - Show directories only\n--size - Include file sizes\n--no-color - Disable colored output"
      },
      {
        "title": "filesystem analyze",
        "body": "Analyze directory structure and generate statistics.\n\nOptions:\n\n--path, -p <dir> - Target directory\n--stats - Show detailed statistics\n--types - Analyze file types\n--sizes - Show size distribution\n--largest <num> - Show N largest files"
      },
      {
        "title": "Installation",
        "body": "# Clone or install the skill\ncd ~/.clawdbot/skills\ngit clone <filesystem-skill-repo>\n\n# Or install via ClawdHub\nclawdhub install filesystem\n\n# Make executable\nchmod +x filesystem/filesystem"
      },
      {
        "title": "Configuration",
        "body": "Customize behavior via config.json:\n\n{\n  \"defaultPath\": \"./\",\n  \"maxDepth\": 10,\n  \"defaultFilters\": [\"*\"],\n  \"excludePatterns\": [\"node_modules\", \".git\", \".DS_Store\"],\n  \"outputFormat\": \"table\",\n  \"dateFormat\": \"YYYY-MM-DD HH:mm:ss\",\n  \"sizeFormat\": \"human\",\n  \"colorOutput\": true\n}"
      },
      {
        "title": "Development Workflow",
        "body": "# Find all JavaScript files in src\nfilesystem list --path ./src --recursive --filter \"*.js\" --details\n\n# Search for TODO comments\nfilesystem search --pattern \"TODO|FIXME\" --path ./src --content --context 2\n\n# Copy all logs to backup\nfilesystem copy --pattern \"*.log\" --to ./backup/logs/ --preserve\n\n# Analyze project structure\nfilesystem tree --path ./ --depth 2 --size"
      },
      {
        "title": "System Administration",
        "body": "# Find large files\nfilesystem analyze --path /var/log --sizes --largest 10\n\n# List recent files\nfilesystem list --path /tmp --sort date --details\n\n# Clean old temp files\nfilesystem list --path /tmp --filter \"*.tmp\" --older-than 7d"
      },
      {
        "title": "Safety Features",
        "body": "Path Validation - Prevents directory traversal attacks\nPermission Checks - Verifies read/write access before operations\nDry Run Mode - Preview destructive operations\nBackup Prompts - Suggests backups before overwrites\nError Recovery - Graceful handling of permission errors"
      },
      {
        "title": "Integration",
        "body": "Works seamlessly with other Clawdbot tools:\n\nSecurity Skill - Validates all filesystem operations\nGit Operations - Respects .gitignore patterns\nBackup Tools - Integrates with backup workflows\nLog Analysis - Perfect for log file management"
      },
      {
        "title": "Updates & Community",
        "body": "Stay informed about the latest Clawdbot skills and filesystem tools:\n\n🐦 Follow @LexpertAI on X for skill updates and releases\n🛠️ New filesystem features and enhancements\n📋 Best practices for file management automation\n💡 Tips and tricks for productivity workflows\n\nGet early access to new skills and improvements by following @LexpertAI for:\n\nSkill announcements and new releases\nPerformance optimizations and feature updates\nIntegration examples and workflow automation\nCommunity discussions on productivity tools"
      },
      {
        "title": "License",
        "body": "MIT License - Free for personal and commercial use.\n\nRemember: Great filesystem management starts with the right tools. This skill provides comprehensive operations while maintaining safety and performance."
      }
    ],
    "body": "📁 Filesystem Management\n\nAdvanced filesystem operations for AI agents. Comprehensive file and directory operations with intelligent filtering, searching, and batch processing capabilities.\n\nFeatures\n📋 Smart File Listing\nAdvanced Filtering - Filter by file types, patterns, size, and date\nRecursive Traversal - Deep directory scanning with depth control\nRich Formatting - Table, tree, and JSON output formats\nSort Options - By name, size, date, or type\n🔍 Powerful Search\nPattern Matching - Glob patterns and regex support\nContent Search - Full-text search within files\nMulti-criteria - Combine filename and content searches\nContext Display - Show matching lines with context\n🔄 Batch Operations\nSafe Copying - Pattern-based file copying with validation\nDry Run Mode - Preview operations before execution\nProgress Tracking - Real-time operation progress\nError Handling - Graceful failure recovery\n🌳 Directory Analysis\nTree Visualization - ASCII tree structure display\nStatistics - File counts, size distribution, type analysis\nSpace Analysis - Identify large files and directories\nPerformance Metrics - Operation timing and optimization\nQuick Start\n# List files with filtering\nfilesystem list --path ./src --recursive --filter \"*.js\"\n\n# Search for content\nfilesystem search --pattern \"TODO\" --path ./src --content\n\n# Batch copy with safety\nfilesystem copy --pattern \"*.log\" --to ./backup/ --dry-run\n\n# Show directory tree\nfilesystem tree --path ./ --depth 3\n\n# Analyze directory structure\nfilesystem analyze --path ./logs --stats\n\nCommand Reference\nfilesystem list\n\nAdvanced file and directory listing with filtering options.\n\nOptions:\n\n--path, -p <dir> - Target directory (default: current)\n--recursive, -r - Include subdirectories\n--filter, -f <pattern> - Filter files by pattern\n--details, -d - Show detailed information\n--sort, -s <field> - Sort by name|size|date\n--format <type> - Output format: table|json|list\nfilesystem search\n\nSearch files by name patterns or content.\n\nOptions:\n\n--pattern <pattern> - Search pattern (glob or regex)\n--path, -p <dir> - Search directory\n--content, -c - Search file contents\n--context <lines> - Show context lines\n--include <pattern> - Include file patterns\n--exclude <pattern> - Exclude file patterns\nfilesystem copy\n\nBatch copy files with pattern matching and safety checks.\n\nOptions:\n\n--pattern <glob> - Source file pattern\n--to <dir> - Destination directory\n--dry-run - Preview without executing\n--overwrite - Allow file overwrites\n--preserve - Preserve timestamps and permissions\nfilesystem tree\n\nDisplay directory structure as a tree.\n\nOptions:\n\n--path, -p <dir> - Root directory\n--depth, -d <num> - Maximum depth\n--dirs-only - Show directories only\n--size - Include file sizes\n--no-color - Disable colored output\nfilesystem analyze\n\nAnalyze directory structure and generate statistics.\n\nOptions:\n\n--path, -p <dir> - Target directory\n--stats - Show detailed statistics\n--types - Analyze file types\n--sizes - Show size distribution\n--largest <num> - Show N largest files\nInstallation\n# Clone or install the skill\ncd ~/.clawdbot/skills\ngit clone <filesystem-skill-repo>\n\n# Or install via ClawdHub\nclawdhub install filesystem\n\n# Make executable\nchmod +x filesystem/filesystem\n\nConfiguration\n\nCustomize behavior via config.json:\n\n{\n  \"defaultPath\": \"./\",\n  \"maxDepth\": 10,\n  \"defaultFilters\": [\"*\"],\n  \"excludePatterns\": [\"node_modules\", \".git\", \".DS_Store\"],\n  \"outputFormat\": \"table\",\n  \"dateFormat\": \"YYYY-MM-DD HH:mm:ss\",\n  \"sizeFormat\": \"human\",\n  \"colorOutput\": true\n}\n\nExamples\nDevelopment Workflow\n# Find all JavaScript files in src\nfilesystem list --path ./src --recursive --filter \"*.js\" --details\n\n# Search for TODO comments\nfilesystem search --pattern \"TODO|FIXME\" --path ./src --content --context 2\n\n# Copy all logs to backup\nfilesystem copy --pattern \"*.log\" --to ./backup/logs/ --preserve\n\n# Analyze project structure\nfilesystem tree --path ./ --depth 2 --size\n\nSystem Administration\n# Find large files\nfilesystem analyze --path /var/log --sizes --largest 10\n\n# List recent files\nfilesystem list --path /tmp --sort date --details\n\n# Clean old temp files\nfilesystem list --path /tmp --filter \"*.tmp\" --older-than 7d\n\nSafety Features\nPath Validation - Prevents directory traversal attacks\nPermission Checks - Verifies read/write access before operations\nDry Run Mode - Preview destructive operations\nBackup Prompts - Suggests backups before overwrites\nError Recovery - Graceful handling of permission errors\nIntegration\n\nWorks seamlessly with other Clawdbot tools:\n\nSecurity Skill - Validates all filesystem operations\nGit Operations - Respects .gitignore patterns\nBackup Tools - Integrates with backup workflows\nLog Analysis - Perfect for log file management\nUpdates & Community\n\nStay informed about the latest Clawdbot skills and filesystem tools:\n\n🐦 Follow @LexpertAI on X for skill updates and releases\n🛠️ New filesystem features and enhancements\n📋 Best practices for file management automation\n💡 Tips and tricks for productivity workflows\n\nGet early access to new skills and improvements by following @LexpertAI for:\n\nSkill announcements and new releases\nPerformance optimizations and feature updates\nIntegration examples and workflow automation\nCommunity discussions on productivity tools\nLicense\n\nMIT License - Free for personal and commercial use.\n\nRemember: Great filesystem management starts with the right tools. This skill provides comprehensive operations while maintaining safety and performance."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Lucky-2968/clawdbot-filesystem-1-0-2",
    "publisherUrl": "https://clawhub.ai/Lucky-2968/clawdbot-filesystem-1-0-2",
    "owner": "Lucky-2968",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/clawdbot-filesystem-1-0-2",
    "downloadUrl": "https://openagent3.xyz/downloads/clawdbot-filesystem-1-0-2",
    "agentUrl": "https://openagent3.xyz/skills/clawdbot-filesystem-1-0-2/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawdbot-filesystem-1-0-2/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawdbot-filesystem-1-0-2/agent.md"
  }
}