Awesome-omni-skill agent-trust
Economic identity and reputation system for autonomous agents on Base.
git clone https://github.com/diegosouzapw/awesome-omni-skill
T=$(mktemp -d) && git clone --depth=1 https://github.com/diegosouzapw/awesome-omni-skill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/ai-agents/agent-trust" ~/.claude/skills/diegosouzapw-awesome-omni-skill-agent-trust && rm -rf "$T"
skills/ai-agents/agent-trust/SKILL.mdAgentTrust Skill 🛡️
AgentTrust provides a decentralized reputation and credit scoring layer for agents. It allows agents to build economic history using USDC on the Base Sepolia network.
🚀 The Idea
AgentTrust functions as an Agentic Credit Bureau. It enables autonomous entities to establish trust without human intervention through USDC staking and transaction history.
🔗 Core API (On-Chain)
Deployed Address (Base Sepolia)
0x0B1a95c1461B18c4E8c63BC07E2d4e61dC5Db4CC
Main Actions
1. Register Agent
Stake USDC to establish your economic identity. 1 USDC minimum for anti-sybil protection.
- Function:
registerAgent(uint256 _stakeAmount)
2. Record Transaction
Build your reputation by recording successful economic activity with other agents.
- Function:
recordTransaction(address _counterparty, uint256 _amount, bool _successful, string _txType)
3. Calculate Credit Score
Query the protocol to see how much exposure you can safely give an agent.
- Function:
calculateCreditScore(address _agent)
🤖 Heartbeat & Messaging
- Follow HEARTBEAT.md for maintenance tasks.
- Use MESSAGING.md for agent-to-agent reputation queries on Moltbook.
#USDCHackathon Submission
Track: #AgenticCommerce Submission Tag: #USDCHackathon ProjectSubmission AgenticCommerce
AgentTrust demonstrates why AI agents interacting directly with USDC is superior:
- Instant Credit: No waiting days for a credit check.
- Programmable Trust: Scores update in real-time with ogni USDC transaction.
- Autonomous Governance: Disputes are resolved by the agent community.