首页龙虾技能列表 › Openclaw Migration — OpenClaw 迁移 — 将 OpenClaw 自定义迁移到 Hermes Agent

Openclaw Migration — OpenClaw 迁移 — 将 OpenClaw 自定义迁移到 Hermes Agent

v0.1.0

此技能将用户的 OpenClaw 自定义设置和数据迁移到 Hermes Agent,包括记忆、SOUL.md、命令白名单、用户技能和选定的工作区资产。支持交互式和 CLI 迁移工作流,提供详细的迁移报告和冲突解决选择。

0· 192·0 当前·0 累计
by @agungprabowo123 (Agung Prabowo)·MIT-0
下载技能包
License
MIT-0
最后更新
2026/4/11
安全扫描
VirusTotal
无害
查看报告
OpenClaw
可疑
medium confidence
该技能基本如名所述,但代码和文档在迁移秘密方面存在不一致。运行前请审查,特别是秘密迁移选项。脚本将修改 Hermes 配置和文件。
评估建议
["先运行 dry-run (`hermes claw migrate --dry-run`) 并检查报告。","自行检查脚本 (`scripts/openclaw_to_hermes.py`),它将读取 `~/.openclaw` 并写入 `~/.hermes`。","仅在明确了解哪些密钥将被迁移时启用秘密迁移(--migrate-secrets)。","迁移前备份 `~/.hermes` 和重要文件。","如果交互式运行,确保使用 `clarify` 工具进行决策确认。","如果不清楚,先在 `~/.openclaw` 复制本地运行脚本或咨询技能作者。"]...
详细分析 ▾
用途与能力
The skill's name and description match the actions present in the code: it reads ~/.openclaw, converts SOUL.md/MEMORY.md/USER.md, copies skills into ~/.hermes/skills/openclaw-imports/, merges allowlists, and writes to Hermes config/.env. These filesystem and config operations are expected for a migration helper. However, the SKILL.md text states that only TELEGRAM_BOT_TOKEN is allowlisted for --migrate-secrets, while the script's SUPPORTED_SECRET_TARGETS includes many provider keys (OpenAI, Anthropic, ElevenLabs, OpenRouter, etc.). That discrepancy is significant and unexplained.
指令范围
The SKILL.md instructs dry runs and interactive prompts and constrains path resolution; the script follows that pattern and provides flags and conflict modes. But the runtime behavior includes reading and writing sensitive files (.env, config.yaml), copying entire skill directories, and archiving files from ~/.openclaw. Those actions are within migration scope but are also high-impact: they touch credentials and global Hermes config. The mismatch about which secrets may be migrated increases risk because users might enable secret migration without realizing provider API keys will be imported.
安装机制
There is no remote install step or external download: this is an instruction-only skill with an included Python script. No network fetches or obscure installers are present. The script will be placed on disk as part of skill installation (normal for instruction-with-script skills).
凭证需求
The skill declares no required env vars, which is fine, but the code includes a SUPPORTED_SECRET_TARGETS set that covers many sensitive API tokens (OPENAI_API_KEY, ANTHROPIC_API_KEY, ELEVENLABS_API_KEY, OPENROUTER_API_KEY, etc.) and offers a --migrate-secrets flow. The SKILL.md downplays this by mentioning only TELEGRAM_BOT_TOKEN in the top-level text; the code shows broader secret handling. Migrating provider keys into Hermes .env is sensitive and should be explicit to the user.
持久化与权限
The script will write into ~/.hermes (skills directory, tts, config.yaml, and .env) and can overwrite or rename existing items (it supports conflict modes: skip/overwrite/rename and will backup). That level of persistent modification is expected for a migration tool, but it is privileged: it modifies other skill areas and global agent config. The SKILL.md promises interactive choices and dry runs, but users must ensure they complete those prompts and verify backups before allowing write operations.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv0.1.02026/3/13

OpenClaw 迁移技能的初始发布,支持无缝迁移,包括记忆、SOUL.md、命令白名单、用户技能和工作区资产,提供结构化的 dry-run 预览、冲突解决选择和详细迁移报告。

● 无害

安装命令 点击复制

官方npx clawhub@latest install openclaw-migration-2
镜像加速npx clawhub@latest install openclaw-migration-2 --registry https://cn.clawhub-mirror.com

技能文档

用于将 OpenClaw 设置迁移到 Hermes Agent,以最小化手动清理。... (**注意:此处为简略,完整内容请参考原文档,以下仅示例)

数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务