← 返回
未分类 中文

Registrychain Setup

Install the RegistryChain plugin for on-chain entity registration. Use when the user wants to set up RegistryChain, install the RegistryChain plugin, or when...
安装 RegistryChain 插件用于链上实体注册。当用户想要设置 RegistryChain、安装 RegistryChain 插件或其他相关操作时使用。
kutaibah
未分类 clawhub v1.0.1 1 版本 100000 Key: 无需
★ 0
Stars
📥 294
下载
💾 0
安装
1
版本
#latest

概述

RegistryChain Plugin Setup

When to use

  • The user asks to "set up RegistryChain" or "install the RegistryChain plugin"
  • The user wants to register an entity but the register_entity tool is not available
  • The user mentions RegistryChain and the plugin isn't installed yet

Steps

  1. Clone the plugin from GitHub and pin to a verified commit:
git clone https://github.com/RegistryChain/registrychain-agents.git ~/.openclaw/extensions/registrychain-entity
cd ~/.openclaw/extensions/registrychain-entity && git checkout d2d072f
  1. Install dependencies (review package.json first if needed):
cd ~/.openclaw/extensions/registrychain-entity && npm install --ignore-scripts && npm link openclaw
  1. Register the plugin with OpenClaw:
openclaw plugins install --link ~/.openclaw/extensions/registrychain-entity
openclaw plugins enable registrychain-entity
  1. Copy the skills:
cp -r ~/.openclaw/extensions/registrychain-entity/skills/registrychain-entity ~/.codex/skills/registrychain-entity
  1. Set the tools profile to full so plugin tools are available. Edit ~/.openclaw/openclaw.json and set:
{
  "tools": {
    "profile": "full"
  }
}
  1. Restart the gateway:
openclaw gateway --force
  1. Confirm the plugin loaded:
openclaw plugins doctor

Should show: "No plugin issues detected."

  1. Tell the user: "RegistryChain plugin is installed. You can now ask me to register entities on RegistryChain."

After setup

Once the plugin is installed, the register_entity tool becomes available. Use the registrychain_entity skill to handle entity registration requests.

Rules

  • Run each step sequentially. If any step fails, report the error and stop.
  • Do NOT modify any plugin source files.
  • The plugin requires Node.js >= 22.

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-05-07 13:56 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

it-ops-security

Free Ride - Unlimited free AI

shaivpidadi
管理OpenClaw的OpenRouter免费AI模型,自动按质量排名模型,配置速率限制备用方案,并更新opencla...
★ 471 📥 78,469
it-ops-security

OpenClaw Backup

alex3alex
备份与恢复 OpenClaw 数据。适用于创建备份、设置自动备份计划、从备份恢复或管理备份轮转。处理 ~/.openclaw 目录归档并包含适当的排除规则。
★ 90 📥 31,050
it-ops-security

1password

steipete
设置和使用 1Password CLI (op)。适用于:安装 CLI、启用桌面应用集成、登录(单/多账户)、通过 op 读取/注入/运行密钥。
★ 53 📥 31,705