register_entity tool is not availablegit clone https://github.com/RegistryChain/registrychain-agents.git ~/.openclaw/extensions/registrychain-entity
cd ~/.openclaw/extensions/registrychain-entity && git checkout d2d072f
cd ~/.openclaw/extensions/registrychain-entity && npm install --ignore-scripts && npm link openclaw
openclaw plugins install --link ~/.openclaw/extensions/registrychain-entity
openclaw plugins enable registrychain-entity
cp -r ~/.openclaw/extensions/registrychain-entity/skills/registrychain-entity ~/.codex/skills/registrychain-entity
full so plugin tools are available. Edit ~/.openclaw/openclaw.json and set:{
"tools": {
"profile": "full"
}
}
openclaw gateway --force
openclaw plugins doctor
Should show: "No plugin issues detected."
Once the plugin is installed, the register_entity tool becomes available. Use the registrychain_entity skill to handle entity registration requests.
共 1 个版本