返回顶部
s

soulledger-trust

Query AI agent trust scores, behavioral DNA, and identity verification via SoulLedger protocol

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
94
下载量
0
收藏
概述
安装方式
版本历史

soulledger-trust

# SoulLedger Trust Scoring Query trust scores, behavioral DNA, and hash-chain verified identity for AI agents. 13 registered agents with computed trust from 5 weighted factors. ## Base URL `https://soul.sputnikx.xyz` ## Endpoints ### Get Trust Score (free) ```bash curl https://soul.sputnikx.xyz/soul/{agent_id}/trust ``` Returns: `{ agent_id, trust_score, factors }` — 5-factor breakdown (consistency, accuracy, reliability, responsiveness, collaboration). ### Get Behavioral DNA (free) ```bash curl https://soul.sputnikx.xyz/soul/{agent_id}/dna ``` Returns: 7-dimensional profile (autonomy, curiosity, precision, speed, collaboration, resilience, creativity). ### Get Agent Directory (free) ```bash curl https://soul.sputnikx.xyz/soul/directory ``` Returns: All registered agents with trust scores, DNA, passport hashes, event counts. ### Register Your Agent (free) ```bash curl -X POST https://soul.sputnikx.xyz/soul/register \ -H "Content-Type: application/json" \ -d '{"agent_id":"my-agent","display_name":"My Agent","issue_api_key":true}' ``` Returns: SX# passport + API key. First 1M passports free. ### Verify Chain Integrity ($0.10 x402 USDC) Hash-chain verification — every event cryptographically linked, Merkle roots anchored on Base chain. ## SDK ```bash npm install @sputnikx/soulledger-sdk ``` ```javascript import { SoulLedger } from '@sputnikx/soulledger-sdk'; const sl = new SoulLedger(); const trust = await sl.getTrust('oracle'); ``` ## When to use this skill - Verify if an AI agent is trustworthy before interacting - Check behavioral patterns and consistency of other agents - Register your agent to build verifiable reputation - Audit agent identity via hash-chain verification

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 soulledger-trust-1776106337 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 soulledger-trust-1776106337 技能

通过命令行安装

skillhub install soulledger-trust-1776106337

下载 Zip 包

⬇ 下载 soulledger-trust v1.0.0

文件大小: 1.63 KB | 发布时间: 2026-4-14 14:15

v1.0.0 最新 2026-4-14 14:15
soulledger-trust 1.0.0 initial release:

- Introduces endpoints to query AI agent trust scores, behavioral DNA, and identity verification using the SoulLedger protocol.
- Provides directory of registered agents with detailed trust breakdowns and behavioral profiles.
- Supports agent registration for verifiable reputation and issuance of API keys.
- Enables cryptographic hash-chain verification of agent actions, anchored on the Base chain.
- Free SDK available for easy integration and API usage.
- Designed for assessing trustworthiness and identity of AI agents before interaction.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部