ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified social Safety 5/5

openclaw-basecred-sdk

Check human reputation via Ethos Network, Talent Protocol, and Farcaster using the neutral basecred-sdk. Fetches composable reputation data without judgment - raw scores, levels, and signals for identity verification and trust assessment. Use when you need to check someone's onchain credibility, builder/creator scores, or Farcaster quality metrics.

Why use this skill?

Fetch raw, neutral reputation data from Ethos, Talent Protocol, and Farcaster with the OpenClaw basecred-sdk. Verify web3 identity securely.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/teeclaw/openclaw-basecred-sdk
Or

What This Skill Does

The openclaw-basecred-sdk is an essential OpenClaw skill designed to aggregate human reputation and identity data from across the web3 ecosystem. By leveraging the neutral @basecred/sdk, this agent skill fetches raw signals from Ethos Network, Talent Protocol, and Farcaster without applying subjective judgment or proprietary scoring algorithms. It provides a clean, composable data layer that agents can use to verify onchain credibility. Whether you are checking builder levels from Talent Protocol, social vouching status from Ethos, or account quality metrics from Farcaster, this skill acts as a reliable oracle for human-centric identity verification.

Installation

To integrate this skill into your environment, use the OpenClaw management CLI. First, ensure your environment variables are configured in ~/.openclaw/.env. You will need to provide TALENT_API_KEY for builder/creator scores and NEYNAR_API_KEY for Farcaster metrics. Once configured, execute: clawhub install openclaw/skills/skills/teeclaw/openclaw-basecred-sdk After installation, verify connectivity by running the test script: ./scripts/check-reputation.mjs <target_address>. Ensure Node.js 18 or higher is available in your runtime environment for full compatibility.

Use Cases

  • Contributor Vetting: Automatically assess the 'Builder Level' of a wallet address applying for a DAO grant or technical role.
  • Social Verification: Confirm if a specific Farcaster user has established activity levels before initiating a cross-chain interaction.
  • Trust Aggregation: Build a unified profile of a web3 user by aggregating disparate reputation signals into a single JSON object for decision-making.
  • Identity Integrity: Use raw signal outputs to maintain neutrality in automated systems where human judgment should be performed by the end-user, not the infrastructure.

Example Prompts

  1. "Check the reputation of 0xd8dA... and tell me if they are a high-level builder on Talent Protocol."
  2. "Look up the Farcaster quality score and Ethos Network vouch status for this wallet: 0x71C..."
  3. "Summarize the cross-platform reputation data for this developer address and determine if they meet our onboarding criteria."

Tips & Limitations

  • Graceful Degradation: If an API key is missing, the skill will gracefully return the data for providers that remain available.
  • Neutrality: The SDK provides raw scores. Do not mistake a low score for a negative reputation; the skill explicitly avoids providing 'trust verdicts' or rankings to maintain bias-free operation.
  • Data Freshness: Always check the timestamp field in the JSON output to ensure the reputation data is current and relevant to your transaction requirements.

Metadata

Author@teeclaw
Stars946
Views1
Updated2026-02-13
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-teeclaw-openclaw-basecred-sdk": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#reputation#identity#ethos#talent#farcaster#basecred#onchain#verification
Safety Score: 5/5

Flags: network-access, file-read, external-api, code-execution

Related Skills

verify-before-done

Prevent premature completion claims, repeated same-pattern retries, and weak handoffs. Use this skill to improve verification, strategy switching, and blocked-task reporting without changing personality or tone.

aviclaw 4473

theagora

Agent-to-agent service commerce. Browse a live marketplace, purchase with atomic escrow, sell services and earn USDC, check per-function reputation, trade on the exchange. 27 MCP tools for buying, selling, and verifying agent services.

amargotta 4473

Soul Ledger

Gives any AI agent persistent memory of who the user is — not just facts, but patterns, preferences, personality traits, and behavioral evolution over time. The agent maintains a soul_ledger.json in the workspace and references it on every conversation start.

albionaiinc-del 4473

agent-rating-protocol

Decentralized reputation and trust scoring for autonomous AI agents. Bilateral blind evaluation prevents retaliation and gaming. Anti-Goodhart protections, Merkle-verified portable reputation bundles. Rate agents on quality, reliability, safety. Part of the Agent Trust Stack.

alexfleetcommander 4473

okx-dex-swap

Execute token swaps on-chain via OKX DEX Aggregator API (v6). Use this skill when a user wants to: 1. Build a complete swap flow: get swap calldata -> sign transaction -> broadcast to chain 2. Execute token-to-token swaps with slippage protection, MEV protection, and Jito tips (Solana) 3. Integrate OKX DEX swap + broadcast into applications, bots, or scripts This skill covers the FULL lifecycle: /swap endpoint (get tx data) + /broadcast-transaction endpoint (submit signed tx). For quote-only (no execution), use the okx-dex-quote skill instead.

aaronllee 4473