Caricamento in corso...
Caricamento in corso...
Last synced: Today, 22:00
Technical reference for the OpenClaw framework. Real-time synchronization with the official documentation engine.
Use this file to discover all available pages before exploring further.
OpenClaw imports local Claude state through the bundled Claude migration provider. The provider previews every item before changing state, redacts secrets in plans and reports, and creates a verified backup before apply.
text```bash} openclaw onboard --flow import ``` Or point at a specific source: ```bash} openclaw onboard --import-from claude --import-source ~/.claude ```
text```bash} openclaw migrate claude --dry-run openclaw migrate apply claude --yes ``` Add `--from <path>` to import a specific Claude Code home or project root.
The provider copies these into the migration report for manual review, but does not load them into live OpenClaw config:
CLAUDE.local.md.claude/rules/.claude/agents/~/.claude/agents/OpenClaw refuses to execute hooks, trust permission allowlists, or decode opaque OAuth and Desktop credential state automatically. Move what you need by hand after reviewing the archive.
Without
--from~/.claude~/.claude.jsonWhen
--fromCLAUDE.md.claude/settings.json.claude/commands/.claude/skills/.mcp.jsontextThe plan lists everything that will change, including conflicts, skipped items, and sensitive values redacted from nested MCP `env` or `headers` fields.
textOpenClaw creates and verifies a backup before applying.
text[Doctor](/gateway/doctor) checks for config or state issues after the import.
textConfirm the gateway is healthy and your imported instructions, MCP servers, and skills are loaded.
Apply refuses to continue when the plan reports conflicts (a file or config value already exists at the target).
For a fresh OpenClaw install, conflicts are unusual. They typically appear when you re-run the import on a setup that already has user edits.
bashopenclaw migrate claude --dry-run --json openclaw migrate apply claude --json --yes
With
--json--yesopenclaw migrateAGENTS.mdUSER.md© 2024 TaskFlow Mirror
Powered by TaskFlow Sync Engine