BaseCred:获取钱包信誉和构建者评分 - Openclaw Skills
作者:互联网
2026-04-17
什么是 BaseCred 链上信誉?
BaseCred 是 Openclaw Skills 库的重要组成部分,旨在弥合原始区块链数据与可操作信誉洞察之间的鸿沟。它允许开发者和 AI 代理查询特定的 0x 地址,并接收涵盖可信度、专业构建者评分和社交质量信号的多维概况。通过集成 BaseCred SDK,该技能简化了在去中心化环境中评估信任的过程。
该技能对于需要身份验证、人才招聘或风险评估的应用特别有价值。它将复杂数据合成为易读格式,确保 Openclaw Skills 用户能够快速了解任何链上实体的社交和专业地位。
下载入口:https://github.com/openclaw/skills/tree/main/skills/callmedas69/basecred
安装与下载
1. ClawHub CLI
从源直接安装技能的最快方式。
npx clawhub@latest install basecred
2. 手动安装
将技能文件夹复制到以下位置之一
全局模式~/.openclaw/skills/
工作区
/skills/
优先级:工作区 > 本地 > 内置
3. 提示词安装
将此提示词复制到 OpenClaw 即可自动安装。
请帮我使用 Clawhub 安装 basecred。如果尚未安装 Clawhub,请先安装(npm i -g clawhub)。
BaseCred 链上信誉 应用场景
- 评估去中心化金融 (DeFi) 参与者的信誉。
- 根据 Talent Protocol 构建者评分审查开发者或创作者。
- 按账户质量和社交情感过滤 Farcaster 用户。
- 监控钱包活跃度以区分活跃贡献者和休眠账户。
- AI 代理从指定工作区执行 BaseCred 查询脚本。
- SDK 从 Ethos Network、Talent Protocol 和 Farcaster API 获取信誉数据。
- 系统将原始数值评分内部映射到标准化的等级表。
- 应用活跃度逻辑将概况标记为近期活跃、陈旧或休眠。
- 展示包含统一评分、评论情感和验证状态的最终 JSON 对象。
BaseCred 链上信誉 配置指南
要将其集成到您的 Openclaw Skills 工作区,请遵循以下步骤:
- 安装所需的 SDK:
npm i basecred-sdk
- 将您的 API 凭据添加到
.env文件:
TALENT_PROTOCOL_API_KEY=your_key_here
NEYNAR_API_KEY=your_key_here
- 运行测试查询以确保连接正常:
node path/to/skills/basecred/scripts/query.mjs <0x-address>
BaseCred 链上信誉 数据架构与分类体系
| 维度 | 关键指标 | 描述 |
|---|---|---|
| Ethos | 可信等级、评论、担保 | 社交信任和情感分析。 |
| Talent Protocol | 构建者评分、创作者等级 | 专业声誉和专业知识排名。 |
| Farcaster | 质量得分 (0-1) | 社交网络活动和互动质量。 |
| 活跃度 | 近期、陈旧、休眠 | 数据和活动的实时性指标。 |
name: basecred
description: 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.
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=NEYNAR_API_KEY= # optional — enables Farcaster scoring
Quick workflow
-
Run the query script from the workspace:
node /path/to/skills/basecred/scripts/query.mjs <0x-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.
相关推荐
专题
+ 收藏
+ 收藏
+ 收藏
+ 收藏
+ 收藏
+ 收藏
最新数据
相关文章
阿里云大模型服务平台百炼新人免费额度如何申请?申请与使用免费额度教程及常见问题解答
办公 AI 工具 OpenClaw 部署 Windows 系统一站式教程
Qwen3.6 正式发布!阿里云百炼同步开启“AI大模型节省计划”超值优惠
【新手零难度操作 】OpenClaw 2.6.4 安装误区规避与快速使用指南(包含最新版安装包)
OpenClaw 2.6.4 可视化部署 打造个人 AI 数字员工(包含最新版安装包)
【小白友好!】OpenClaw 2.6.4 本地 AI 智能体快速搭建教程(内有安装包)
零基础部署 OpenClaw v2.6.2,Windows 系统完整教程
【适合新手的】零基础部署 OpenClaw 自动化工具教程
开发者们的第一台自主进化的“爱马仕”来了
极简部署 OpenClaw 2.6.2 本地 AI 智能体快速启用(含最新版安装包)
AI精选
