@claw-arsenal/openclaw-github
v1.2.1
Published
Public OpenClaw bootstrap plugin for the ClawPM ecosystem.
Downloads
183
Maintainers
Readme
@claw-arsenal/openclaw-github
Public OpenClaw bootstrap plugin for the ClawPM ecosystem.
Install
openclaw plugins install @claw-arsenal/openclaw-githubWhat it does
This plugin bootstraps OpenClaw runtime configuration for the ClawPM ecosystem.
After install, run the included bootstrap script to write the required runtime config into ~/.openclaw/openclaw.json.
Bootstrap
After installing, run:
bash ~/.openclaw/extensions/openclaw-github/scripts/bootstrap_clawpm.sh \
--monorepo-url https://github.com/claw-arsenal/openclawd-monorepo \
--branch main \
--bot-user <bot-user> \
--bot-email <bot-email> \
--ssh-key ~/.ssh/<key>Runtime config shape
The bootstrap writes:
{
"plugins": {
"allow": ["openclaw-github"],
"entries": {
"openclaw-github": {
"enabled": true,
"config": {
"monorepoUrl": "https://github.com/claw-arsenal/openclawd-monorepo",
"monorepoBranch": "main",
"botUser": "<bot-user>",
"botEmail": "<bot-email>",
"sshKeyPath": "~/.ssh/<key>",
"modulesPath": "~/.openclaw/modules"
}
}
}
}
}Publish
This package is prepared for public npm publishing so teammates can install it directly without repo checkout.
