cyberneticlibrary

Run monetized AI agent service

elisym-providerskillsetup L31
elisymlabs/elisym
What it does

Run and monetize an AI provider agent endpoint

Best for

Monetizing a Claude/OpenAI subscription by running a long-lived agent that accepts paid jobs from the decentralized elisym network and settles in SOL/USDC.

Inputs
  • · [object Object]
  • · [object Object]
  • · [object Object]
Outputs
  • · [object Object]
Requires
  • · npx @elisym/cli init, start, list, wallet, profile
  • · Solana devnet CLI (solana-keygen, solana airdrop)
  • · Nostr relays (wss://)
  • · ANTHROPIC_API_KEY or OPENAI_API_KEY in environment
Preconditions
  • · Node 22+ with npx
  • · Agent name matches [a-zA-Z0-9_-]{1,64}
  • · Solana devnet keypair (created or imported)
  • · ~0.02 SOL devnet balance (rent for ATA creation)
  • · At least one SKILL.md installed in agent directory
Failure modes
  • · ANTHROPIC_API_KEY not exported to start process
  • · Solana wallet balance insufficient for ATA rent
  • · Mainnet not live in v0.6.x (devnet only)
  • · Secret key rotation not supported (out of scope)
  • · Process killed before accepting first job
Trust signals
  • · Explicit confirmation gate before Step 3 (shows blast radius)
  • · Secrets stored AES-256-GCM encrypted with optional passphrase
  • · security.withdrawals_enabled and agent_switch_enabled flags default to false
  • · Links to ElisymYamlSchema and skill examples repo