OpenClaw 云端工作区同步助手

v1.0.0

提供针对云端 OpenClaw 工作区到本地的安全实时同步方案及命令,支持多系统与同步方式选择。

0· 296·0 current·0 all-time
bynanshen@zionfusu

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for zionfusu/openclaw-workspace-sync-helper.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "OpenClaw 云端工作区同步助手" (zionfusu/openclaw-workspace-sync-helper) from ClawHub.
Skill page: https://clawhub.ai/zionfusu/openclaw-workspace-sync-helper
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Canonical install target

openclaw skills install zionfusu/openclaw-workspace-sync-helper

ClawHub CLI

Package manager switcher

npx clawhub@latest install openclaw-workspace-sync-helper
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (cloud→local workspace sync) match the contents: the skill only provides guidance for rsync, sshfs and Syncthing. It does not request unrelated binaries, credentials, or config paths.
Instruction Scope
SKILL.md and workspace_sync_helper.txt constrain the agent to ask environment questions and only emit example commands for the user to run. Minor inconsistency: README asks users to know the cloud workspace path, but the step-1 prompt in workspace_sync_helper.txt does not explicitly request the path — this is a small documentation mismatch but not dangerous.
Install Mechanism
No install spec and no code files — instruction-only skill that writes nothing to disk. Low install risk.
Credentials
The skill does not request or declare any environment variables, credentials, or config paths. It only asks the user for non-sensitive contextual info (OS, realtime vs background).
Persistence & Privilege
always:false and the skill explicitly states it will not run background processes or persist state. It does not modify other skills or system-wide settings.
Assessment
This skill appears coherent and only generates example commands; it does not run anything itself. Before executing any commands it generates, review them carefully (watch for rsync --delete or mounts that overwrite data), avoid pasting private keys or passwords into chat, and prefer testing on non-critical data first. If you need the cloud workspace path to be part of the initial questions, ask the skill to include it before producing commands.

Like a lobster shell, security has layers — review code before you run it.

devopsvk974pazh51m1hc67dw70fw2p8x825weqlatestvk974pazh51m1hc67dw70fw2p8x825weqopenclawvk974pazh51m1hc67dw70fw2p8x825weqsyncvk974pazh51m1hc67dw70fw2p8x825weqworkspacevk974pazh51m1hc67dw70fw2p8x825weq
296downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

OpenClaw Workspace Sync Helper

Skill 类型

运维 / 开发辅助(DevOps Helper)

简介

本 Skill 用于指导用户将 云端 OpenClaw 工作区 安全、实时地同步到本地电脑进行开发、调试或备份。

Skill 不会自动执行任何系统命令, 而是根据用户环境生成 可复制执行的同步方案与命令


适用场景

  • 云端 OpenClaw 开发,本地查看 / 编辑文件
  • Skill 开发调试
  • 工作区实时同步
  • 云端 → 本地备份

支持的同步方案

方案一:rsync + inotify(Linux / Mac)

适合服务器端 Linux,追求高性能与实时性。

方案二:sshfs 挂载

将云端工作区挂载为本地目录,像操作本地文件一样使用。

方案三:Syncthing

P2P 实时同步,适合多设备或隐私要求高的用户。


使用方式

用户只需描述:

  • 云端系统(Linux)
  • 本地系统(Mac / Windows / Linux)
  • 是否需要实时同步
  • 是否可接受后台常驻进程

Skill 将生成:

  • 推荐同步方案
  • 完整命令示例
  • 注意事项与风险提示

安全声明

  • 本 Skill 不读取、不修改用户系统
  • 不执行任何自动化命令
  • 所有操作需用户手动确认并执行

Comments

Loading comments...