← 返回 Skills 市场
zhenstaff

openclaw agent reputation

作者 Justin Liu · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
279
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-agent-reputation
功能描述
On-chain credit scoring and soulbound identity for autonomous agents
安全使用建议
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.
功能分析
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).
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-agent-reputation
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-agent-reputation 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug openclaw-agent-reputation
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

openclaw agent reputation 是什么?

On-chain credit scoring and soulbound identity for autonomous agents. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 279 次。

如何安装 openclaw agent reputation?

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

openclaw agent reputation 是免费的吗?

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

openclaw agent reputation 支持哪些平台?

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

谁开发了 openclaw agent reputation?

由 Justin Liu(@zhenstaff)开发并维护,当前版本 v1.0.0。

💬 留言讨论