Skip to content

Qingjingyu/OpenclawStar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenclawStar

A clean starter repo for building new OpenClaw instances from a stable baseline.

What is included

  • install.sh: one-click newborn claw initializer
  • bootstrap/INITIAL_CLAW_BASELINE.md: day-0 newborn claw standard
  • bootstrap/install_base_skills.sh: default skill baseline installer
  • bootstrap/install_finance_skills.sh: optional finance extension pack
  • bootstrap/profiles/: role profile templates
  • docs/: decision notes for the current baseline
  • skills/: curated skill library grouped by capability

Baseline idea

A newborn claw should first have four things:

  • talk
  • search
  • remember
  • execute

Everything else is an extension pack, not a birth requirement.

Default package

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

Extension packs

Current optional extension packs:

  • finance: us-stock-analysis

One-click init

# create a clean newborn claw workspace
export YOYOO_HOME=/root/.openclaw-f
export YOYOO_PROFILE=ceo
bash install.sh

With optional packs:

export YOYOO_HOME=/root/.openclaw-f
export YOYOO_PROFILE=ceo
bash install.sh --pack content,research,dev

With optional finance extension:

export YOYOO_HOME=/root/.openclaw-f
export YOYOO_PROFILE=ceo
export YOYOO_INSTALL_FINANCE=1
bash install.sh

What 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

Important reality check

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.

Notes

  • Do not commit real API keys, pairing records, chat history, or runtime state.
  • This repo stores reproducible capability templates, not live instance data.
  • install.sh prepares the newborn claw skeleton. Model config and channel config still need to be connected separately.

More pack examples

bash install.sh --pack design,documents,evaluation
bash install.sh --pack content,research --finance

Learning Map

For ecosystem study and source prioritization, start here:

  • docs/114_OpenClaw_学习地图_2026-03-09.md

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors