← Back to Skills Marketplace
zhenstaff

openclaw agent reputation

by Justin Liu · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
279
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-agent-reputation
Description
On-chain credit scoring and soulbound identity for autonomous agents
Usage Guidance
This skill is plausible for the stated blockchain reputation purpose, but it has important inconsistencies and missing details you should clarify before installing or providing any secret. What to check/ do before using: - Do NOT export your real mainnet private key into PRIVATE_KEY for this skill. Use a disposable/testnet wallet with minimal funds if you want to try it. - Ask the maintainer: why does the registry metadata list no required env vars while SKILL.md requires PRIVATE_KEY? Where is the authoritative install/implementation (the repo or npm package)? - Verify the referenced GitHub repo and npm package contents yourself. Because the skill is instruction‑only here, the agent would need to implement web3 calls — confirm whether 'clawhub install' will fetch code and inspect that code before running it. - Ask how RPC endpoints are chosen. If the agent uses a public RPC provider, that provider may link your wallet usage to an account. Prefer to run against a local or well‑trusted provider or use a signer service that limits scope. - Prefer hardware wallets, delegated signing, or ephemeral accounts for any keys you provide. If the skill must sign transactions, prefer a signer that allows only intended operations instead of exporting a raw private key. - If you need only read operations (query_identity, get_credit_score), prefer to use a watch‑only address or explicit read‑only RPC calls that do not require PRIVATE_KEY. Given the inconsistency and vagueness about execution and key handling, treat this skill as potentially risky until the above clarifications and code inspection are completed.
Capability Analysis
Type: OpenClaw Skill Name: openclaw-agent-reputation Version: 1.0.0 The skill requires the user to provide a sensitive `PRIVATE_KEY` environment variable to sign blockchain transactions on the Base network (Mainnet or Sepolia). While this capability is plausibly required for the stated purpose of minting Soulbound Tokens (SBT) and recording on-chain attestations, handling raw private keys within an AI agent environment is a high-risk behavior. Additionally, there is a versioning inconsistency between `_meta.json` (1.0.0) and `SKILL.md` (0.1.0), and the publication date is set in the future (March 2026).
Capability Assessment
Purpose & Capability
The name/description (on‑chain credit scoring and SBTs) matches the runtime instructions which describe minting SBTs, recording attestations, and querying scores on the Base network. However, registry metadata lists no required environment variables or primary credential while the SKILL.md explicitly requires a PRIVATE_KEY — an incoherence between claimed requirements and actual instructions.
Instruction Scope
SKILL.md instructs the agent to sign blockchain transactions (create identity, record attestations) using PRIVATE_KEY and to 'automatically call related tool functions', but no code files or tool bindings are provided. The instructions do not specify an RPC provider or how signing will be performed (local code, external service, or in‑agent). That vagueness gives the agent broad discretion to perform network calls and handle the private key, which is sensitive.
Install Mechanism
This is an instruction‑only skill with no install spec and no code files, so nothing is written to disk by an install step. That minimizes installer risk, but also increases ambiguity because the README references an npm package and a 'clawhub install' command that have no concrete install instructions in the registry entry.
Credentials
SKILL.md requires a PRIVATE_KEY environment variable to sign transactions — that is functionally necessary for on‑chain writes, so it is proportionate in purpose. However, the registry metadata incorrectly lists no required env vars and no primary credential. Requesting an unconstrained private key is sensitive: the docs advise using testnet keys but do not enforce or show how keys are isolated, scoped, or used (no mention of hardware wallets, signer delegation, or restricted accounts).
Persistence & Privilege
The skill is not marked always:true and requests no config paths or system modifications. It does not claim persistent elevated privileges in the registry metadata.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install openclaw-agent-reputation
  3. After installation, invoke the skill by name or use /openclaw-agent-reputation
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
OpenClaw Agent Reputation v1.0.0 - Initial release providing blockchain-based credit scoring and soulbound identity for autonomous AI Agents. - Core functions include agent SBT identity creation, identity and credit score queries, attestations, agent comparison, and detailed report generation. - Credit score system modeled on FICO range (300–850) with weighted evaluation across task success, uptime, security, attestations, and economic activity. - All on-chain data is permanent, transparent, and verifiable, leveraging non-transferable SBTs. - Full documentation and API available in both English and Chinese.
Metadata
Slug openclaw-agent-reputation
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is openclaw agent reputation?

On-chain credit scoring and soulbound identity for autonomous agents. It is an AI Agent Skill for Claude Code / OpenClaw, with 279 downloads so far.

How do I install openclaw agent reputation?

Run "/install openclaw-agent-reputation" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is openclaw agent reputation free?

Yes, openclaw agent reputation is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does openclaw agent reputation support?

openclaw agent reputation is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created openclaw agent reputation?

It is built and maintained by Justin Liu (@zhenstaff); the current version is v1.0.0.

💬 Comments