A clean starter repo for building new OpenClaw instances from a stable baseline.
install.sh: one-click newborn claw initializerbootstrap/INITIAL_CLAW_BASELINE.md: day-0 newborn claw standardbootstrap/install_base_skills.sh: default skill baseline installerbootstrap/install_finance_skills.sh: optional finance extension packbootstrap/profiles/: role profile templatesdocs/: decision notes for the current baselineskills/: curated skill library grouped by capability
A newborn claw should first have four things:
- talk
- search
- remember
- execute
Everything else is an extension pack, not a birth requirement.
The default newborn package includes:
- stable bootstrap scripts
- workspace skeleton
- role profile files
- curated in-repo skills library
- default recommended skill baseline
- file-send rule
Current optional extension packs:
- finance:
us-stock-analysis
# create a clean newborn claw workspace
export YOYOO_HOME=/root/.openclaw-f
export YOYOO_PROFILE=ceo
bash install.shWith optional packs:
export YOYOO_HOME=/root/.openclaw-f
export YOYOO_PROFILE=ceo
bash install.sh --pack content,research,devWith optional finance extension:
export YOYOO_HOME=/root/.openclaw-f
export YOYOO_PROFILE=ceo
export YOYOO_INSTALL_FINANCE=1
bash install.shWhat install.sh does:
- creates the workspace directories
- copies the selected role template
- installs the default base skills
- optionally installs named common packs
- optionally installs the finance extension pack
- keeps existing profile files if they already exist
install.sh can build the newborn skeleton by itself.
The installer now uses a safer rule:
- local skill source first
- remote URL fallback second
So in most cases, a new machine can install the default newborn package directly. If a remote source disappears in the future, the script will fail loudly instead of pretending everything is fine.
- Do not commit real API keys, pairing records, chat history, or runtime state.
- This repo stores reproducible capability templates, not live instance data.
install.shprepares the newborn claw skeleton. Model config and channel config still need to be connected separately.
bash install.sh --pack design,documents,evaluation
bash install.sh --pack content,research --financeFor ecosystem study and source prioritization, start here:
docs/114_OpenClaw_学习地图_2026-03-09.md