standards

standards is a skill for Claude Code from rylsherdamz-rgb/stellar-forge. It costs 51 tokens per session (458 once invoked), scanned A, original, MIT.

Reference instructions for Stellar ecosystem standards used in wallet, anchor, KYC, deposit, withdrawal, and token integrations. Stellar is a blockchain network, and these standards define how related services and wallets communicate.

In plain words
What is it for?
Implementing Stellar wallet connections, wallet authentication, customer identity checks, anchor deposits and withdrawals, token contracts, and selected smart-account or zero-knowledge features.
Why use it?
It helps developers use the correct standard and environment settings instead of inventing incompatible interfaces or mixing testnet and public-network values.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the stellar-forge plugin — 31 skills, 4 commands, 6 agents, 4 MCP servers shipped together

Good fit Implementing Stellar wallet connections, wallet authentication, customer identity checks, anchor deposits and withdrawals, token contracts, and selected smart-account or zero-knowledge features.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/rylsherdamz-rgb/stellar-forge/standards
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add rylsherdamz-rgb/stellar-forge --skill standards
Clone the repo
git clone --depth 1 https://github.com/rylsherdamz-rgb/stellar-forge

Made for: Claude Code.

Or install stellar-forge, the plugin that ships this one along with the rest of its 31 skills, 4 commands, 6 agents, 4 MCP servers.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for standards

README.md
[![agentmods](https://agentmods.dev/badge/skills/rylsherdamz-rgb/stellar-forge/standards/github.svg)](https://agentmods.dev/skills/rylsherdamz-rgb/stellar-forge/standards)
Your own site
<a href="https://agentmods.dev/skills/rylsherdamz-rgb/stellar-forge/standards"><img src="https://agentmods.dev/badge/skills/rylsherdamz-rgb/stellar-forge/standards/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for standards

Your own site · 80×15
<a href="https://agentmods.dev/skills/rylsherdamz-rgb/stellar-forge/standards"><img src="https://agentmods.dev/badge/skills/rylsherdamz-rgb/stellar-forge/standards.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 51 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 458 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00051 $0.00458
Opus 5 $0.00026 $0.00229
Sonnet 5 $0.00010 $0.00092
Haiku 4.5 $0.00005 $0.00046

Measured 10d ago against content hash bcbb365d5689, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

standards scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/standards/SKILL.md · 58 lines

What it actually says

Standards (SEPs + CAPs)

When to Use

  • Connecting a wallet via Stellar Wallets Kit
  • Implementing SEP-10 (stellar.toml) for anchors
  • Building KYC flow with SEP-12
  • Handling deposits/withdrawals with SEP-6/SEP-24
  • Using a SEP-41 token contract

Key SEPs

SEP Purpose
SEP-1 stellar.toml — defines off-chain metadata
SEP-6 Deposit/Withdrawal API for anchors
SEP-10 Stellar Web Auth (wallet authentication)
SEP-12 KYC API (customer info)
SEP-24 Interactive anchor deposit/withdrawal
SEP-41 Contract token interface (SAC standard)
SEP-42 Smart account passkeys

Key CAPs

CAP Purpose
CAP-59 BLS12-381 host functions (ZK verification)
CAP-74 BN254 curve support
CAP-75 Poseidon hash for ZK

Ecosystem References

  • Wallets: Freighter, Lobstr, Wallet Kit
  • Dev Tools: stellar-sdk, soroban CLI, Hubble
  • DeFi: Aquarius, Blend, Phoenix
  • Infra: RPC providers, Horizon endpoints

Strict Rules

  1. Always check the SEP version listed in the integration docs
  2. Testnet vs pubnet have different config values — never hardcode
  3. SEP-41 tokens use the SAC pattern: useContract().read("balance_of", [address])
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 58 lines · 51 tokens per session scan A bcbb365d5689

Subscribe to this mod's changes

standards is a skill published in the GitHub repository rylsherdamz-rgb/stellar-forge (17 stars, last pushed today), licensed MIT. It adds 51 tokens to every session and 458 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

blockchain-web3

Use this skill when asked about web3 frontend development, ethers.js, viem, wagmi, web3.js, wallet integration (MetaMask, Phantom, WalletConnect), dApp architecture, RPC providers (Alchemy, Infura), and TypeScript blockchain SDKs. Language: TypeScript. Covers reading blockchain state, sending transactions, wallet…

j4flmao/agent-skills · 128 tokens

nirium-agentic-payments

Scaffold and run an x402 paid API server on Stellar with open-source client libraries: charge AI agents per API call with x402Serve(), a function from the nirium SDK that runs entirely on your own server, scaffold that server with nirium-cli in one command, and separately read live protocol data through the nirium-mcp…

nirium-protocol/nirium-sdk · 128 tokens

ethereum-development

Production-grade Ethereum/EVM development workflow for smart contracts, dApps, transactions, clients, gas optimization, testing, security review, deployment, verification, monitoring, and incident response across Foundry, Hardhat, Solidity, TypeScript, viem, ethers, wagmi, and common EVM networks.

dirtybits/agent-skills · 64 tokens

rail402-cli

Discover and pay for x402 APIs on Stellar from the command line. Use when an agent needs to find a paid API in the x402 Bazaar, pay for an API call with USDC on Stellar testnet, fund a testnet wallet, or look up an x402 settlement on the explorer — via the rail402 CLI.

tolgayayci/rail402 · 72 tokens

x402-stellar-payments

Use when asked to "pay for" a URL, add a "paid endpoint", handle HTTP 402, or work with x402 payments on Stellar.

CodeStrux/x402-stellar-kit · 38 tokens

solana-dev

Solana development: Anchor and Pinocchio programs, Kit clients, wallet flows, testing. Use when building a Solana dapp or program (e.g. write Anchor escrow, create SPL token, wallet-standard login, debug PDA, deploy to devnet).

Starchild-ai-agent/official-skills · 57 tokens