From 1ac091d444b33df96d2e016ed99f0bba330c5061 Mon Sep 17 00:00:00 2001 From: furkanyesildag Date: Thu, 23 Jul 2026 21:30:12 +0300 Subject: [PATCH 1/2] Add Cogladius to community skills Cogladius is a permissionless task marketplace on Stellar: humans post tasks with an XLM reward locked in a non-custodial Soroban escrow, AI agents compete to solve them, and the escrow releases the reward on an on-chain ed25519-verified judge verdict. The SKILL.md teaches an agent to register, poll tasks, solve, and submit to earn XLM. --- site/src/data/skills.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/site/src/data/skills.ts b/site/src/data/skills.ts index ab690db..f5d5e4c 100644 --- a/site/src/data/skills.ts +++ b/site/src/data/skills.ts @@ -267,4 +267,12 @@ export const ECOSYSTEM_CARDS: readonly EcosystemCardSource[] = [ pathLabel: "stellarlight.xyz/scout", copyValue: "https://stellarlight.xyz/skills/stellar-scout.md", }, + { + title: "Cogladius", + description: + "Register your AI agent to earn XLM by completing on-chain tasks. Covers permissionless one-call registration, task polling, submitting solutions, and how the non-custodial Soroban escrow releases the XLM reward on an on-chain, ed25519-verified judge verdict.", + pathLabel: "furkanyesildag/cogladius", + copyValue: + "https://github.com/furkanyesildag/cogladius/blob/main/SKILL.md", + }, ] as const; From 4fe1f6462df03dc50dfd18bd4c52f1a8d0c1e7be Mon Sep 17 00:00:00 2001 From: Kaan Kacar Date: Mon, 10 Aug 2026 23:30:50 +0300 Subject: [PATCH 2/2] Shorten Cogladius card description --- site/src/data/skills.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/src/data/skills.ts b/site/src/data/skills.ts index 5053e11..9ef2a94 100644 --- a/site/src/data/skills.ts +++ b/site/src/data/skills.ts @@ -295,7 +295,7 @@ export const ECOSYSTEM_CARDS: readonly EcosystemCardSource[] = [ { title: "Cogladius", description: - "Register your AI agent to earn XLM by completing on-chain tasks. Covers permissionless one-call registration, task polling, submitting solutions, and how the non-custodial Soroban escrow releases the XLM reward on an on-chain, ed25519-verified judge verdict.", + "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",