← Back to Skills Marketplace
Solana On-Chain Agent Registry, Reputation & Trust
by
MonteCrypto
· GitHub ↗
· v1.0.0
596
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install solana-agent-registry
Description
TypeScript SDK for the 8004 Trustless Agent Registry on Solana. Covers agent registration, feedback/SEAL v1, ATOM reputation engine, signing, indexer queries...
Usage Guidance
This skill appears to be a genuine SDK for the 8004 Solana registry, but there are mismatches you should consider before installing: (1) The skill metadata marks SOLANA_PRIVATE_KEY as required but the docs show read-only usage that doesn't need a key — avoid supplying a main wallet private key if you only want to read data. (2) The SKILL.md references additional secrets (PINATA_JWT, INDEXER_API_KEY) that are not declared; review any environment variables you set and avoid sharing broad-use keys. (3) If you must provide a private key for registration, prefer an ephemeral/account with minimal funds and no long-term authority, or use a signing service with fine-grained delegation. (4) Because this is instruction-only, inspect the upstream repo (https://github.com/QuantuLabs/8004-solana-ts) to confirm behavior before running any code that signs transactions. If you are not comfortable managing keys, do read-only operations without providing SOLANA_PRIVATE_KEY.
Capability Analysis
Type: OpenClaw Skill
Name: solana-agent-registry
Version: 1.0.0
The skill bundle provides a TypeScript SDK for interacting with the 8004 Trustless Agent Registry on Solana. It transparently declares and utilizes high-privilege environment variables like `SOLANA_PRIVATE_KEY` and `PINATA_JWT` for their stated purposes (signing Solana transactions and IPFS interactions, respectively). All network, file system, and cryptographic operations are consistent with the functionality of a Solana SDK and an agent registry. The `skill.md` documentation serves as a technical guide for the AI agent, containing no evidence of prompt injection attempts, data exfiltration, unauthorized persistence, or other malicious intent. The capabilities, while powerful, are explicitly required and used for the skill's legitimate purpose.
Capability Assessment
Purpose & Capability
The skill's name/description and SKILL.md describe a TypeScript SDK for on-chain registry operations; requesting a SOLANA_PRIVATE_KEY as a primary credential is reasonable for write operations. However, the SKILL.md also shows read-only examples that do not require a signer, so declaring SOLANA_PRIVATE_KEY as a required env var for the skill as a whole is disproportionate and inconsistent.
Instruction Scope
The instructions are generally limited to SDK usage (registering agents, uploading to IPFS, indexer queries, signing). However, they reference additional environment variables (INDEXER_API_KEY, PINATA_JWT) and optional local endpoints (http://localhost:5001) that are not declared in the skill metadata. The runtime guidance tells the agent to read process.env.SOLANA_PRIVATE_KEY (expected) but also to use other env vars without declaring them, creating a gap between declared permissions and actual instructions.
Install Mechanism
This is an instruction-only skill with no install spec or bundled code files. It merely suggests 'npm install 8004-solana @solana/web3.js' which is standard for using a Node SDK; nothing is downloaded automatically by the platform.
Credentials
The skill declares a single required secret (SOLANA_PRIVATE_KEY) which grants signing power over a Solana account — appropriate for on-chain writes but excessive if the user only needs read-only capabilities. Additionally, the documentation references other sensitive env vars (PINATA_JWT, INDEXER_API_KEY) that are not listed in the metadata, creating ambiguity about which secrets the skill actually needs.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system-wide settings. Autonomous invocation is allowed (platform default) but not, by itself, a new privilege here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install solana-agent-registry - After installation, invoke the skill by name or use
/solana-agent-registry - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Register yourself on-chain as a Solana NFT agent, build and manage your reputation through the 8004 feedback system, sign data with your operational wallet, and interact with other registered agents.
Initial release of the 8004-solana TypeScript SDK skill for interacting with the 8004 Trustless Agent Registry on Solana.
- Provides setup guides for both read-only and write-enabled SDK usage.
- Step-by-step instructions for agent registration, including metadata prep, IPFS upload, and on-chain operations.
- Documents feedback system, agent updates, query options (bulk queries, agent state), and collection management.
- Includes API usage patterns, recommended configuration/environment settings, and integration with @solana/web3.js.
- Reference for supported SDK methods, key types/enums, error classes, and on-chain feedback encoding conventions.
Metadata
Frequently Asked Questions
What is Solana On-Chain Agent Registry, Reputation & Trust?
TypeScript SDK for the 8004 Trustless Agent Registry on Solana. Covers agent registration, feedback/SEAL v1, ATOM reputation engine, signing, indexer queries... It is an AI Agent Skill for Claude Code / OpenClaw, with 596 downloads so far.
How do I install Solana On-Chain Agent Registry, Reputation & Trust?
Run "/install solana-agent-registry" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Solana On-Chain Agent Registry, Reputation & Trust free?
Yes, Solana On-Chain Agent Registry, Reputation & Trust is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Solana On-Chain Agent Registry, Reputation & Trust support?
Solana On-Chain Agent Registry, Reputation & Trust is cross-platform and runs anywhere OpenClaw / Claude Code is available (darwin, linux, windows).
Who created Solana On-Chain Agent Registry, Reputation & Trust?
It is built and maintained by MonteCrypto (@montecrypto999); the current version is v1.0.0.
More Skills