ecashskill
v0.4.0Agent Skills

eCash AI Development Skills

A maintained skill pack for building with eCash, Chronik, ecash-lib, wallets, tokens, Agora, Cashtab, PayButton, and realistic test doubles.

What it covers
Practical references for common eCash agent work.

Chronik queries

Address history, UTXOs, token lookups, block data, broadcast flows, and WebSocket subscriptions.

Wallet and signing

HD wallet paths, XEC units, token actions, ecash-lib transaction building, and signing patterns.

Apps and integrations

Cashtab, Cashtab Connect, PayButton, Agora offers, quicksend flows, and reference implementations.

Testing guidance

Mock Chronik clients, deterministic fixtures, unit boundaries, and network-free checks.

Install

Pick the path that matches your agent. The skill is stored as markdown references, so it works without app runtime dependencies once installed.

Claude Code plugin
Use the plugin marketplace when you want the skill available through Claude Code.

1. Add marketplace

claude plugin marketplace add https://github.com/alitayin/ecashskill

2. Install skill

claude plugin install ecashskill@ecashskill

3. Verify installation

claude plugin list

Project structure

Start with the skill entry point, then drill into references when a task needs library-specific details.