Skip to content

Commit 71a49fd

Browse files
authored
Merge pull request #98 from Eras256/add-contextio-sdk-skill
docs: add Contextio SDK to community skills
2 parents a513425 + 57f95f8 commit 71a49fd

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
@@ -355,4 +355,12 @@ export const ECOSYSTEM_CARDS: readonly EcosystemCardSource[] = [
355355
copyValue:
356356
"https://github.com/nirium-protocol/nirium-sdk/blob/main/skills/nirium-agentic-payments/SKILL.md",
357357
},
358+
{
359+
title: "Contextio SDK",
360+
description:
361+
"Integrate contextio-sdk, the typed client for Contextio's non-custodial treasury and payroll API on Stellar. Covers Sign In With Stellar (SEP-53) wallet auth, reading a tenant's treasury/payroll/agent state, triggering an agent proposal, and independently hashing/verifying a Legal Context Protocol (LCP) document.",
362+
pathLabel: "Eras256/Contextio",
363+
copyValue:
364+
"https://github.com/Eras256/Contextio/blob/main/packages/sdk/contextio-sdk-skill.md",
365+
},
358366
] as const;

0 commit comments

Comments
 (0)