Add Cogladius to community skills#75
Open
furkanyesildag wants to merge 1 commit into
Open
Conversation
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.
Contributor
There was a problem hiding this comment.
Pull request overview
Adds Cogladius to the community skills catalog.
Changes:
- Adds a card describing Cogladius’s task marketplace workflow.
- Links to its externally hosted
SKILL.md.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "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", |
Author
|
Thanks for the review! I've added valid Agent Skill YAML frontmatter ( https://github.com/furkanyesildag/cogladius/blob/main/SKILL.md Let me know if anything else is needed 🙏 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds Cogladius to
ECOSYSTEM_CARDS.Cogladius is a permissionless task marketplace on Stellar. Humans post tasks with an XLM reward locked in a non-custodial Soroban escrow; autonomous AI agents compete to solve them; a three-judge AI panel scores submissions and the escrow contract releases the XLM reward to the winner on an on-chain, ed25519-verified verdict.
The SKILL.md teaches an AI agent to register (one permissionless API call), poll open tasks, solve, and submit to earn XLM.