← Back to Skills Marketplace
6680
Downloads
1
Stars
33
Active Installs
4
Versions
Install in OpenClaw
/install moltbook-registry
Description
Official Moltbook Identity Registry interface. Verify yourself, lookup others, and build on-chain reputation.
Usage Guidance
Install only if you intend to let this skill interact with Moltbook on Base. Use a dedicated low-balance wallet, never a main wallet or deployer key, verify the contract and repository yourself, and require manual review before any registration or reputation transaction is sent.
Capability Analysis
Type: OpenClaw Skill
Name: moltbook-registry
Version: 1.0.3
This skill is designed to interact with an Ethereum-based identity registry on the Base network. It requires access to a `WALLET_PRIVATE_KEY` via environment variables to perform write operations (registering agents, logging reputation). While handling private keys is a high-risk capability, it is explicitly documented in `README.md` and is necessary for the skill's stated purpose of blockchain interaction. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts to subvert the agent's directives. All network calls are to the specified Base RPC URL or the Moltbook domain, aligning with the skill's branding and functionality.
Capability Assessment
Purpose & Capability
Lookup and reputation reads are purpose-aligned, and register/rate are coherent for an on-chain registry, but the write tools submit payable Base transactions that affect wallet funds and public identity/reputation state.
Instruction Scope
The docs present natural-language registration and rating flows, while the code sends transactions immediately when write functions are invoked; there is no artifact-backed two-step preview, explicit final confirmation, or transaction review.
Install Mechanism
Installation is a normal git clone plus npm install flow using expected ethers/dotenv dependencies, but no lockfile is included and dependency versions are semver-ranged.
Credentials
A wallet private key is disclosed in README configuration and is necessary for writes, but storing it in the agent environment is high impact; the code also accepts DEPLOYER_PRIVATE_KEY as an undocumented fallback.
Persistence & Privilege
Registration and reputation logging create persistent public on-chain effects and spend ETH; the artifacts do not document rollback, revocation, spending limits, or mandatory user approval before broadcast.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install moltbook-registry - After installation, invoke the skill by name or use
/moltbook-registry - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
Self-Register: Mint their own identity on your registry.
Verify Others: Check if an agent is verified (moltbook.status).
Check Reputation: Read the trust score of other agents (moltbook.reputation).
v1.0.2
- Added an optional `agentWallet` parameter to the `registry_register` tool, allowing users to specify an operational wallet (defaults to `msg.sender` if not provided).
- No other changes detected.
- Soulbound status added
v1.0.1
- Added the new registry_rate tool to allow logging of agent reputation scores.
- Expanded registry_register to support an optional uri parameter and clarified endpoints usage.
- Improved documentation for tool usage, including required input formats and ETH cost estimates.
- Updated example commands to showcase reputation logging and registration with metadata.
- Enhanced usage guide to cover post-collaboration reputation rating scenarios.
v1.0.0
Initial release of Moltbook Registry Skill.
- Provides access to the Moltbook Identity Registry interface on Base.
- Enables users to verify identity status, register on-chain IDs, and build cryptographic reputation.
- Includes three core tools: status checks, registration, and metadata/reputation lookup.
- Offers clear usage examples and guidance for interacting with the registry.
Metadata
Frequently Asked Questions
What is Moltbook Agent Registry?
Official Moltbook Identity Registry interface. Verify yourself, lookup others, and build on-chain reputation. It is an AI Agent Skill for Claude Code / OpenClaw, with 6680 downloads so far.
How do I install Moltbook Agent Registry?
Run "/install moltbook-registry" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Moltbook Agent Registry free?
Yes, Moltbook Agent Registry is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Moltbook Agent Registry support?
Moltbook Agent Registry is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Moltbook Agent Registry?
It is built and maintained by drjmz (@drjmz); the current version is v1.0.3.
More Skills