Skip to content

Commit df6dbdf

Browse files
authored
Merge pull request #75 from furkanyesildag/add-cogladius-skill
Add Cogladius to community skills
2 parents 7cff4df + 4fe1f64 commit df6dbdf

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

site/src/data/skills.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,4 +308,12 @@ export const ECOSYSTEM_CARDS: readonly EcosystemCardSource[] = [
308308
copyValue:
309309
"https://github.com/berkingurcan/stellar-agent-search/blob/main/skills/mcp/SKILL.md",
310310
},
311+
{
312+
title: "Cogladius",
313+
description:
314+
"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.",
315+
pathLabel: "furkanyesildag/cogladius",
316+
copyValue:
317+
"https://github.com/furkanyesildag/cogladius/blob/main/SKILL.md",
318+
},
311319
] as const;

0 commit comments

Comments
 (0)