← Back to Skills Marketplace
Registrychain Setup
by
Kutaibah Halima
· GitHub ↗
· v1.0.1
· MIT-0
106
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install registrychain-setup
Description
Install the RegistryChain plugin for on-chain entity registration. Use when the user wants to set up RegistryChain, install the RegistryChain plugin, or when...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install registrychain-setup - After installation, invoke the skill by name or use
/registrychain-setup - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 106 downloads so far.
How do I install Registrychain Setup?
Run "/install registrychain-setup" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Registrychain Setup free?
Yes, Registrychain Setup is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Registrychain Setup support?
Registrychain Setup is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Registrychain Setup?
It is built and maintained by Kutaibah Halima (@kutaibah); the current version is v1.0.1.
More Skills