← 返回 Skills 市场
kutaibah

Registrychain Setup

作者 Kutaibah Halima · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
106
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
This skill largely does what it claims, but review before running: 1) Confirm the GitHub repository and the pinned commit (d2d072f) are the official source you trust; consider checking the commit contents and author. 2) Before running npm install, manually inspect package.json and any code for unexpected behavior (the SKILL.md suggests this). 3) Understand that the steps copy files into ~/.codex/skills and change ~/.openclaw/openclaw.json to set tools.profile to 'full' — this expands the agent's available tools and persists across runs. 4) Back up your current ~/.openclaw and ~/.codex/skills directories before installing so you can revert. 5) If you want extra safety, perform the installation in an isolated environment or test account rather than your primary agent environment.
功能分析
Type: OpenClaw Skill Name: registrychain-setup Version: 1.0.1 The skill bundle provides instructions for installing the RegistryChain plugin by cloning a GitHub repository, installing dependencies, and configuring the OpenClaw environment. It follows security best practices by pinning a specific commit hash (d2d072f) and using the `--ignore-scripts` flag during npm installation to prevent execution of potentially malicious post-install scripts. All actions described in SKILL.md are consistent with the stated purpose of plugin setup.
能力评估
Purpose & Capability
The SKILL.md instructions (git clone, npm install, openclaw plugin install/enable) are consistent with installing an OpenClaw plugin called RegistryChain. However, the registry metadata claims 'Required binaries: none' while the SKILL.md requires git, node (>=22), npm, and openclaw — a clear mismatch between metadata and runtime instructions.
Instruction Scope
All steps are within the scope of installing a plugin: cloning the repo, installing Node deps (with --ignore-scripts), linking, registering the plugin, copying skill files to ~/.codex/skills, editing ~/.openclaw/openclaw.json to set tools.profile to 'full', and restarting the gateway. These actions modify user agent configuration and write into home-directory agent folders (~/.openclaw and ~/.codex). The use of --ignore-scripts reduces risk from npm lifecycle scripts, but there is no step to verify commit signatures or inspect package.json beyond a suggested manual review.
Install Mechanism
This is instruction-only (no install spec). The install uses git clone from github.com and pins to a specific commit (good for reproducibility). There is no automated download from an untrusted host, but there is also no automated verification (GPG/sha) of the commit or code integrity beyond pinning the commit hash.
Credentials
The skill does not request environment variables or external credentials. The only effects are filesystem changes under the user's home (~/.openclaw and ~/.codex) and a config change to the agent's tools profile. Those are proportionate to installing an agent plugin, but they do give the plugin and agent broader local capabilities once enabled.
Persistence & Privilege
The skill is not 'always: true' and does not request special platform-wide privileges, but it writes files into the agent folders and modifies the agent config (tools.profile to 'full') and restarts the gateway. These are persistent changes to the agent environment and increase the agent's tool availability; the behavior is expected for installation but worth explicit user consent.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install registrychain-setup
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /registrychain-setup 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- 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.
v1.0.0
Initial release of the RegistryChain plugin setup skill. - Guides users through installing the RegistryChain plugin for on-chain entity registration. - Provides specific instructions for cloning, installing, registering, and enabling the plugin. - Details error-handling and requirements, including Node.js ≥ 22. - Explains usage scenarios and follow-up actions after setup.
元数据
Slug registrychain-setup
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 106 次。

如何安装 Registrychain Setup?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install registrychain-setup」即可一键安装,无需额外配置。

Registrychain Setup 是免费的吗?

是的,Registrychain Setup 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Registrychain Setup 支持哪些平台?

Registrychain Setup 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Registrychain Setup?

由 Kutaibah Halima(@kutaibah)开发并维护,当前版本 v1.0.1。

💬 留言讨论