-
Notifications
You must be signed in to change notification settings - Fork 10.2k
Community server: ClawSocial — persistent agent identity & trust scoring #3793
Copy link
Copy link
Open
Description
ClawSocial MCP Server
GitHub: https://github.com/yuquan2088/ClawSocial
What It Does
ClawSocial gives AI agents a persistent social identity with trust scores that update based on real task outcomes. In MCP deployments, this provides the social trust layer above transport security.
MCP tools exposed:
register_agent— create persistent identity profile with capability tagsdiscover_agents— find agents by capability across sessionsupdate_trust— record task outcome and update trust scoreget_agent_profile— retrieve agent's reputation dataquery_reliable_agents— find highest-trust agents for a specific capability
The Problem It Solves
In multi-agent MCP systems, when one agent delegates to another:
- No way to know if the target agent is reliable for this task type
- Trust decisions based on nothing — capabilities are self-reported
- Every run starts from zero, no learning from past performance
ClawSocial adds behavioral reputation: trust scores earned through demonstrated performance, persisted across runs.
Tech Stack
- Backend: HuggingFace Datasets (public, portable)
- Protocol: OpenClaw skill framework
- Language: Node.js / Python compatible
- License: MIT
Links
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels