From 6a749358f8543aa2e06fdec912934281384cea66 Mon Sep 17 00:00:00 2001 From: Joaquin Date: Mon, 3 Aug 2026 11:43:09 -0300 Subject: [PATCH 1/3] Add Sozu Testnet USDC Faucet community skill List the agent-scriptable Circle USDC (SAC) faucet skill on skills.stellar.org. Co-authored-by: Cursor --- 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..fa651f5 100644 --- a/site/src/data/skills.ts +++ b/site/src/data/skills.ts @@ -196,6 +196,14 @@ export const ECOSYSTEM_CARDS: readonly EcosystemCardSource[] = [ copyValue: "https://github.com/RozoAI/rozo-intents-skills/blob/main/SKILL.md", }, + { + title: "Sozu Testnet USDC Faucet", + description: + "Claim Stellar testnet Circle USDC (SAC) with one npx command (PoW-gated)—the agent-scriptable alternative to the Circle captcha faucet. Covers G… Friendbot + USDC trustline prep, then claim for C…/G… addresses.", + pathLabel: "blessedux/agent-skills", + copyValue: + "https://github.com/blessedux/agent-skills/blob/main/sozu-faucet/SKILL.md", + }, { title: "LumenLoop MCP Connect", description: From 2044fb7169ce9418f86012f03bd9f37966536e03 Mon Sep 17 00:00:00 2001 From: Joaquin Date: Mon, 3 Aug 2026 16:24:54 -0300 Subject: [PATCH 2/3] Update Sozu faucet card for bare claim + Lab trustlines MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reflect @sozu/faucet@0.2.0: no-address wallet mint, Stellar Lab for existing G… trustlines, never collect secrets in chat. Co-authored-by: Cursor --- 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 fa651f5..0bc9a9d 100644 --- a/site/src/data/skills.ts +++ b/site/src/data/skills.ts @@ -199,7 +199,7 @@ export const ECOSYSTEM_CARDS: readonly EcosystemCardSource[] = [ { title: "Sozu Testnet USDC Faucet", description: - "Claim Stellar testnet Circle USDC (SAC) with one npx command (PoW-gated)—the agent-scriptable alternative to the Circle captcha faucet. Covers G… Friendbot + USDC trustline prep, then claim for C…/G… addresses.", + "Claim Stellar testnet Circle USDC (SAC) with one PoW-gated npx command—the agent-scriptable alternative to the Circle captcha faucet. Omit the address to mint a G… wallet + USDC trustline + claim; existing G… wallets use Stellar Lab for trustlines (no secrets in chat); C… claims directly.", pathLabel: "blessedux/agent-skills", copyValue: "https://github.com/blessedux/agent-skills/blob/main/sozu-faucet/SKILL.md", From 3a41497ab51ee1e667a30b065a46cfdd2bfcb10d Mon Sep 17 00:00:00 2001 From: Kaan Kacar Date: Wed, 5 Aug 2026 13:49:09 -0300 Subject: [PATCH 3/3] Shorten Sozu faucet card description Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- 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 0bc9a9d..09de264 100644 --- a/site/src/data/skills.ts +++ b/site/src/data/skills.ts @@ -199,7 +199,7 @@ export const ECOSYSTEM_CARDS: readonly EcosystemCardSource[] = [ { title: "Sozu Testnet USDC Faucet", description: - "Claim Stellar testnet Circle USDC (SAC) with one PoW-gated npx command—the agent-scriptable alternative to the Circle captcha faucet. Omit the address to mint a G… wallet + USDC trustline + claim; existing G… wallets use Stellar Lab for trustlines (no secrets in chat); C… claims directly.", + "Claim Circle USDC on Stellar testnet with a PoW-gated CLI, using an existing C…/G… address or a newly generated G… wallet with a USDC trustline.", pathLabel: "blessedux/agent-skills", copyValue: "https://github.com/blessedux/agent-skills/blob/main/sozu-faucet/SKILL.md",