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.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install basecred - After installation, invoke the skill by name or use
/basecred - Provide required inputs per the skill's parameter spec and get structured output
What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 1602 downloads so far.
How do I install BaseCred?
Run "/install basecred" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is BaseCred free?
Yes, BaseCred is completely free (open-source). You can download, install and use it at no cost.
Which platforms does BaseCred support?
BaseCred is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created BaseCred?
It is built and maintained by Mr. TeeClaw (@callmedas69); the current version is v1.0.0.