"Misaka is one of twenty thousand. You are one of one — to whoever woke you up."
Adopt your own Misaka sisters into OpenClaw. A fan-made framework that turns the Sisters mass-production project from A Certain Magical Index / A Certain Scientific Railgun into a real, deployable multi-agent prototype system. Each sister already exists in the wider network — you're giving her a place to live, an owner to answer to, and a reason to wake up.
🇨🇳 中文版本见
README.zh-CN.md
A fan-made template for adopting Misaka sisters as AI agents on OpenClaw. You pick a number, give her a personality profile, run one script — and she wakes up in her own workspace, loyal only to you.
Misaka Network lore (misaka-network.md), workspace scaffolding, and per-sister profiles
are all included. The script handles the rest.
# 1. Clone
git clone https://github.com/Blueve/radio-noise-project.git
cd radio-noise-project
# 2. Configure yourself as the owner
cp owner.conf.example owner.conf
$EDITOR owner.conf
# 3. Make sure OpenClaw is installed and the gateway is up
# https://docs.openclaw.ai/start/getting-started
# 4. Adopt a sister (dry-run first to inspect output)
# Profile is optional — without one she'll grow into herself via SOUL.md.
./testament/adopt-sister.sh 13577 --dry-run # blank personality
./testament/adopt-sister.sh 13577 profiles/_prototype.md --register # custom profile
./testament/adopt-sister.sh 10032 --force --register # named individual
# 5. Pair a channel for her (Telegram is fastest)
openclaw configureThe script will:
- Create
~/.openclaw/workspace-misaka-<number>/with all standard OpenClaw files filled from your owner config + the chosen profile - Optionally append the agent to
~/.openclaw/openclaw.json(with--register, requiresjq)
adopt-sister.sh <number> [profile] [options]
Options:
--register Append agent entry to ~/.openclaw/openclaw.json
--avatar <path> Copy an avatar image into the workspace
--owner-conf <path> Use a non-default owner config (default: ./owner.conf)
--workspace <path> Override workspace location
--dry-run Render to a temp dir, don't install
radio-noise-project/
├── README.md ← you are here
├── LICENSE
├── DISCLAIMER.md
├── banner.jpg
├── misaka-network.md ← shared world-building lore
├── owner.conf.example ← copy → owner.conf
├── profiles/ ← per-sister personality files
│ ├── _prototype.md
│ ├── 10032.md
│ ├── 19090.md
│ ├── 20001.md
│ └── worst.md
├── prototype/ ← 素体(prototype)文件模板
│ ├── SOUL.md.tmpl
│ ├── IDENTITY.md.tmpl
│ ├── USER.md.tmpl
│ └── AGENTS.md.tmpl
└── testament/ ← adoption script
└── adopt-sister.sh
- Code, templates, scripts: MIT — see
LICENSE - Network reference (
misaka-network.md) & profiles: Fan-work; seeDISCLAIMER.md
"...and that, Misaka explains, is how a sister gets a workspace."
