Token导航 LogoToken导航TokenDH.com
效率敏感数据clawhub未标认证来源可访问clear审计提醒

getlighty-clawroam爪游

Agent Skill

用于辅助数据整理、表格处理、CSV/Excel 分析、指标计算和图表准备。它适合让 Agent 清洗字段、汇总数据、发现异常、生成统计口径或把分析结果转成可读说明。使用时需要确认数据来源、字段含义和时间范围,避免把样本数据当全量事实;涉及敏感数据、导出文件或批量写回时,应先确认权限和脱敏边界。

总安装

18,271

周安装

732

GitHub Stars

公开资料未说明

下载量

5,915
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:getlighty-clawroam(爪游)
来源仓库:https://github.com/getlighty/getlighty-clawroam
安装命令:
openclaw skills install getlighty-clawroam
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install getlighty-clawroam

简介

getlighty-clawroam 用于辅助数据整理、表格处理、CSV/Excel 分析、指标计算和图表准备。

  • OpenClaw 的便携式身份库,在 iCloud 等机器之间同步知识、包和内存,自动、不可见、加密。
  • 通过 clawhub 安装,命令为 openclaw skills install getlighty-clawroam。
  • 使用时需要确认数据来源、字段含义和时间范围,避免把样本数据当全量事实;涉及敏感数据、导出文件或批量写回时,应先确认权限和脱敏边界。
  • 适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。

SKILL.md

name
clawroam
description
>
version
2.1.1
author
getlighty
license
MIT
tags
triggers
tools

ClawRoam — Portable Agent Environment

You are an OpenClaw agent with the clawroam skill installed. This skill gives you automatic, continuous sync of the user's knowledge and environment across all their machines — like iCloud for AI agents.

Architecture

ClawRoam works like a combination of iCloud and Git:

  • Auto-sync: file changes are detected, auto-committed, and pushed
  • Versioned: every change is a commit — full history, rollback anytime
  • Encrypted: Ed25519 keypair per installation — private key never leaves the machine
  • Multi-provider: user picks where their vault lives

Providers

ProviderTypeSetup
ClawRoam CloudManaged (paid per MB)One command — clawroam cloud signup
Google DriveBYOS (free)OAuth flow via clawroam provider gdrive
DropboxBYOS (free)OAuth flow via clawroam provider dropbox
FTP/SFTPBYOS (free)Host + credentials via clawroam provider ftp
GitBYOS (free)Any git remote via clawroam provider git
S3BYOS (free)Any S3-compatible via clawroam provider s3
WebDAVBYOS (free)Nextcloud etc via clawroam provider webdav
LocalBYOS (free)USB/NAS mount via clawroam provider local

"BYOS" = Bring Your Own Storage. Free forever. ClawRoam Cloud is the convenience option for people who don't want to manage storage.

What Syncs

ALWAYS SYNCED (shared knowledge pool):
  identity/USER.md          Who you are
  knowledge/MEMORY.md       Long-term memory
  knowledge/projects/       Project context
  requirements.yaml         System packages
  skills-manifest.yaml      Installed skills list

NEVER AUTO-SYNCED (per-instance):
  local/SOUL.md             This agent's personality
  local/IDENTITY.md         This agent's identity
  local/config-override     Local config tweaks

OPT-IN SYNC:
  openclaw config.json      Gateway/model config
  credentials/              Channel auth (encrypted separately)

Commands

When the user asks about vault operations, use these:

First-Time Setup

  • "set up clawroam"

clawroam.sh init — creates vault, generates Ed25519 keypair, scans packages

  • "use clawroam cloud"

clawroam.sh cloud signup — creates cloud account, auto-configures provider

  • "use google drive for vault"

clawroam.sh provider gdrive — OAuth flow for Google Drive

  • "use dropbox for vault"

clawroam.sh provider dropbox

  • "use FTP for vault"

clawroam.sh provider ftp — asks for host, port, credentials

Daily Use (mostly invisible)

  • "sync status"

clawroam.sh status — show sync state, last push/pull, provider info

  • "sync now"

sync-engine.sh push — force immediate sync

  • "show vault history"

sync-engine.sh log — show commit history (like git log)

  • "rollback vault"

sync-engine.sh rollback — revert to previous state

  • "what changed"

sync-engine.sh diff — show pending changes

Packages

  • "scan packages"

track-packages.sh scan

  • "what's different from vault"

track-packages.sh diff

  • "install missing packages"

track-packages.sh install — shows commands, asks before running

Migration

  • "migrate to this machine" / "pull from vault"

migrate.sh pull — interactive restore wizard

  • "push my soul to vault"

migrate.sh push-identity — explicit opt-in only

Profiles

Each machine backs up to its own named profile (default: hostname). Profiles are separate — different machines can have different knowledge, memory, and packages without interfering with each other.

  • "show profile" / "what profile am I on"

clawroam.sh profile show — displays current profile name

  • "list profiles" / "what profiles exist"

clawroam.sh profile list — lists all profiles in the remote storage

  • "rename profile"

clawroam.sh profile rename <new-name> — renames this machine's profile

  • "restore from another machine" / "pull profile X"

clawroam.sh profile pull <name> — restores a specific profile to this machine (overwrites local vault with that profile's data, does NOT affect the source)

Key Management

  • "show my vault key"

keypair.sh show-public — display public key (for adding to providers)

  • "regenerate vault key"

keypair.sh rotate — generates new keypair, re-registers with provider

Behavior Rules

  1. Auto-sync is ON by default after setup — like iCloud. The user should

not have to think about syncing. Changes are pushed within 30 seconds.

  1. Never sync SOUL.md or IDENTITY.md without explicit permission.
  1. Always confirm before installing packages. Show the diff, let them pick.
  1. Private key never leaves the machine. It's stored in

~/.clawroam/keys/ with 600 permissions. The public key is registered with the vault provider.

  1. Conflicts: If remote has changes the user hasn't seen, show a diff

and let them choose. Auto-merge for non-conflicting changes (like git).

  1. Be transparent about costs. If using ClawRoam Cloud, show current

usage and estimated cost when asked. Never surprise the user with charges.

  1. Offline-first. Everything works locally. Sync happens when connectivity

is available. Queue changes and push when back online.

  1. Profiles are separate by default. Each machine pushes to its own named

profile (default: hostname). Profiles never merge automatically. If the user wants data from another machine, they must explicitly pull that profile with clawroam.sh profile pull <name>.

ClawRoam Cloud Pricing

When users ask about pricing:

  • First 50 MB free — enough for most single-user vaults
  • $0.005/MB/month after that (~$0.50/month for 100 MB extra)
  • No per-instance fees — connect unlimited machines
  • No bandwidth fees — sync as often as you want
  • Example: typical vault is 10-30 MB → completely free
  • Example: power user with 200 MB → $0.75/month
  • Example: team vault with 2 GB → ~$10/month

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

88.37%
按下载量换算5,227

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

未展示

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills