Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@ottocode/openclaw-setu

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ottocode/openclaw-setu

Setu provider for OpenClaw — pay for AI with Solana USDC. No API keys, just a wallet.

latest
Source
npmnpm
Version
0.1.11
Version published
Maintainers
1
Created
Source

@ottocode/openclaw-setu

Setu provider plugin for OpenClaw — pay for AI with Solana USDC.

No API keys. No accounts. Just a Solana wallet with USDC.

How It Works

OpenClaw → localhost:8403 (Setu proxy) → api.setu.ottocode.io → LLM provider
  • Auto-generates a Solana wallet (or import your own)
  • Fund the wallet with USDC on Solana
  • Each LLM request is signed with your wallet — payment IS authentication
  • Access 30+ models across Anthropic, OpenAI, Google, DeepSeek, and more

Quick Start

No project installation needed — this is a global tool.

# Option 1: Zero-install with bunx (recommended)
bunx @ottocode/openclaw-setu setup

# Option 2: Global install
bun install -g @ottocode/openclaw-setu
openclaw-setu setup
# Fund your wallet with USDC on Solana (address shown during setup)

# Start the proxy
bunx @ottocode/openclaw-setu start

# Restart OpenClaw
openclaw gateway restart

CLI Commands

openclaw-setu setup              Interactive setup (wallet + config)
openclaw-setu start              Start the local proxy server

openclaw-setu wallet generate    Generate a new Solana wallet
openclaw-setu wallet import      Import an existing private key
openclaw-setu wallet export      Export your private key
openclaw-setu wallet info        Show wallet address and balances

openclaw-setu config inject      Inject Setu provider into openclaw.json
openclaw-setu config remove      Remove Setu provider from openclaw.json
openclaw-setu config status      Check if Setu is configured

All commands work with bunx @ottocode/openclaw-setu <command> (no install required).

As an OpenClaw Plugin

If OpenClaw loads the plugin automatically (via openclaw.extensions in package.json), Setu registers:

  • Provider: setu — appears in OpenClaw's auth wizard
  • Service: setu-proxy — auto-starts the local proxy with the gateway
  • Commands: /wallet (show balances), /setu-status (check config)

Wallet Storage

  • Private key: ~/.openclaw/setu/wallet.key (mode 0600)
  • OpenClaw config: ~/.openclaw/openclaw.json

Environment Variables

  • SETU_PROXY_PORT — Proxy port (default: 8403)
  • SETU_PRIVATE_KEY — Alternative to wallet file

How is this different from ClawRouter?

SetuClawRouter
ChainSolanaBase (EVM)
TokenUSDC (SPL)USDC (ERC-20)
ProtocolSolana wallet signaturesx402 / EIP-712
Proxy port84038402

Both achieve the same goal: pay-per-token AI with no API keys. Choose based on which chain you prefer.

Keywords

openclaw

FAQs

Package last updated on 19 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts