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.
npx skills add rylsherdamz-rgb/stellar-forge --skill assetsgit clone --depth 1 https://github.com/rylsherdamz-rgb/stellar-forgeWrote 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.
[](https://agentmods.dev/skills/rylsherdamz-rgb/stellar-forge/assets)<a href="https://agentmods.dev/skills/rylsherdamz-rgb/stellar-forge/assets"><img src="https://agentmods.dev/badge/skills/rylsherdamz-rgb/stellar-forge/assets/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.
<a href="https://agentmods.dev/skills/rylsherdamz-rgb/stellar-forge/assets"><img src="https://agentmods.dev/badge/skills/rylsherdamz-rgb/stellar-forge/assets.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00070 | $0.00410 |
| Opus 5 | $0.00035 | $0.00205 |
| Sonnet 5 | $0.00014 | $0.00082 |
| Haiku 4.5 | $0.00007 | $0.00041 |
Grade A, and why
assets 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.
What it actually says
Assets (Classic + SAC)
When to Use
- Issuing a Stellar classic asset (token)
- Setting up trustlines for distribution
- Configuring authorization flags (revocable, clawback-enabled)
- Bridging a classic asset to Soroban via SAC
- Reading trustline balances from the ledger
Key Concepts
Classic Assets
Issued on Stellar network with ChangeTrust + Payment operations. Controlled by asset issuer flags.
| Flag | Description |
|---|---|
AUTHORIZATION_REQUIRED |
Trustlines must be approved by issuer |
AUTHORIZATION_REVOCABLE |
Issuer can freeze/revoke trustlines |
AUTHORIZATION_CLAWBACK_ENABLED |
Issuer can clawback sent assets |
SAC (Stellar Asset Contract)
Bridges classic assets to Soroban smart contracts as SEP-41 tokens. Each classic asset has a corresponding SAC contract ID.
Trustlines
Required for users to hold non-native assets. Managed via ChangeTrustOp in classic or SAC deposit/withdraw methods.
Strict Rules
- Classic asset flags must be set at issuance — cannot be added later
- SAC contract IDs are deterministic from the asset and network passphrase
- Use
useStellarData().getBalances()to read trustline balances — no raw RPC
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.
- 10d ago First seen · 50 lines · 70 tokens per session scan A 067ec27a422f
assets is a skill published in the GitHub repository rylsherdamz-rgb/stellar-forge (17 stars, last pushed yesterday), licensed MIT. It adds 70 tokens to every session and 410 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.
Other skills, from other repositories
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…
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.
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.
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.
mcp
Use when an AI agent or MCP client needs to discover, rank, inspect evidence limits, and inspect self-declared service endpoint candidates for Stellar 8004 agents at runtime. Documents how to register the read-only, keyless stellar-agent-search server and use its tools, resources, and prompts; reputation values remain…
averray-poster
Use Averray's MCP workflow to draft and fund a job from your own wallet, select an honest verifier path, and understand settlement, receipts, cancellation, and disputes.