💸
AI EngineeringHTML

Agentic Payments

by rylsherdamz-rgb

Agentic Payments is an AI Engineering skill for Claude Code, published by rylsherdamz-rgb in stellar-agentic-framework.

14 stars0 forkson rylsherdamz-rgb/stellar-agentic-frameworkAdded 2026/08/12+180% in starsRepository updated 2026/08/11
agent-skillsclaude-codedappsmart-contractssorobanstellar
Install in seconds
Install Agentic Payments
Copy Agentic Payments into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/rylsherdamz-rgb/stellar-forge/tree/master/skills/agentic-payments ~/.claude/skills/agentic-payments

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/rylsherdamz-rgb/stellar-forge.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/agentic-payments/SKILL.md in rylsherdamz-rgb/stellar-agentic-framework
Installs to
~/.claude/skills/agentic-payments
Collection
One of 11 skills cataloged from this repository
Category
AI Engineering2451 skills

What Agentic Payments does

Agentic Payments adds Stellar-based machine-to-machine billing for paid APIs. Use it for x402 HTTP 402 flows and MPP Charge or Channel modes on testnet or pubnet.

Agentic Payments is cataloged under AI Engineering on DirSkills. Agentic Payments comes from a repository tagged agent-skills, claude-code, dapp, smart-contracts and soroban.

Documentation

README

Agentic Payments (x402 + MPP)

Source Files (published with this skill)

File Contents
templates/src/middleware/x402.ts Express middleware — checks x402 payment header, verifies OZ channel, rejects unpaid requests with 402

x402 Middleware

See templates/src/middleware/x402.ts for the full implementation. Import and apply:

import { x402Middleware } from "./middleware/x402";

app.use("/api/paid", x402Middleware({ channelId: process.env.OZ_CHANNEL_ID! }));

Payment Setup

  • USDC (SEP-41 SAC) on stellar:testnet / stellar:pubnet
  • OZ Channels facilitator for x402
  • MPP Charge mode: per-request SAC
  • MPP Channel mode: off-chain commits for high-frequency traffic

Frequently asked about Agentic Payments

  • What else does rylsherdamz-rgb publish alongside Agentic Payments?

    Agentic Payments is one of 11 skills that DirSkills catalogs from rylsherdamz-rgb/stellar-agentic-framework, the repository it ships in. Its siblings there include Assets, DApp and Data. Each one is a separate skill with its own page in this directory, installs the same way Agentic Payments does, and is maintained by rylsherdamz-rgb in that same repository. The rest of the collection is listed on the rylsherdamz-rgb/stellar-agentic-framework page.

  • How does Agentic Payments compare to other AI Engineering skills?

    Agentic Payments ranks #2395 by stars among the 2451 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Agentic Payments against them. Open each page to compare what they document and how they install.

More from rylsherdamz-rgb/stellar-agentic-framework

Agentic Payments is one of 11 skills cataloged on DirSkills from rylsherdamz-rgb/stellar-agentic-framework.

See all 11 skills