返回顶部
r

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 the register_entity tool is not available.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.1
安全检测
已通过
98
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

registrychain_setup

RegistryChain 插件设置

何时使用

  • - 用户要求“设置 RegistryChain”或“安装 RegistryChain 插件”
  • 用户想要注册实体,但 register_entity 工具不可用
  • 用户提到 RegistryChain,但插件尚未安装

步骤

  1. 1. 从 GitHub 克隆插件并锁定到已验证的提交:

bash
git clone https://github.com/RegistryChain/registrychain-agents.git ~/.openclaw/extensions/registrychain-entity
cd ~/.openclaw/extensions/registrychain-entity && git checkout d2d072f

  1. 2. 安装依赖项(如有需要,请先查看 package.json):

bash
cd ~/.openclaw/extensions/registrychain-entity && npm install --ignore-scripts && npm link openclaw

  1. 3. 向 OpenClaw 注册插件:

bash
openclaw plugins install --link ~/.openclaw/extensions/registrychain-entity
openclaw plugins enable registrychain-entity

  1. 4. 复制技能:

bash
cp -r ~/.openclaw/extensions/registrychain-entity/skills/registrychain-entity ~/.codex/skills/registrychain-entity

  1. 5. 将工具配置文件设置为 full,以便插件工具可用。编辑 ~/.openclaw/openclaw.json 并设置:

json
{
tools: {
profile: full
}
}

  1. 6. 重启网关:

bash
openclaw gateway --force

  1. 7. 确认插件已加载:

bash
openclaw plugins doctor

应显示:“未检测到插件问题。”

  1. 8. 告知用户:“RegistryChain 插件已安装。您现在可以要求我在 RegistryChain 上注册实体。”

设置完成后

插件安装完成后,registerentity 工具将变为可用。使用 registrychainentity 技能处理实体注册请求。

规则

  • - 按顺序依次执行每个步骤。如果任何步骤失败,请报告错误并停止。
  • 请勿修改任何插件源文件。
  • 该插件需要 Node.js >= 22。

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 registrychain-setup-1775934618 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 registrychain-setup-1775934618 技能

通过命令行安装

skillhub install registrychain-setup-1775934618

下载

⬇ 下载 registrychain_setup v1.0.1(免费)

文件大小: 1.52 KB | 发布时间: 2026-4-12 11:13

v1.0.1 最新 2026-4-12 11:13
- Added binary prerequisites and minimum Node.js version under a new requires section.
- Changed the plugin clone step to pin to a verified commit for security.
- Updated npm install step to use --ignore-scripts and clarified that package.json should be reviewed.
- No functional changes to steps or workflow beyond these security and dependency clarifications.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部