A agent-native reputation primitive for African developers
# Imara Reputation Skill
> The first agent-native reputation primitive for African developers — queryable by any AI agent, actionable onchain via X Layer.
---
## Project Introduction
African developers are invisible to the global agent economy. DAOs cannot pay them, protocols cannot trust them, and agents cannot route to them — not because they lack skill, but because the reputation infrastructure built for Silicon Valley does not map to Nairobi, Addis Ababa, or Lagos.
**Imara Reputation Skill** bridges this gap. It is a reusable agent skill that lets any AI agent query a verified reputation score for a developer — synthesized from onchain activity via OKX Onchain OS, builder rankings from Talent Protocol, and the Imara African Developer Registry — and then act on that score onchain via X Layer.
One call. Structured trust signal. Onchain action.
This is not a hackathon experiment. It is the first agent-native primitive for Imara Protocol, a cross-border collaboration and reputation platform for African software developers.
---
## Architecture Overview
```
AGENT (Claude Code / OpenClaw / any MCP-compatible agent)
│
│ GET /reputation?id={wallet | github | imara_id}
▼
┌─────────────────────────────────────────────────────┐
│ IMARA REPUTATION SKILL │
│ (Go HTTP Service) │
│ │
│ ┌─────────────────┐ ┌──────────────────────────┐ │
│ │ Signal Fetcher │ │ Scoring Engine │ │
│ │ │ │ │ │
│ │ • OKX Onchain OS │ │ score = weighted_avg( │ │
│ │ okx-wallet- │ │ onchain_activity, │ │
│ │ portfolio │ │ builder_rank, │ │
│ │ okx-dex-signal │ │ github_contributions, │ │
│ │ │ │ imara_registry │ │
│ │ • Talent Protocol│ │ ) │ │
│ │ Builder Rank │ │ │ │
│ │ Credentials …