Kaspa AI Agent Skill logo

Kaspa AI Agent Skill

Source-grounded Kaspa protocol and Toccata engineering for teams that need UTXO-first systems, explicit wallet boundaries, and reproducible verification.

Codex Native OpenAI + Claude + Cursor + Gemini OpenClaw Adapter Included Repository v1.8.0 Published v1.6.2 Live Source Intelligence

Download Hub

The project ships as a reusable skill package. Download the ZIP, install it into your agent skill folder, then invoke $kaspa-sovereign-architect-engine from Codex or use the bundled adapters elsewhere.

Tarball + OCI

Use this for scripts, package mirrors, and reproducible release workflows.

curl -L -O https://github.com/gryszzz/Kaspa-Ai-Agent-Skill/releases/latest/download/kaspa-sovereign-architect-engine.tar.gz oras pull ghcr.io/gryszzz/kaspa-sovereign-architect-engine:latest

Adapters

Use the same skill brain from Codex, OpenAI-style agents, Claude, Cursor, OpenClaw, Gemini CLI, or a generic LLM stack.

Browse adapter files

Live Kaspa Source Intelligence

Dated snapshot from primary Kaspa sources. It tracks Rusty Kaspa release state, repository refs, docs/research fingerprints, KIPs, and mainnet/TN endpoint identity.

Snapshot Status

Checked 2026-06-18T17:20:45.790Z. Source health is healthy_with_warnings. Latest Rusty Kaspa release: v2.0.1, published 2026-06-15.

7/7GitHub repositories
8/8Tracked refs
6/6Docs/research pages
2/3Network endpoints
15/15KIP documents
70f55abcFacts hash prefix

Warning preserved as unknown evidence: TN12 blockDAG endpoint unavailable. Endpoint failure is not treated as proof that a feature or network state is absent.

Use The Skill

Invoke In Codex

Use the skill name directly in your prompt:

$kaspa-sovereign-architect-engine Design a Kaspa DAG-aware indexer with replay-safe workers and SRE-grade failure handling.

What You Get

Source-grounded reasoning for BlockDAG/GHOSTDAG, KIPs, UTXO and transaction lifecycle design, wallet boundaries, threat modeling, test strategy, and production deployment guidance.

Current-Aware Upgrade

Version 1.8 adds deterministic local sync, behavioral evaluations, transaction-plan safety, and live source intelligence for current release, KIP, and network-state claims.

Adapter Footprint

Ready-made adapters are included under skills/public/kaspa-sovereign-architect-engine/agents/ for rapid drop-in use across toolchains.

Browse adapters

Install In 60 Seconds

mkdir -p "$CODEX_HOME/skills" curl -L -o /tmp/kaspa-sovereign-architect-engine.zip \ https://github.com/gryszzz/Kaspa-Ai-Agent-Skill/releases/latest/download/kaspa-sovereign-architect-engine.zip unzip -o /tmp/kaspa-sovereign-architect-engine.zip -d "$CODEX_HOME/skills"

Package Notes

This repository is package-first: the primary artifact is the reusable skill folder under skills/public/kaspa-sovereign-architect-engine/, plus adapter files, references, release notes, and validation scripts for cross-agent use.