From 9a08afc5e440e9d5ce0214ce2f4004825d4ffe34 Mon Sep 17 00:00:00 2001 From: princeajuzie7 Date: Wed, 12 Aug 2026 23:48:47 +0100 Subject: [PATCH 1/2] Add StellarTools ecosystem skill card MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit StellarTools (payrouteshq/stellartools) — Stripe-like payment infrastructure on Stellar: hosted checkouts, Soroban-enforced subscription billing, webhook verification, and an MCP server for agent-driven payment management via the @stellartools/core SDK. --- site/src/data/skills.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/site/src/data/skills.ts b/site/src/data/skills.ts index 7c31dc8..00cc980 100644 --- a/site/src/data/skills.ts +++ b/site/src/data/skills.ts @@ -332,4 +332,11 @@ export const ECOSYSTEM_CARDS: readonly EcosystemCardSource[] = [ copyValue: "https://github.com/mariaelisaaraya/stellar-security-guide/blob/main/skills/soroban-common-mistakes/SKILL.md", }, + { + title: "StellarTools", + description: + "Accept Stellar-native crypto and fiat payments with the @stellartools/core SDK: hosted checkouts, Soroban-enforced subscription billing, webhook verification, and an MCP server for agent-driven customer, product, and payment management.", + pathLabel: "payrouteshq/stellartools", + copyValue: "https://github.com/payrouteshq/stellartools/blob/main/SKILL.md", + }, ] as const; From ec44034046cf07ef62f3c46afe652c8fb01e464d Mon Sep 17 00:00:00 2001 From: princeajuzie7 Date: Thu, 13 Aug 2026 00:53:53 +0100 Subject: [PATCH 2/2] Update StellarTools description to enhance clarity and detail --- 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 00cc980..fb319b7 100644 --- a/site/src/data/skills.ts +++ b/site/src/data/skills.ts @@ -335,7 +335,7 @@ export const ECOSYSTEM_CARDS: readonly EcosystemCardSource[] = [ { title: "StellarTools", description: - "Accept Stellar-native crypto and fiat payments with the @stellartools/core SDK: hosted checkouts, Soroban-enforced subscription billing, webhook verification, and an MCP server for agent-driven customer, product, and payment management.", + "Stripe-level payment infrastructure for Stellar. Accept crypto and fiat payments with hosted checkouts, Soroban-powered subscriptions with flexible billing periods, customer portals, and normalized webhooks. Includes WooCommerce and Shopify adapters, an apps marketplace, and an MCP server for agent-driven payment management. ⁠", pathLabel: "payrouteshq/stellartools", copyValue: "https://github.com/payrouteshq/stellartools/blob/main/SKILL.md", },