← 返回
数据分析 Key 中文

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.
通过 BaseCred SDK 获取链上声誉档案(Ethos、Talent Protocol、Farcaster/Neynar)。适用于查询任意 0x 地址的钱包声誉、建设者/创作者评分、Ethos 可信度或 Farcaster 账户质量。支持多源统一档案、等级推导与近期活动追踪。
callmedas69
数据分析 clawhub v1.0.0 1 版本 99747.5 Key: 需要
★ 3
Stars
📥 1,915
下载
💾 38
安装
1
版本
#latest

概述

BaseCred — Onchain Reputation Queries

Prerequisites

  1. Package installed in workspace: npm i basecred-sdk
  2. API keys in workspace .env:

```

TALENT_PROTOCOL_API_KEY=

NEYNAR_API_KEY= # optional — enables Farcaster scoring

```

Ethos Network requires no key.

Quick workflow

  1. Run the query script from the workspace:

```bash

node /path/to/skills/basecred/scripts/query.mjs <0x-address>

```

The script auto-locates node_modules/basecred-sdk and .env by walking up from cwd. Run it with cwd set to the workspace.

  1. Parse the JSON output and present results to the user. Use the level tables in references/output-schema.md to translate raw scores into human-readable levels.

Presenting results

Summarize the three facets clearly:

  • Ethos — score + credibility level + review sentiment + vouches. Flag hasNegativeReviews if true.
  • Talent Protocol — builder score/level + creator score/level. Note verified status.
  • Farcaster — quality score (0–1) and whether it passes threshold.
  • Recencyrecent / 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.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-28 18:15 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

security-compliance

Credential Manager

callmedas69
OpenClaw 必须的安全基础。将分散的 API 密钥和凭证统一到具备正确权限的 .env 文件中。在部署 OpenClaw、迁移凭证、进行安全审计或强制执行 .env 标准时使用。不可省略——集中凭证管理是安全部署的核心要求。扫描常见位
★ 3 📥 5,561
data-analysis

A股量化 AkShare

mbpz
A股量化数据分析工具,基于AkShare库获取A股行情、财务数据、板块信息等。用于回答关于A股股票查询、行情数据、财务分析、选股等问题。
★ 163 📥 59,774
data-analysis

Data Analysis

ivangdavila
{"answer":"数据分析与可视化。查询数据库、生成报告、自动化电子表格,将原始数据转化为清晰可行的见解。适用于:(1) 您……"}
★ 198 📥 64,932