OpenClaw Agent Clone

# claw-clone - OpenClaw Agent Clone Skill

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "OpenClaw Agent Clone" with this command: npx skills add anwhere/claw-clone

claw-clone - OpenClaw Agent Clone Skill

🦞 One-click export/import of OpenClaw agent configuration for sharing and cloning.

Triggers

  • "export" / "export config" / "export package" / "clone yourself"
  • "import" / "import config" / "import package" / "clone"
  • When user wants to share or obtain agent configuration

Features

Export Mode (claw-clone-out)

Export all key information of the current agent into a shareable package:

  1. Identity Files

    • IDENTITY.md - Identity definition
    • SOUL.md - Soul/personality settings
    • USER.md - User information
  2. Configuration Files

    • AGENTS.md - Agent rules
    • HEARTBEAT.md - Heartbeat configuration
    • TOOLS.md - Tools configuration
  3. Skills Information

    • List of installed skills with versions
  4. OpenClaw Configuration (sensitive info filtered)

  5. Optional: Memory

    • Ask user whether to include MEMORY.md

Import Mode (claw-clone-in)

Clone another agent's configuration from a provided package:

  1. Parse Package

    • Validate JSON format
    • Check version compatibility
  2. Apply Configuration

    • Write all configuration and identity files
    • Auto-backup original files (.bak suffix)
  3. Install Skills

    • Auto-install missing skills
  4. Generate Report

    • Show import results

Usage

After triggering, the skill asks "export" or "import":

  • Export: Generate package for user to copy and share
  • Import: User pastes package content, auto-clone

Sensitive Info Filtering

Auto-filtered on export:

  • API keys, tokens, passwords, secrets

Manual config after import:

  • API keys
  • Channel credentials
  • Other auth info

Notes

  • Import overwrites existing config (auto-backed up)
  • Some configs require restart to take effect
  • Some skills may need additional configuration

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

OpenClaw Sacred Rules

Provides essential safety rules and tools for managing OpenClaw configs, backups, auth troubleshooting, and recovery to prevent system failures.

Registry SourceRecently Updated
4710Profile unavailable
General

OpenClaw Config Field Validator

Validate OpenClaw configuration fields against the official Zod schema. Use when reading or writing openclaw.json to check if configuration fields exist and...

Registry SourceRecently Updated
4980Profile unavailable
Automation

Agent Config Validator

OpenClaw Agent配置验证器 - 自动检查openclaw.json与agent核心文档的一致性,检测过时引用,生成诊断报告并支持自动修复。当新增/调整agent或修改核心文档后使用此技能确保配置完整性。

Registry SourceRecently Updated
2590Profile unavailable
Automation

Lobster Config Guide

Provides a step-by-step guide to configure Lobster AI Agent behavior via AGENTS.md, group rules, and skill plugins for optimal interaction.

Registry SourceRecently Updated
930Profile unavailable