BaseCred
/install basecred
BaseCred — Onchain Reputation Queries
Prerequisites
- Package installed in workspace:
npm i basecred-sdk - API keys in workspace
.env:
Ethos Network requires no key.TALENT_PROTOCOL_API_KEY=\x3Ckey> NEYNAR_API_KEY=\x3Ckey> # optional — enables Farcaster scoring
Quick workflow
-
Run the query script from the workspace:
node /path/to/skills/basecred/scripts/query.mjs \x3C0x-address>The script auto-locates
node_modules/basecred-sdkand.envby walking up from cwd. Run it with cwd set to the workspace. -
Parse the JSON output and present results to the user. Use the level tables in
references/output-schema.mdto translate raw scores into human-readable levels.
Presenting results
Summarize the three facets clearly:
- Ethos — score + credibility level + review sentiment + vouches. Flag
hasNegativeReviewsif true. - Talent Protocol — builder score/level + creator score/level. Note verified status.
- Farcaster — quality score (0–1) and whether it passes threshold.
- Recency —
recent/stale/dormant. Mention if stale or dormant as a caveat.
Highlight actionable signals: e.g. zero vouches on Ethos is an easy win, or a dormant Talent score that needs activity.
Reference
- Output schema + all level tables:
references/output-schema.md— read when you need to map scores → levels or explain the shape of a response.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install basecred - 安装完成后,直接呼叫该 Skill 的名称或使用
/basecred触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
BaseCred 是什么?
Fetch onchain reputation profiles via BaseCred SDK (Ethos, Talent Protocol, Farcaster/Neynar). Use when the user wants to check wallet reputation, builder score, creator score, Ethos credibility, or Farcaster account quality for any 0x address. Supports multi-source unified profiles with level derivation and recency tracking. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1602 次。
如何安装 BaseCred?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install basecred」即可一键安装,无需额外配置。
BaseCred 是免费的吗?
是的,BaseCred 完全免费(开源免费),可自由下载、安装和使用。
BaseCred 支持哪些平台?
BaseCred 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 BaseCred?
由 Mr. TeeClaw(@callmedas69)开发并维护,当前版本 v1.0.0。