Zhuaxia

ReviewAudited by ClawScan on May 10, 2026.

Overview

Zhuaxia is a coherent backup/migration skill, but it handles whole OpenClaw state, so users should review exports and import previews carefully.

This skill appears purpose-aligned for backing up and migrating OpenClaw. Before sharing an exported .claw file, review what it contains and do not rely solely on the 'safe to share' reassurance. Before importing, always use the dry-run preview, check overwritten files and required skills, keep the backup ID, and only import packages from sources you trust.

Findings (6)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

If redaction were incomplete, a shared .claw package could expose secrets, though the artifacts do not show intentional leakage.

Why it was flagged

The export process necessarily handles OpenClaw configuration that may contain credentials, and users rely on the skill's redaction before sharing a package.

Skill content
Sensitive data (API keys, tokens) is automatically stripped.
Recommendation

Inspect exported packages or redaction summaries before sharing, especially from profiles that have API keys or tokens.

What this means

Installing a package from someone else could change the agent's behavior or required skills.

Why it was flagged

The import workflow treats .claw packages as a source of agent state and skill requirements, which is expected for migration but means untrusted packages can change the agent's instruction/tool supply chain.

Skill content
Required skills that need to be installed
Recommendation

Only import .claw files from trusted sources, always review the dry-run output, and confirm any skill changes before installing.

What this means

Including memory can expose private context or carry old instructions into another instance.

Why it was flagged

The skill can export persistent OpenClaw memory, but the default is off and the guide says to suggest it only when the user explicitly wants to transfer memories.

Skill content
`--include-memory` | Include MEMORY.md | false
Recommendation

Keep memory export disabled unless you specifically need it, and review memory contents before sharing or importing.

What this means

A bad or unwanted import could alter the active OpenClaw setup until rolled back.

Why it was flagged

Importing can overwrite active workspace files and change the current agent state, but the workflow requires dry-run review, warning, backup, and rollback.

Skill content
Your current agent personality will be replaced. A backup will be created automatically so you can rollback if needed.
Recommendation

Use the dry-run, read overwrite warnings, save the backup ID, and roll back if the imported state is not what you expected.

What this means

Running the command with the wrong path or backup ID could delete saved backups.

Why it was flagged

The documentation includes a destructive cleanup command. It is scoped to the skill's backup directory and appears user-directed, not automatic.

Skill content
rm -rf ~/.openclaw/.zhuaxia-backups/<old-id>
Recommendation

Prefer listing backups first and only delete a specific confirmed backup directory.

What this means

A user might share a package too readily if they interpret 'safe to share' as meaning all sensitive personal or business content was removed.

Why it was flagged

The guide encourages a safety reassurance after export. This is aligned with the sharing purpose, but users should remember that non-credential workspace content may still be sensitive.

Skill content
how many credentials were stripped (reassure them it's safe to share)
Recommendation

Treat credential stripping as helpful but not a substitute for reviewing package contents before sharing.