← Back to Skills Marketplace
inksnowhailong

tvs-cc-migrator

by inksnowhailong · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
92
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install tvs-cc-migrator
Description
Claude Code 配置迁移工具。备份和恢复 ~/.claude/ 下的所有配置(CLAUDE.md、rules、skills、commands、agents、自定义插件、settings.json 等)。当用户提到备份配置、迁移 Claude Code、导出设置、恢复配置、换电脑等场景时使用此 skill。
Usage Guidance
This skill appears to do what it claims, but review and act cautiously: - The backup script reads ~/.claude/ and will detect settings.json tokens/keys. If you choose to keep sensitive values in the backup, the resulting archive will contain secrets that could be abused if leaked. Prefer the option that clears sensitive fields unless you accept the risk. - The manifest includes source_machine and source_user (hostname and username); be aware this exposes identifying metadata in the backup. - The included script imports child_process.execSync (likely for zipping or platform commands). Before running, skim scripts/backup.mjs to confirm no unexpected commands are executed automatically; the SKILL.md indicates the script only scans and packages locally, but verify the implementation if you have security concerns. - Keep backup archives encrypted and transfer them via trusted channels. When restoring on a new machine, verify the manifest and contents before applying or executing any reinstall commands listed in the package. If you want higher assurance, run the script on a disposable machine or inspect it line-by-line to confirm it does only local file operations and zipping.
Capability Analysis
Type: OpenClaw Skill Name: tvs-cc-migrator Version: 1.0.0 This skill is a migration tool designed to backup and restore Claude Code configurations from the sensitive `~/.claude/` directory, which contains authentication tokens and environment variables. While the script `scripts/backup.mjs` includes logic to detect and redact sensitive fields, it performs broad file system operations and uses `execSync` to invoke system shell commands (`tar` and `powershell`) for archiving. Additionally, the restoration process described in `RESTORE_GUIDE.md` instructs the agent to execute commands derived from configuration files, which could lead to arbitrary command execution if the backup data is tampered with. The inherent risk of automating credential collection and the use of shell-based archiving warrants a suspicious classification.
Capability Assessment
Purpose & Capability
Name/description match what the artifact does: the script scans, packages, and produces a manifest for ~/.claude/ content (CLAUDE.md, rules, skills, commands, agents, plugins, settings.json, etc.). No unrelated credentials, binaries, or external services are requested.
Instruction Scope
SKILL.md instructs the agent to run the included Node script to scan and optionally pack files under ~/.claude/ and to use the manifest for guided restore. All file reads/writes are scoped to the Claude home directory; the instructions explicitly require user confirmation before including sensitive fields and do not direct data to external endpoints.
Install Mechanism
There is no install spec; the skill is instruction-only with an included script (scripts/backup.mjs) that the user is expected to run with Node. No external downloads or package installs are requested by the skill itself.
Credentials
The skill does not request environment variables or external credentials, which is proportionate. It does read settings.json and will detect and optionally include values that look like tokens/keys; this is expected for a backup tool but is a privacy/security consideration — the manifest will include source_machine/source_user and flags showing which sensitive fields had values.
Persistence & Privilege
The skill is not always-enabled and does not request persistent platform privileges. It does not modify other skills or global agent configuration; restore is intended to be a user-driven process guided by Claude, not an automatic remote operation.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tvs-cc-migrator
  3. After installation, invoke the skill by name or use /tvs-cc-migrator
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
CC Migrator 1.0.0 — 首次发布,支持 Claude Code 配置一键迁移与恢复: - 一键扫描并备份 ~/.claude/ 下全部配置(含敏感项安全处理选项)。 - 详细配置项确认流程,支持敏感信息处理和个性化备份排除。 - 输出 manifest.json,完整描述备份内容和恢复指令。 - 恢复流程全程引导,支持全量覆盖或追加合并两种策略。 - 跨平台支持 Mac、Linux、Windows,自动适配路径与打包方式。
Metadata
Slug tvs-cc-migrator
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is tvs-cc-migrator?

Claude Code 配置迁移工具。备份和恢复 ~/.claude/ 下的所有配置(CLAUDE.md、rules、skills、commands、agents、自定义插件、settings.json 等)。当用户提到备份配置、迁移 Claude Code、导出设置、恢复配置、换电脑等场景时使用此 skill。 It is an AI Agent Skill for Claude Code / OpenClaw, with 92 downloads so far.

How do I install tvs-cc-migrator?

Run "/install tvs-cc-migrator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is tvs-cc-migrator free?

Yes, tvs-cc-migrator is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does tvs-cc-migrator support?

tvs-cc-migrator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created tvs-cc-migrator?

It is built and maintained by inksnowhailong (@inksnowhailong); the current version is v1.0.0.

💬 Comments