Skip to content

Releases: Solizardking/dark-clawd

Dark Clawd v1.1.1 — public npm + 171 tools

Choose a tag to compare

@Solizardking Solizardking released this 07 Aug 20:25

Dark Clawd v1.1.1

Public npm package is live and verified.

Install

npm install -g @x402solana/dark-clawd
dark-clawd --help
dark-clawd tools
dark-clawd agent
dark-clawd run

Bins: dark-clawd · clawd · clawd-tui (Node shebang)

What's included

  • 171 SOL GPT tools (dark-clawd tools) — 122 core
  • OpenRouter agent harness (dark-clawd agent)
  • Bloomberg TUI (dark-clawd run)
  • Non-custodial prepare_* plans

Links

Dark Clawd v1.1.0 — 171 tools + OpenRouter agent

Choose a tag to compare

@Solizardking Solizardking released this 07 Aug 20:08

Dark Clawd v1.1.0

Hub: https://cheshireterminal.ai/dark-clawd
GitHub: https://github.com/Solizardking/dark-clawd
npm: @x402solana/dark-clawd@1.1.0

Install

npm install -g @x402solana/dark-clawd
# or tarball:
npm install -g https://github.com/Solizardking/dark-clawd/releases/download/v1.1.0/x402solana-dark-clawd-1.1.0.tgz
# or:
curl -fsSL https://raw.githubusercontent.com/Solizardking/dark-clawd/main/tui/install.sh | bash

What's new

  • 171 SOL GPT toolsdark-clawd tools (122 core)
  • OpenRouter agent harnessdark-clawd agent multi-turn tool loop
  • Non-custodial prepare_* plans
  • Installer + README document tools, agent, env keys
dark-clawd tools
dark-clawd tools list --group phoenix
dark-clawd agent -p "What is trending on Solana?"
dark-clawd run

Dark Clawd v1.0.0 — first public release

Choose a tag to compare

@Solizardking Solizardking released this 07 Aug 19:44

Dark Clawd v1.0.0 — first public release

Hub: https://cheshireterminal.ai/dark-clawd
GitHub: https://github.com/Solizardking/dark-clawd
Package: @x402solana/dark-clawd

Install (Node.js ≥18, Bun not required)

Recommended — GitHub release tarball

npm install -g https://github.com/Solizardking/dark-clawd/releases/download/v1.0.0/x402solana-dark-clawd-1.0.0.tgz
dark-clawd welcome
dark-clawd status
dark-clawd run

One-shot installer

curl -fsSL https://raw.githubusercontent.com/Solizardking/dark-clawd/main/tui/install.sh | bash

npm registry (optional)

npm install -g @x402solana/dark-clawd

Registry publish requires an interactive npm OTP on the maintainer machine. Until then, use the release tarball above (same package contents).

Bins

dark-clawd · clawd · clawd-tui

Friendly commands

  • dark-clawd welcome — first-run guide (hub + GitHub + install)
  • dark-clawd info — product + runtime (Node-safe)
  • dark-clawd setup — provider checklist
  • dark-clawd status — API configuration

Preferred package surface: tui/ in this repository.