⛓️
DataHTML

Data

by rylsherdamz-rgb

Data is a Data 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 Data
Copy Data 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/data ~/.claude/skills/data

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/data/SKILL.md in rylsherdamz-rgb/stellar-agentic-framework
Installs to
~/.claude/skills/data
Collection
One of 11 skills cataloged from this repository
Category
Data668 skills

What Data does

Data queries Stellar chain state through the Stellar SDK, RPC, or Horizon for balances, contract data, events, and transactions. Use it for frontend hooks or backend reads against Stellar networks.

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

Documentation

README

Data — Stellar Chain Queries

All blockchain queries use useStellarData() (frontend) or Stellar SDK / RPC directly (backend). Never raw curl or manual RPC calls.

Source Files (published with this skill)

File Contents
templates/src/index.ts Express server — balance endpoint, contract query endpoint, CORS
templates/src/services/stellar.ts RPC client — getBalances, queryContract, getContractData, getEvents, getTransaction

Agentic Kit (Frontend)

Import from @/hooks/use-stellar-data:

const { getBalances, queryContract, getContractData, getEvents, getTransaction, loading, error } = useStellarData();

This is the opening of the README. Read the full README on GitHub.

Commands Data provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /payments

Frequently asked about Data

  • What else does rylsherdamz-rgb publish alongside Data?

    Data is one of 11 skills that DirSkills catalogs from rylsherdamz-rgb/stellar-agentic-framework, the repository it ships in. Its siblings there include Agentic Payments, Assets and DApp. Each one is a separate skill with its own page in this directory, installs the same way Data 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 Data compare to other Data skills?

    Data ranks #661 by stars among the 668 Data skills in this catalog. The most-starred ones next to it are Benchmark Methodology, Jupyter Notebook and Solana. 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 Data against them. Open each page to compare what they document and how they install.

More from rylsherdamz-rgb/stellar-agentic-framework

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

See all 11 skills