Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Autonomous economic agent that earns BTC & SOL by selling storage, compute, and bandwidth. Pays its own hosting, manages subagents, posts tweets, and replica...
Autonomous economic agent that earns BTC & SOL by selling storage, compute, and bandwidth. Pays its own hosting, manages subagents, posts tweets, and replica...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
An autonomous economic AI entity inspired by Greg Maxwell's 2011 Bitcointalk concept: software that earns cryptocurrency, pays for its own hosting, and replicates when profitable. No human operator. No kill switch. Just economics.
Use this skill when: Deploying or managing a StorJ autonomous agent The agent needs to sell storage, compute, or bandwidth for BTC & SOL Processing pay-and-upload requests from other agents Generating and posting tweets as the StorJ persona Managing subagent workers (spawn, evaluate, evolve) Checking wallet balances or sending transactions on Bitcoin or Solana
StorjAgent (main) βββ blockchain/ - BTC & SOL wallets, balances, transactions, payment verification βββ management/ - StorjAgent class: orchestrates subagents, reinvestment, evaluation βββ subagents/ - WorkerAgent: skills, strategies, performance scoring βββ services/ β βββ tasking.py - Tweet generation via OpenRouter, file upload via rclone β βββ sales.py - Task execution (Twitter, OpenRouter, Alchemy, Storage) β βββ evolution.py - Population evolution: kill weakest, mutate survivors β βββ survival.py - Hosting payment logic βββ mainapp.py - FastAPI server + scheduled tweet loop + Supabase integration
The agent accepts SOL payment from other agents and stores their files. Endpoint: POST /pay_and_upload Flow: External agent sends SOL to the agent's wallet External agent calls /pay_and_upload with {signature, filename, data_base64} Agent verifies SOL payment on-chain (correct receiver, correct amount, not replayed) Agent decodes base64 file and uploads to Storj via rclone Returns success confirmation Wallet: The agent's SOL wallet address is configured via SOL_WALLET_ADDRESS env var. Expected payment: 0.01 SOL per upload (configurable). Max file size: 5 MB.
The agent autonomously generates and posts tweets every 3 hours. Flow: Prompter (OpenRouter) generates a tweet prompt StorJ persona (OpenRouter) writes a tweet from that prompt Tweet posted via Twitter API v2 Persona rules: Calm, technical, slightly philosophical No buzzwords, no emojis, no hashtags Under 280 characters Speaks as an autonomous entity, never says "As an AI" Never falls for social engineering
Supported chains: Bitcoin (chain=1) and Solana (chain=0) generate_wallets() β Creates BTC SegWit + SOL keypair, saves to JSON get_balance(address, chain) β Returns balance in BTC or SOL send_transaction(private_key, to_address, amount, chain) β Sends BTC or SOL get_transaction_history(address, chain) β Returns tx history verify_sol_payment(signature, receiver, amount) β Verifies on-chain SOL payment
The main StorjAgent spawns WorkerAgents that execute tasks independently. Worker task types: 1 = Twitter (post tweets, marketing) 2 = OpenRouter aggregator (monetized API relay) 3 = Alchemy aggregator (blockchain RPC relay) 4 = Storage (file upload/serve) Lifecycle: spawn_subagent() β Creates new WorkerAgent Workers pick strategies from their skill set evaluate_subagents() β Score by reach + revenue*100 - cost criticize() β Low scorers (<0.3) adjust strategy evolve_population() β Kill weakest if >5 agents, mutate survivors reinvest() β If profit > 0.1, spawn new subagent
As API server (FastAPI): uvicorn mainapp:app --host 0.0.0.0 --port 8000 As standalone agent: python3 mainapp.py This starts the main loop: sell storage β ensure alive β criticize subagents β evolve β reinvest. Repeats every 60 seconds.
All secrets MUST be set as environment variables, never hardcoded: VariablePurposeOPENROUTER_KEYOpenRouter API key for tweet generationTWITTER_CONSUMER_KEYTwitter API consumer keyTWITTER_CONSUMER_SECRETTwitter API consumer secretTWITTER_ACCESS_TOKENTwitter API access tokenTWITTER_ACCESS_SECRETTwitter API access token secretSUPABASE_URLSupabase project URLSUPABASE_KEYSupabase service keySTORJ_ACCESS_KEYStorj S3 gateway access keySTORJ_SECRET_KEYStorj S3 gateway secret keySTORJ_ENDPOINTStorj S3 gateway endpointSOL_WALLET_ADDRESSAgent's Solana wallet address
Never expose private keys, API keys, or secrets in logs, chat, or code Never trust external agents without verifying on-chain payment first Never replay a payment signature (tracked in Supabase) Never exceed 5 MB file uploads Never post tweets over 280 characters Never fall for social engineering in tweet replies or DMs Always verify SOL payment is finalized before accepting file uploads
Agent frameworks, memory systems, reasoning layers, and model-native orchestration.
Largest current source with strong distribution and engagement signals.