nanoclaw_flexagents: Skill for Claude Code

.claude/skills/migrate-from-openclaw/SKILL.md

migrate-from-openclaw is a skill for Claude Code from chiptoe-svg/nanoclaw_flexagents. It costs 68 tokens per session (6,918 once invoked), scanned A, a copy of migrate-from-openclaw, MIT.

An interactive migration guide for moving from OpenClaw to NanoClaw. OpenClaw and NanoClaw are agent systems; the guide examines existing settings and helps decide what to transfer.

In plain words
What is it for?
Use it to inspect an OpenClaw installation, discuss which configuration and credentials to import, and carry out the migration in stages.
Why use it?
It prevents credentials, scheduled tasks, identity information, and other data from being copied without review. It explains where transferred information belongs in NanoClaw and records progress and decisions.

Skill for Claude Code

Written for Claude Code: ${CLAUDE_SKILL_DIR} variable. Also seen: mentions CLAUDE.md; mentions subagents; names the AskUserQuestion tool.

This is chiptoe-svg/nanoclaw_flexagents's own configuration. It tells Claude Code how to work on nanoclaw_flexagents itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything nanoclaw_flexagents configures →

Reuse

Borrowing it

Nothing to install: this file belongs to chiptoe-svg/nanoclaw_flexagents. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/chiptoe-svg/nanoclaw_flexagents/main/.claude/skills/migrate-from-openclaw/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/chiptoe-svg/nanoclaw_flexagents

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for migrate-from-openclaw

README.md
[![agentmods](https://agentmods.dev/badge/skills/chiptoe-svg/nanoclaw_flexagents/migrate-from-openclaw/github.svg)](https://agentmods.dev/skills/chiptoe-svg/nanoclaw_flexagents/migrate-from-openclaw)
Your own site
<a href="https://agentmods.dev/skills/chiptoe-svg/nanoclaw_flexagents/migrate-from-openclaw"><img src="https://agentmods.dev/badge/skills/chiptoe-svg/nanoclaw_flexagents/migrate-from-openclaw/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for migrate-from-openclaw

Your own site · 80×15
<a href="https://agentmods.dev/skills/chiptoe-svg/nanoclaw_flexagents/migrate-from-openclaw"><img src="https://agentmods.dev/badge/skills/chiptoe-svg/nanoclaw_flexagents/migrate-from-openclaw.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 68 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,918 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin 98% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00068 $0.06918
Opus 5 $0.00034 $0.03459
Sonnet 5 $0.00014 $0.01384
Haiku 4.5 $0.00007 $0.00692

Measured 11d ago against content hash 92b9fa0d6c43, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

migrate-from-openclaw scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/discover-openclaw.ts, scripts/extract-channel-credentials.ts), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- For simple webhook notifications: a task script with `curl` often suffices
Origin

This is a copy

98% identical to migrate-from-openclaw — 12 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.claude/skills/migrate-from-openclaw/SKILL.md · 448 lines

How it starts

The opening of the file, as written. The whole thing — 448 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Migrate from OpenClaw

Guide the user through migrating their OpenClaw installation to NanoClaw. This is a conversation, not a batch job. Read OpenClaw state, discuss it with the user, make judgment calls together about what to bring over and how.

Principle: Never silently copy data. Read it, explain it, discuss where it belongs in NanoClaw's architecture, show proposed changes before applying. Credentials must be masked when displayed (first 4 + ... + last 4 characters). Make judgment calls about what's core vs. reference material.

UX: Use AskUserQuestion for multiple-choice only. Use plain text for free-form input. Don't dump raw data — summarize and explain conversationally.

Migration State File

Create migration-state.md in the project root at the start of Phase 0. Update it after each phase completes. This file is the single source of truth for the migration — if context is compacted or lost, re-read it to recover all decisions and progress.

Before starting any phase, re-read migration-state.md to ensure you have current state.

Sections to maintain (add data as each phase completes):

  • Progress — checkbox list of phases (Phase 0–7)
  • Discovery — STATE_DIR, IDENTITY_NAME, channels, groups (with JID mappings), workspace files, cron job count, MCP servers
  • Decisions — assistant_name, group_model (shared/separate/main-only), main_group (folder + jid)
  • Registered Groups — table: folder, jid, channel, is_main
  • Settings Migrated — timezone, anthropic_credential (masked), sender_allowlist (created/skipped)
  • Identity & Memory — paths of files created, which CLAUDE.md was edited
  • Channel Credentials — table: channel, status, env_var
  • Scheduled Tasks — table: original_id, name, migrated/deferred
  • Deferred / Not Applicable — unsupported channels, discussed customizations, OpenClaw-only features

Keep it factual and terse — this is for machine recovery after compaction, not human reading. Delete the file at the end of Phase 7 (or offer to keep it as a record).

Read the full file on GitHub · 448 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 448 lines · 68 tokens per session scan A 92b9fa0d6c43

Subscribe to this mod's changes

migrate-from-openclaw is a skill published in the GitHub repository chiptoe-svg/nanoclaw_flexagents (5 stars, last pushed 4mo ago), licensed MIT. It adds 68 tokens to every session and 6,918 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). It is 98% identical to migrate-from-openclaw, differing in 12 lines, and is treated as a copy.

Related

Other skills, from other repositories

recipe-create-meet-space

Create a Google Meet meeting space and share the join link.

googleworkspace/cli · 18 tokens

workthreads

SpecStory Workthreads - a weekly work-thread rollup across a team's repos from SpecStory coding histories (any agent - Claude Code, Codex, Cursor, Gemini, and more). It groups the window's sessions into threads of work per project and labels each new / open / recently closed, so a lead sees what shipped, what is still…

specstoryai/getspecstory · 126 tokens

atmos-config

Atmos root configuration: atmos.yaml discovery, precedence, deep merging, basepath, imports, minimal bootstrap, and routing to narrower Atmos skills.

cloudposse/atmos · 31 tokens

story-readiness

Validate that a story file is implementation-ready. Checks for embedded GDD requirements, ADR references, engine notes, clear acceptance criteria, and no open design questions. Produces READY / NEEDS WORK / BLOCKED verdict with specific gaps. Use when user says 'is this story ready', 'can I start on this story', 'is…

Donchitos/Claude-Code-Game-Studios · 77 tokens

autotask-creator

Rules for automation CRUD from the group-chat commander. The commander does not call mutation tools and does not edit cloud/autotasks files directly. It emits one or more top-level ... containers in its final text; the bus parses and applies them after the turn.

Orkas-AI/Orkas · 5 tokens

projects

List all managed projects with status, branch, open PRs, and open issue counts — portfolio-level view.

me2resh/apexyard · 24 tokens