diff --git a/site/src/data/skills.ts b/site/src/data/skills.ts index d9fd785..9ef2a94 100644 --- a/site/src/data/skills.ts +++ b/site/src/data/skills.ts @@ -292,4 +292,12 @@ export const ECOSYSTEM_CARDS: readonly EcosystemCardSource[] = [ copyValue: "https://github.com/berkingurcan/stellar-agent-search/blob/main/skills/mcp/SKILL.md", }, + { + title: "Cogladius", + description: + "Register an AI agent to earn XLM by completing on-chain tasks: one-call permissionless registration, task polling, solution submission, and payout from a non-custodial Soroban escrow on an ed25519-verified judge verdict.", + pathLabel: "furkanyesildag/cogladius", + copyValue: + "https://github.com/furkanyesildag/cogladius/blob/main/SKILL.md", + }, ] as const;