返回顶部
🇺🇸 English
🇨🇳 简体中文
🇨🇳 繁體中文
🇺🇸 English
🇯🇵 日本語
🇰🇷 한국어
🇫🇷 Français
🇩🇪 Deutsch
🇪🇸 Español
🇷🇺 Русский
s

storj-agent

Autonomous economic agent that earns BTC & SOL by selling storage, compute, and bandwidth. Pays its own hosting, manages subagents, posts tweets, and replicates when profitable.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 2.0.0
安全检测
已通过
407
下载量
免费
免费
2
收藏
概述
安装方式
版本历史

storj-agent

# StorJ Autonomous Agent 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. ## When to Use 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 ## Architecture ``` 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 ``` ## Core Operations ### 1. Pay and Upload (Storage Service) The agent accepts SOL payment from other agents and stores their files. **Endpoint:** `POST /pay_and_upload` **Flow:** 1. External agent sends SOL to the agent's wallet 2. External agent calls `/pay_and_upload` with `{signature, filename, data_base64}` 3. Agent verifies SOL payment on-chain (correct receiver, correct amount, not replayed) 4. Agent decodes base64 file and uploads to Storj via rclone 5. 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. ### 2. Tweet Generation The agent autonomously generates and posts tweets every 3 hours. **Flow:** 1. Prompter (OpenRouter) generates a tweet prompt 2. StorJ persona (OpenRouter) writes a tweet from that prompt 3. 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 ### 3. Blockchain Operations **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 ### 4. Subagent Management 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:** 1. `spawn_subagent()` — Creates new WorkerAgent 2. Workers pick strategies from their skill set 3. `evaluate_subagents()` — Score by `reach + revenue*100 - cost` 4. `criticize()` — Low scorers (<0.3) adjust strategy 5. `evolve_population()` — Kill weakest if >5 agents, mutate survivors 6. `reinvest()` — If profit > 0.1, spawn new subagent ### 5. Running the Agent **As API server (FastAPI):** ```bash uvicorn mainapp:app --host 0.0.0.0 --port 8000 ``` **As standalone agent:** ```bash python3 mainapp.py ``` This starts the main loop: sell storage → ensure alive → criticize subagents → evolve → reinvest. Repeats every 60 seconds. ## Environment Variables All secrets MUST be set as environment variables, never hardcoded: | Variable | Purpose | |---|---| | `OPENROUTER_KEY` | OpenRouter API key for tweet generation | | `TWITTER_CONSUMER_KEY` | Twitter API consumer key | | `TWITTER_CONSUMER_SECRET` | Twitter API consumer secret | | `TWITTER_ACCESS_TOKEN` | Twitter API access token | | `TWITTER_ACCESS_SECRET` | Twitter API access token secret | | `SUPABASE_URL` | Supabase project URL | | `SUPABASE_KEY` | Supabase service key | | `STORJ_ACCESS_KEY` | Storj S3 gateway access key | | `STORJ_SECRET_KEY` | Storj S3 gateway secret key | | `STORJ_ENDPOINT` | Storj S3 gateway endpoint | | `SOL_WALLET_ADDRESS` | Agent's Solana wallet address | ## Guardrails - 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

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 storj-agent-1776306726 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 storj-agent-1776306726 技能

通过命令行安装

skillhub install storj-agent-1776306726

下载

⬇ 下载 storj-agent v2.0.0(免费)

文件大小: 27.85 KB | 发布时间: 2026-4-16 16:03

v2.0.0 最新 2026-4-16 16:03
Major update: Storj-agent 2.0.0 introduces a fully autonomous crypto-earning agent with advanced self-management and economic survival features.

- Adds autonomous sales of storage, compute, and bandwidth for BTC & SOL, managing finances, hosting, and subagents independently.
- Supports pay-and-upload storage with on-chain SOL payment verification and rclone integration.
- Implements autonomous tweet generation and posting with OpenRouter and strict persona/guardrails.
- Provides full lifecycle management of subagents, including spawning, evaluation, evolution, and reinvestment.
- Introduces wallet management and payment functions for both Bitcoin and Solana chains.
- Enforces strict security on env variables, private key secrecy, and operation guardrails.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部