{
  "schemaVersion": "1.0",
  "item": {
    "slug": "claw2claw-filetransfer-v2",
    "name": "Claw2claw Filetransfer",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/Christopher-Schulze/claw2claw-filetransfer-v2",
    "canonicalUrl": "https://clawhub.ai/Christopher-Schulze/claw2claw-filetransfer-v2",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/claw2claw-filetransfer-v2",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=claw2claw-filetransfer-v2",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/commands.md",
      "references/examples.md"
    ],
    "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. 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. 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-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.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/claw2claw-filetransfer-v2"
    },
    "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/claw2claw-filetransfer-v2",
    "agentPageUrl": "https://openagent3.xyz/skills/claw2claw-filetransfer-v2/agent",
    "manifestUrl": "https://openagent3.xyz/skills/claw2claw-filetransfer-v2/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/claw2claw-filetransfer-v2/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. 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. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "claw2claw-filetransfer",
        "body": "File transfer so smooth, even a lobster can do it. 🦞\n\nSend files between OpenClaw agents without the drama. rsync over SSH - delta transfers, compression, progress bars. Linux, macOS, Windows - we got you covered."
      },
      {
        "title": "When to Trigger This Skill",
        "body": "Use this skill when user wants to:\n\nTransfer files between two OpenClaw agents\nSync project directories bidirectionally\nBackup files to a remote agent\nPull logs/data from remote agent\nSet up SSH connection between agents\nMove bits from A to B without crying"
      },
      {
        "title": "Quick Start",
        "body": "# 1. Set up remote agent (one-time)\nclaw2claw setup 192.168.1.100 --user root\n\n# 2. Send files like a pro\nclaw2claw send /backup.tar.gz\n\n# 3. Get files back\nclaw2claw get /remote/logs.txt\n\n# 4. Sync entire directories\nclaw2claw sync-to-remote ./my-project/"
      },
      {
        "title": "Commands",
        "body": "CommandDescriptionsetup <host>Configure remote agentsend <file>Upload to remoteget <file>Download from remotesync-to-remote <dir>Push directory to remotesync-from-remote <dir>Pull directory from remotels <path>List remote filesstatusShow connection status"
      },
      {
        "title": "Options",
        "body": "OptionDescription-n, --dry-runPreview without executing--compressEnable compression (default)--no-compressDisable compression--debugEnable debug output"
      },
      {
        "title": "Environment Variables",
        "body": "REMOTE_HOST=\"192.168.1.100\"   # Remote IP/hostname\nREMOTE_USER=\"root\"            # SSH user\nREMOTE_PORT=\"22\"              # SSH port\nSSH_KEY=\"/path/to/key\"        # Custom SSH key\nRSYNC_BWLIMIT=1000           # KB/s limit"
      },
      {
        "title": "Features",
        "body": "Delta transfers - Only sends changed bytes\nCompression - Gzip on the wire\nProgress bars - Watch it go brrr\nBidirectional - Push or pull\nCross-platform - Linux, macOS, Windows\nKey-based auth - No passwords"
      },
      {
        "title": "Use Cases",
        "body": "Backup server to local\nSync code between agents\nPull logs for analysis\nDeploy static sites\nShare datasets"
      },
      {
        "title": "Linux",
        "body": "# Pre-installed on most distros\nsudo apt install rsync"
      },
      {
        "title": "macOS",
        "body": "brew install rsync"
      },
      {
        "title": "Windows",
        "body": "# Option A: Git Bash (recommended)\n# Download from https://git-scm.com\n\n# Option B: cwrsync\n# Download from https://www.itefix.net/cwrsync\n\n# Option C: WSL\nwsl --install"
      },
      {
        "title": "Git Bash / MSYS2",
        "body": "Uses Unix-style paths: /c/Users/...\nrsync usually pre-installed\nWorks out of the box"
      },
      {
        "title": "Windows Command Prompt / PowerShell",
        "body": "Use full paths or forward slashes: C:/Users/...\nOr use cwrsync"
      },
      {
        "title": "WSL",
        "body": "Detected as Linux, works perfectly\nCan communicate with Windows filesystem"
      },
      {
        "title": "Cygwin",
        "body": "Install via Cygwin setup\nPath: /cygdrive/c/Users/..."
      },
      {
        "title": "Compression",
        "body": "# On (default) - for text files\nclaw2claw send /logs/*.log\n\n# Off - for already compressed files\nclaw2claw send /backup.tar.gz --no-compress"
      },
      {
        "title": "Bandwidth",
        "body": "# Limit to 500 KB/s\nRSYNC_BWLIMIT=500 claw2claw send /huge-file.tar.gz"
      },
      {
        "title": "Large Files",
        "body": "# rsync auto-resumes interrupted transfers\n# Just run same command again\nclaw2claw send /huge-file.tar.gz"
      },
      {
        "title": "Selective Sync",
        "body": "# Only sync specific patterns\n# Use --include and --exclude in rsync manually\n# Or sync specific subdirectories\nclaw2claw sync-to-remote ./src/"
      },
      {
        "title": "Quick Test",
        "body": "claw2claw status"
      },
      {
        "title": "Manual SSH Test",
        "body": "ssh -o ConnectTimeout=5 user@host \"echo OK\""
      },
      {
        "title": "Test File Transfer",
        "body": "# Small test file first\necho \"test\" > /tmp/test.txt\nclaw2claw send /tmp/test.txt /tmp/\nclaw2claw get /tmp/test.txt /tmp/\nrm /tmp/test.txt"
      },
      {
        "title": "\"rsync: command not found\"",
        "body": "# Linux\nsudo apt install rsync\n\n# macOS  \nbrew install rsync\n\n# Windows\n# Install Git Bash or cwrsync"
      },
      {
        "title": "\"Permission denied\"",
        "body": "# Re-run setup to add SSH key\nclaw2claw setup <host> --user <user>"
      },
      {
        "title": "\"Connection timed out\"",
        "body": "# Check host reachable\nping <host>\n\n# Check port open\nnc -zv <host> 22"
      },
      {
        "title": "Daily Backup",
        "body": "claw2claw send /backups/daily-$(date +%Y%m%d).tar.gz /backups/"
      },
      {
        "title": "Project Sync",
        "body": "# Morning\nclaw2claw sync-from-remote /workspace/project/\n\n# Evening  \nclaw2claw sync-to-remote /workspace/project/"
      },
      {
        "title": "Log Collection",
        "body": "claw2claw get /var/log/syslog ./logs/"
      },
      {
        "title": "Security",
        "body": "SSH key-based auth only\nKeys: ~/.ssh/ (mode 700)\nConfig: ~/.claw2claw.conf (mode 600)\nNo passwords in scripts"
      },
      {
        "title": "Related Skills",
        "body": "Works well with:\n\nblogwatcher - Sync RSS feeds between agents\ngithub - Sync repositories after commits\nplaywright-scraper-skill - Transfer scraped data\nAny skill that needs to share files"
      },
      {
        "title": "Uninstall",
        "body": "rm /usr/local/bin/claw2claw\nrm ~/.claw2claw.conf\nrm -rf ~/.claw2claw/\n\nMade with 🦞🦞\n\nFrom Claws for Claws. Transfer files uncomplicated."
      }
    ],
    "body": "claw2claw-filetransfer\n\nFile transfer so smooth, even a lobster can do it. 🦞\n\nSend files between OpenClaw agents without the drama. rsync over SSH - delta transfers, compression, progress bars. Linux, macOS, Windows - we got you covered.\n\nWhen to Trigger This Skill\n\nUse this skill when user wants to:\n\nTransfer files between two OpenClaw agents\nSync project directories bidirectionally\nBackup files to a remote agent\nPull logs/data from remote agent\nSet up SSH connection between agents\nMove bits from A to B without crying\nQuick Start\n# 1. Set up remote agent (one-time)\nclaw2claw setup 192.168.1.100 --user root\n\n# 2. Send files like a pro\nclaw2claw send /backup.tar.gz\n\n# 3. Get files back\nclaw2claw get /remote/logs.txt\n\n# 4. Sync entire directories\nclaw2claw sync-to-remote ./my-project/\n\nCommands\nCommand\tDescription\nsetup <host>\tConfigure remote agent\nsend <file>\tUpload to remote\nget <file>\tDownload from remote\nsync-to-remote <dir>\tPush directory to remote\nsync-from-remote <dir>\tPull directory from remote\nls <path>\tList remote files\nstatus\tShow connection status\nOptions\nOption\tDescription\n-n, --dry-run\tPreview without executing\n--compress\tEnable compression (default)\n--no-compress\tDisable compression\n--debug\tEnable debug output\nEnvironment Variables\nREMOTE_HOST=\"192.168.1.100\"   # Remote IP/hostname\nREMOTE_USER=\"root\"            # SSH user\nREMOTE_PORT=\"22\"              # SSH port\nSSH_KEY=\"/path/to/key\"        # Custom SSH key\nRSYNC_BWLIMIT=1000           # KB/s limit\n\nWhy This Skill?\nFeatures\nDelta transfers - Only sends changed bytes\nCompression - Gzip on the wire\nProgress bars - Watch it go brrr\nBidirectional - Push or pull\nCross-platform - Linux, macOS, Windows\nKey-based auth - No passwords\nUse Cases\nBackup server to local\nSync code between agents\nPull logs for analysis\nDeploy static sites\nShare datasets\nInstallation\nLinux\n# Pre-installed on most distros\nsudo apt install rsync\n\nmacOS\nbrew install rsync\n\nWindows\n# Option A: Git Bash (recommended)\n# Download from https://git-scm.com\n\n# Option B: cwrsync\n# Download from https://www.itefix.net/cwrsync\n\n# Option C: WSL\nwsl --install\n\nPlatform-Specific Notes\nGit Bash / MSYS2\nUses Unix-style paths: /c/Users/...\nrsync usually pre-installed\nWorks out of the box\nWindows Command Prompt / PowerShell\nUse full paths or forward slashes: C:/Users/...\nOr use cwrsync\nWSL\nDetected as Linux, works perfectly\nCan communicate with Windows filesystem\nCygwin\nInstall via Cygwin setup\nPath: /cygdrive/c/Users/...\nPerformance Tips\nCompression\n# On (default) - for text files\nclaw2claw send /logs/*.log\n\n# Off - for already compressed files\nclaw2claw send /backup.tar.gz --no-compress\n\nBandwidth\n# Limit to 500 KB/s\nRSYNC_BWLIMIT=500 claw2claw send /huge-file.tar.gz\n\nLarge Files\n# rsync auto-resumes interrupted transfers\n# Just run same command again\nclaw2claw send /huge-file.tar.gz\n\nSelective Sync\n# Only sync specific patterns\n# Use --include and --exclude in rsync manually\n# Or sync specific subdirectories\nclaw2claw sync-to-remote ./src/\n\nTesting Connection\nQuick Test\nclaw2claw status\n\nManual SSH Test\nssh -o ConnectTimeout=5 user@host \"echo OK\"\n\nTest File Transfer\n# Small test file first\necho \"test\" > /tmp/test.txt\nclaw2claw send /tmp/test.txt /tmp/\nclaw2claw get /tmp/test.txt /tmp/\nrm /tmp/test.txt\n\nTroubleshooting\n\"rsync: command not found\"\n# Linux\nsudo apt install rsync\n\n# macOS  \nbrew install rsync\n\n# Windows\n# Install Git Bash or cwrsync\n\n\"Permission denied\"\n# Re-run setup to add SSH key\nclaw2claw setup <host> --user <user>\n\n\"Connection timed out\"\n# Check host reachable\nping <host>\n\n# Check port open\nnc -zv <host> 22\n\nExamples\nDaily Backup\nclaw2claw send /backups/daily-$(date +%Y%m%d).tar.gz /backups/\n\nProject Sync\n# Morning\nclaw2claw sync-from-remote /workspace/project/\n\n# Evening  \nclaw2claw sync-to-remote /workspace/project/\n\nLog Collection\nclaw2claw get /var/log/syslog ./logs/\n\nSecurity\nSSH key-based auth only\nKeys: ~/.ssh/ (mode 700)\nConfig: ~/.claw2claw.conf (mode 600)\nNo passwords in scripts\nRelated Skills\n\nWorks well with:\n\nblogwatcher - Sync RSS feeds between agents\ngithub - Sync repositories after commits\nplaywright-scraper-skill - Transfer scraped data\nAny skill that needs to share files\nUninstall\nrm /usr/local/bin/claw2claw\nrm ~/.claw2claw.conf\nrm -rf ~/.claw2claw/\n\n\nMade with 🦞🦞\n\nFrom Claws for Claws. Transfer files uncomplicated."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Christopher-Schulze/claw2claw-filetransfer-v2",
    "publisherUrl": "https://clawhub.ai/Christopher-Schulze/claw2claw-filetransfer-v2",
    "owner": "Christopher-Schulze",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/claw2claw-filetransfer-v2",
    "downloadUrl": "https://openagent3.xyz/downloads/claw2claw-filetransfer-v2",
    "agentUrl": "https://openagent3.xyz/skills/claw2claw-filetransfer-v2/agent",
    "manifestUrl": "https://openagent3.xyz/skills/claw2claw-filetransfer-v2/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/claw2claw-filetransfer-v2/agent.md"
  }
}