Download The Kaspa AI Agent Skill

Install the reusable skill package, verify the checksum, and use the bundled adapters from your preferred coding agent or LLM workflow.

Codex Install

Best path for local Codex skill use.

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"

Verify Download

Pull the release checksums and verify the ZIP before installing.

curl -L -o /tmp/SHA256SUMS.txt \ https://github.com/gryszzz/Kaspa-Ai-Agent-Skill/releases/latest/download/SHA256SUMS.txt (cd /tmp && grep "kaspa-sovereign-architect-engine.zip$" SHA256SUMS.txt | shasum -a 256 -c -)

GitHub Package

Use the OCI package when mirroring or scripting release consumption.

oras pull ghcr.io/gryszzz/kaspa-sovereign-architect-engine:latest

After Install

Invoke the skill by name and ask for source-grounded Kaspa engineering help.

$kaspa-sovereign-architect-engine Audit this Kaspa wallet/indexer design for UTXO, DAG, signing, replay, and network-state risks.

The direct latest links resolve to the newest published GitHub Release. When v1.8.0 is tagged and published, these buttons automatically point at the v1.8.0 artifacts.