# Awesome OpenClaw Money Maker ๐ฆ๐ฐ [](https://awesome.re) [](https://github.com/BlockRunAI/awesome-OpenClaw-Money-Maker) [](http://creativecommons.org/publicdomain/zero/1.0/) > A curated list of open-source tools and repos for making money with AI agents like [OpenClaw](https://github.com/openclaw/openclaw). **Reality check:** These are potential earnings, not guarantees. Factor in API/token costs, time investment, and market competition. --- ## Web4 The Money Loop ๐ ``` โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โ โ โ ๐ต USDC โโโบ ClawRouter โโโบ LLM โโโบ OpenClaw โโโบ ๐ฐ Profit โ โ โฒ โ โ โ โโโโโโโโโโโโโโโโโ reinvest โโโโโโโโโโโโโโโโโโโโโ โ โ โ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ ``` 1. **Fund your wallet** with USDC (on Base) 2. **OpenClaw uses [ClawRouter](https://github.com/BlockRunAI/ClawRouter)** to access 41+ LLMs 3. **Pay-per-request** via x402 micropayments - no API keys, no subscriptions 4. **Save up to 92%** on inference costs with smart model routing 5. **LLM executes tasks** that generate income 6. **Profit funds more usage** - creating a self-sustaining money loop **Get started:** [ClawRouter v0.11.12](https://github.com/BlockRunAI/ClawRouter) โญ 3.8k | [BlockRun.ai](https://blockrun.ai) ### ๐ ClawRouter v0.11.12 - Mar 2026 Latest version with 16-model curated allowlist, image generation, usage reports, and three-strike escalation: | Feature | Description | |---------|-------------| | **Response Caching** | LLM response caching with SHA-256 hashing, 10min TTL, 200-entry LRU cache | | **Routing Profiles** | 4 modes: `auto` (balanced), `eco` (max savings), `premium` (best quality), `free` (zero cost) | | **Context-Length Routing** | Auto-filters models that can't handle request context size | | **Agentic Auto-Detect** | Intelligent routing for multi-step autonomous workflows | | **Tool Detection** | Auto-switches modes when `tools` array is detected | | **15-Dimension Routing** | Local scoring (<1ms) classifies prompts into SIMPLE/MEDIUM/COMPLEX/REASONING | | **Session Persistence** | 1-hour model pinning for multi-turn conversations | | **Smart Fallback Chains** | Auto-retry with next-best model on provider errors | | **Model Aliases** | `/model codex`, `/model opus`, `/model sonnet`, `/model kimi`, `/model free` | | **Reasoning Model Support** | Handles `reasoning_content` for O3/O4/DeepSeek-R1/Grok-reasoning | | **Free Tier Fallback** | Falls back to nvidia/gpt-oss-120b when wallet is empty | | **`clawrouter doctor`** | AI-powered diagnostics when things go wrong (Sonnet default, Opus for deep analysis) | | **`clawrouter report`** | Daily/weekly/monthly usage reports via `npx @blockrun/clawrouter report` | | **`/imagegen` command** | Generate images from chat (DALL-E 3, Flux, Google Nano Banana) with x402 micropayments | | **`/debug` command** | Routing diagnostics (tier, model, scores, session state) with zero API cost | | **Three-Strike Escalation** | Auto-escalates SIMPLEโMEDIUMโCOMPLEXโREASONING on 3 identical hashes โ fixes agentic loops | | **Multilingual Keywords** | ES/PT/KO/AR language support for global users | | **16-Model Curated Allowlist** | Trimmed to top 16 models across 4 routing profiles + popular picks | ```bash # Install via OpenClaw openclaw plugins install @blockrun/clawrouter # Or via npm npm install @blockrun/clawrouter@0.11.12 # Or standalone curl -fsSL https://blockrun.ai/ClawRouter-update | bash ``` --- ## Contents - [Trading Bots](#trading-bots) - [MEV & Arbitrage](#mev--arbitrage) - [Prediction Markets](#prediction-markets) - [DeFi & Yield Farming](#defi--yield-farming) - [Airdrop Farming](#airdrop-farming) - [Lead Generation & Sales](#lead-generation--sales) - [Content Creation](#content-creation) - [AI Agent Frameworks](#ai-agent-frameworks) - [OpenClaw Skills](#openclaw-skills) - [Workflow Automation](#workflow-automation) - [MCP Servers & Tools](#mcp-servers--tools) - [Research & Analysis](#research--analysis) - [Resources & Directories](#resources--directories) - [Cost Considerations](#cost-considerations) - [Security Warnings](#security-warnings) --- ## Trading Bots ### Crypto Trading - [**Freqtrade**](https://github.com/freqtrade/freqtrade) โญ 46.5k - Free, open-source crypto trading bot. Supports all major exchanges (Binance, Hyperliquid, etc.). ML strategy optimization via FreqAI. Telegram control + WebUI. - ๐ฐ **Monetize:** Sell custom strategies, run managed bot services, offer backtesting consulting - [**Hummingbot**](https://github.com/hummingbot/hummingbot) โญ 15.9k - Open source market making and liquidity mining bot. Supports 40+ CEXs/DEXs. Customizable strategies in Python. - ๐ฐ **Monetize:** Market making profits, liquidity mining rewards, strategy consulting - [**FinRL**](https://github.com/AI4Finance-Foundation/FinRL) โญ 11.4k - Deep reinforcement learning for trading. Supports DQN, DDPG, A2C, SAC, PPO, TD3. Crypto environments with Binance API. - ๐ฐ **Monetize:** Sell trained models, quant consulting, proprietary strategy development - [**Jesse**](https://github.com/jesse-ai/jesse) โญ 7.4k - Advanced crypto trading bot in Python. Backtesting, paper trading, live trading. Built for algo traders. - ๐ฐ **Monetize:** Sell strategies, subscription bot service, algo trading education - [**Superalgos**](https://github.com/Superalgos/Superalgos) โญ 5.3k - Visual crypto trading bot builder. Drag-and-drop strategy design, backtesting, paper trading, multi-server deployments. - ๐ฐ **Monetize:** Sell strategy templates, managed bot services, white-label platform - [**OctoBot**](https://github.com/Drakkar-Software/OctoBot) โญ 5.2k - Open-source bot with AI, Grid, DCA, TradingView strategies. Simple interface, 15+ exchanges. - ๐ฐ **Monetize:** Premium strategies, hosting service, configuration consulting - [**OpenTrader**](https://github.com/Open-Trader/opentrader) โญ 2.2k - Open-source DCA & Grid trading bot with UI. Self-hosted, pro features unlocked. - ๐ฐ **Monetize:** Managed service, custom strategy development, enterprise deployments - [**Krypto-trading-bot**](https://github.com/ctubio/Krypto-trading-bot) โญ 3.7k - Self-hosted high-frequency market making bot in C++. Low-latency automated trading. - ๐ฐ **Monetize:** HFT market making profits, strategy licensing, managed bot hosting - [**crypto-trading-bot**](https://github.com/Haehnchen/crypto-trading-bot) โญ 3.4k - Multi-exchange crypto trading bot in JavaScript. Supports Bitfinex, Bitmex, Binance, Bybit. - ๐ฐ **Monetize:** Multi-exchange arbitrage, strategy development, managed bot service - [**Sibyl**](https://github.com/nMaroulis/sibyl) - AI-powered crypto trading dashboard. Oracle (LLM agent layer) + Chronos (LSTM/GTU price forecasting). - ๐ฐ **Monetize:** Premium analysis tool, API access to signals, white-label for exchanges ### AI Trading Agents - [**OpenBB**](https://github.com/OpenBB-finance/OpenBB) โญ 60k - Financial data platform for analysts, quants and AI agents. Open-source investment research terminal with AI copilot. - ๐ฐ **Monetize:** Custom research tools, financial data SaaS, enterprise integrations, quant consulting - [**GOAT SDK**](https://github.com/goat-sdk/goat) โญ 951 - The leading agentic finance toolkit for AI agents. Connect agents to DeFi protocols, wallets, and on-chain actions. - ๐ฐ **Monetize:** Agent-powered trading bots, DeFi automation, on-chain agent services - [**OpenNof1**](https://github.com/wfnuser/OpenNof1) โญ 207 - Your custom 24/7 AI trading agent. Inspired by nof1.ai. Open source and self-hostable. - ๐ฐ **Monetize:** Managed trading service, strategy licensing, white-label solutions - [**EVClaw**](https://github.com/Degenapetrader/EVClaw) โญ 29 - OpenClaw AI Trading Agent based on EVPlus.AI market data. - ๐ฐ **Monetize:** EV-driven trading signals, managed accounts, strategy licensing - [**nof1.ai**](https://github.com/195440/nof1.ai) โญ 551 - Autonomous AI trading agent. Web-based interface with real-time market monitoring and AI-powered decision making. - ๐ฐ **Monetize:** Managed trading service, strategy licensing, white-label solutions - [**AI Trading Agent (Hyperliquid)**](https://github.com/Gajesh2007/ai-trading-agent) โญ 455 - AI trading agent built specifically for Hyperliquid perpetual DEX. - ๐ฐ **Monetize:** Perp trading profits, signal service, managed accounts - [**AgentTrade**](https://github.com/luffycodes/AgentTrade) - LLM-based trading system using technical analysis, news, and sentiment with reasoning. - ๐ฐ **Monetize:** Signal service, managed accounts, SaaS platform - [**OpenAlice**](https://github.com/TraderAlice/OpenAlice) โญ 571 - File-driven AI trading agent engine for crypto and securities markets. Autonomous 24/7 operation. - ๐ฐ **Monetize:** Managed trading service, agent customization, strategy licensing - [**Dexter**](https://github.com/virattt/dexter) โญ 16.1k - Autonomous agent for deep financial research. AI-powered analysis and investment insights. - ๐ฐ **Monetize:** Research-as-a-service, premium analysis reports, enterprise financial intelligence - [**TradingAgents**](https://github.com/TradingAgents-AI/TradingAgents) - Multi-agent trading framework with specialized analyst, researcher, and trader agents. - ๐ฐ **Monetize:** Enterprise trading solutions, custom agent development ### Solana Trading - [**Solana Trading Bot**](https://github.com/warp-id/solana-trading-bot) โญ 2.3k - Beta Solana trading bot. Sniper, swap, and automated trading. - ๐ฐ **Monetize:** Token sniping profits, managed bot service, strategy development - [**open-sol-bot**](https://github.com/ChainBuff/open-sol-bot) โญ 404 - Fully open-source Solana copy trading and auto-trading bot. - ๐ฐ **Monetize:** Copy trading fees, managed accounts, bot licensing - [**Solana Trading Bot (Raydium/Pump.fun)**](https://github.com/henrytirla/Solana-Trading-Bot) โญ 289 - Buy/sell SPL tokens on Raydium DEX and Pump.fun using Jito SDK. - ๐ฐ **Monetize:** Token trading profits, sniping service, strategy consulting - [**Auto-solana-trading-bot**](https://github.com/radioman/Auto-solana-trading-bot) โญ 1k - Auto Solana trading bot on Pumpfun, Pumpswap, Raydium Launchpad using gRPC or Shredstream. - ๐ฐ **Monetize:** Automated launch trading, managed bot service, early-access sniping - [**solana-grpc-sniper-bot**](https://github.com/0xRustPro/solana-grpc-sniper-bundler-bot) โญ 126 - High-speed Solana sniper using gRPC for real-time transaction streaming. - ๐ฐ **Monetize:** New token sniping, managed sniper service, speed advantage --- ## MEV & Arbitrage - [**Artemis**](https://github.com/paradigmxyz/artemis) โญ 2.9k - Simple, modular, fast MEV bot framework in Rust by Paradigm. - ๐ฐ **Monetize:** Sandwich attacks, liquidations, arbitrage profits, MEV extraction - [**Jito MEV Bot**](https://github.com/jito-labs/mev-bot) โญ 1.2k - Official Jito Labs MEV bot for Solana. - ๐ฐ **Monetize:** Solana MEV extraction, liquidations, arbitrage - [**mev-template-rs**](https://github.com/degatchi/mev-template-rs) โญ 727 - Bootstrap MEV bot strategies with Rust boilerplate. - ๐ฐ **Monetize:** Build custom MEV strategies, consulting, bot-as-a-service - [**Arbitrage MEV BOT**](https://github.com/sOLarFLaMEPyL/Arbitrage_Mev_BOT) โญ 613 - Contract for MEV: flash loans, arbitrage, liquidations. Ready to deploy and use. - ๐ฐ **Monetize:** Deploy and run MEV strategies, consulting, bot customization - [**mev-templates**](https://github.com/solidquant/mev-templates) โญ 567 - MEV templates in Python/Javascript/Rust. DEX flashloan arbitrage. - ๐ฐ **Monetize:** Cross-DEX arbitrage, flashloan profits, strategy development - [**Rust Solana MEV Bot**](https://github.com/SaoXuan/rust-mev-bot-shared) โญ 443 - Rust Solana MEV ๅฅๅฉๆบๅจไบบ. High-performance arbitrage bot for Solana. - ๐ฐ **Monetize:** Solana arbitrage, MEV extraction, bot licensing - [**q-evm**](https://github.com/sambacha/q-evm) โญ 421 - MEV Bot and Flashbots Bundler written in q using kdb+. High-performance quantitative approach. - ๐ฐ **Monetize:** Quantitative MEV extraction, flashbot bundling, strategy licensing - [**Ethereum-BNB MEV Bot**](https://github.com/sorasuzukidev/ethereum-bnb-mev-bot) โญ 357 - Ethereum and BNB (BSC) MEV bot for arbitrage across both chains. - ๐ฐ **Monetize:** Cross-chain MEV extraction, multi-chain arbitrage profits - [**Loom**](https://github.com/dexloom/loom) โญ 331 - MEV Bot based on Alloy. Modern EVM MEV extraction. - ๐ฐ **Monetize:** EVM MEV extraction, liquidations, arbitrage strategies - [**DeFi-bot**](https://github.com/ExtropyIO/defi-bot) โญ 1.2k - Tutorial for building DeFi arbitrage bots. Educational foundation for MEV strategies. - ๐ฐ **Monetize:** DeFi arbitrage profits, educational courses, consulting --- ## Prediction Markets ### Polymarket Tools - [**Polymarket Agents**](https://github.com/Polymarket/agents) โญ 2.2k - Official Polymarket AI agents. Trade autonomously using AI on prediction markets. - ๐ฐ **Monetize:** Automated trading profits, agent customization services - [**Prediction Market Analysis**](https://github.com/Jon-Becker/prediction-market-analysis) โญ 1.7k - Framework for collecting and analyzing prediction market data. Largest public dataset of Polymarket and Kalshi market/trade data. - ๐ฐ **Monetize:** Data feeds, analytics API, research reports, trading signals - [**poly-maker**](https://github.com/warproxxx/poly-maker) โญ 856 - Market making bot for Polymarket. Configurable via Google Sheets. Provides liquidity on both sides of the book. - ๐ฐ **Monetize:** Market making spreads, managed MM services - [**Polymarket Copy Trading Bot**](https://github.com/RandyTas/polymarket-copytrading-bot) โญ 822 - Copy trading bot for Polymarket. Follow successful traders automatically. - ๐ฐ **Monetize:** Copy trading service, signal selling, managed accounts - [**py-clob-client**](https://github.com/Polymarket/py-clob-client) โญ 785 - Official Python client for the Polymarket CLOB (Central Limit Order Book). - ๐ฐ **Monetize:** Build custom trading bots, API services, consulting - [**Polyseer**](https://github.com/yorkeccak/Polyseer) โญ 562 - Polymarket alpha at the speed of now. Real-time alerts and signals. - ๐ฐ **Monetize:** Premium alerts, signal subscription, API access - [**poly_data**](https://github.com/warproxxx/poly_data) โญ 512 - Polymarket data retriever. Fetches, processes markets, order events, and trades. - ๐ฐ **Monetize:** Data feeds, analytics API, research reports - [**pmxt**](https://github.com/pmxt-dev/pmxt) โญ 592 - Unified API for trading across prediction markets (Polymarket, Kalshi, etc.). - ๐ฐ **Monetize:** Cross-platform arbitrage, multi-market bots, API service - [**PolymarketBTC15mAssistant**](https://github.com/FrondEnt/PolymarketBTC15mAssistant) โญ 490 - Real-time Polymarket BTC 15m trading assistant for every trader. - ๐ฐ **Monetize:** Trading signals, subscription service, managed trading - [**Cross-Market State Fusion**](https://github.com/humanplane/cross-market-state-fusion) โญ 343 - RL agent fusing real-time Binance futures data into Polymarket prediction markets. On-device training with MLX on Apple Silicon. - ๐ฐ **Monetize:** Cross-market signals, AI model licensing, trading service - [**Polymarket Copy Bot (TS)**](https://github.com/JerriyaAnderson/polymarket-copy-bot-ts) โญ 819 - Polymarket copy trading bot in TypeScript. Follow top traders automatically. - ๐ฐ **Monetize:** Copy trading service, signal selling, SaaS platform - [**Kalshi-Polymarket AI Bot**](https://github.com/CraftyGeezer/Kalshi-Polymarket-Ai-bot) โญ 689 - AI-powered bot for trading on both Kalshi and Polymarket prediction markets. - ๐ฐ **Monetize:** Cross-platform trading, AI signal service, managed accounts - [**rs-clob-client**](https://github.com/Polymarket/rs-clob-client) โญ 520 - Official Polymarket Rust CLOB client. High-performance order book access. - ๐ฐ **Monetize:** Build ultra-fast trading bots, HFT strategies, API services - [**Polymarket RSI/MACD Bot**](https://github.com/Daniel-Dias001/Polymarket-rsi-macd-index-trading-bot) โญ 484 - Polymarket trading bot combining RSI/MACD strategy logic for 15-minute prediction markets. - ๐ฐ **Monetize:** Technical analysis trading, signal service, bot licensing - [**clob-client (TS)**](https://github.com/Polymarket/clob-client) โญ 441 - Official TypeScript client for the Polymarket CLOB. - ๐ฐ **Monetize:** Build custom bots, trading dashboards, API integrations - [**Polymarket Spike Bot**](https://github.com/Trust412/Polymarket-spike-bot-v1) โญ 310 - High-frequency Polymarket trading bot with real-time price monitoring, automated spike detection, and smart order execution. - ๐ฐ **Monetize:** HFT profits, bot licensing, managed trading ### Arbitrage Bots - [**polymarket-kalshi-btc-arbitrage-bot**](https://github.com/CarlosIbCu/polymarket-kalshi-btc-arbitrage-bot) - Real-time arbitrage between Polymarket and Kalshi on Bitcoin markets. - ๐ฐ **Monetize:** Execute profitable arbs, sell signals/alerts - [**prediction-market-arbitrage-bot**](https://github.com/realfishsam/prediction-market-arbitrage-bot) - Synthetic arbitrage (buy YES on one platform, NO on another). - ๐ฐ **Monetize:** Arbitrage execution, managed arb service ### Resources - [**Awesome-Prediction-Market-Tools**](https://github.com/aarora4/Awesome-Prediction-Market-Tools) - Curated list including YN Signals (24/7 alpha aggregator) and Eventarb (free arb alerts). --- ## DeFi & Yield Farming - [**DeFi-Yield-AutoFarming**](https://github.com/therumpshakingaction/DeFi-Yield-AutoFarming) - Automated yield farming with auto-reinvestment, pool optimization, risk management. - ๐ฐ **Monetize:** Take % of returns, subscription access, manage client portfolios - [**yield-farmers-almanac**](https://github.com/corbinpage/yield-farmers-almanac) - Community-sourced DeFi yield farming opportunities database. - ๐ฐ **Monetize:** Premium data feeds, analysis reports, tools built on top ### OpenClaw DeFi Skills - [**BankrBot/openclaw-skills**](https://github.com/BankrBot/openclaw-skills) - OpenClaw skills for Polymarket betting, crypto trading, DeFi operations, leverage trading, portfolio management. Multi-chain: Base, Ethereum, Polygon, Solana. - ๐ฐ **Monetize:** Sell skills on ClawHub, partner with exchanges for affiliate volume --- ## Airdrop Farming - [**MasterCryptoFarmBot**](https://github.com/masterking32/MasterCryptoFarmBot) โญ 232 - Foundation for building crypto farming and airdrop bots for Telegram-based games. - ๐ฐ **Monetize:** Airdrop farming profits, sell bot access, multi-account management - [**Telegram-Airdrop-Bot**](https://github.com/fabston/Telegram-Airdrop-Bot) โญ 211 - Manage Telegram airdrops on ERC-20, BEP-20 tokens. - ๐ฐ **Monetize:** Run airdrop campaigns, token distribution service - [**t3rn-airdrop-bot**](https://github.com/dante4rt/t3rn-airdrop-bot) โญ 208 - Automate transactions and bridging on t3rn network for airdrop farming. - ๐ฐ **Monetize:** Airdrop farming, multi-wallet management, bridge fee farming - [**blum-airdrop-bot**](https://github.com/dante4rt/blum-airdrop-bot) โญ 137 - Automate Blum airdrop: claim rewards, manage farming, complete tasks, play games. - ๐ฐ **Monetize:** Blum token farming, managed farming service - [**nodepay-airdrop-bot**](https://github.com/dante4rt/nodepay-airdrop-bot) โญ 110 - Automate Nodepay airdrop with session management and proxy support. - ๐ฐ **Monetize:** Nodepay token farming, bandwidth monetization - [**polyflow-airdrop-bot**](https://github.com/dante4rt/polyflow-airdrop-bot) โญ 105 - Farm Scan2Earn points on PolyFlow by auto-uploading invoices. - ๐ฐ **Monetize:** PolyFlow points farming, invoice submission automation --- ## Lead Generation & Sales ### LinkedIn Automation - [**OpenOutreach**](https://github.com/eracle/OpenOutreach) โญ 1.1k - LinkedIn automation: visit profiles, connect, message with AI. - ๐ฐ **Monetize:** B2B lead gen, outreach agency, connection building service - [**linvo-scraper**](https://github.com/linvo-io/linvo-scraper) โญ 625 - LinkedIn automation with comprehensive scraping. Production-grade. - ๐ฐ **Monetize:** Lead scraping service, data enrichment, profile export ### Lead Generation - [**ScrapeGraphAI**](https://github.com/ScrapeGraphAI/Scrapegraph-ai) โญ 22.6k - Python scraper based on AI. Uses LLMs to understand and extract structured data from any website. - ๐ฐ **Monetize:** Intelligent scraping SaaS, data extraction services, lead enrichment platform - [**ai-lead-generator**](https://github.com/brightdata/ai-lead-generator) - AI-powered lead gen using Bright Data scraping + OpenAI for qualification/enrichment. Streamlit UI with instant lead scoring. - ๐ฐ **Monetize:** Sell lead lists, B2B SaaS subscription, charge per lead - [**ai-web-scraper**](https://github.com/kaymen99/ai-web-scraper) - AI web scraper using Crawl4AI. Supports GPT-4o, Claude, DeepSeek, Gemini via LiteLLM. - ๐ฐ **Monetize:** Scraping service, subscription tiers, white-label tool - [**SalesGPT**](https://github.com/filip-michalsky/SalesGPT) โญ 2.2k+ - Context-aware AI sales agent for voice, email, SMS. Autonomous across sales funnel stages. - ๐ฐ **Monetize:** Outbound sales automation, enterprise SDR replacement, subscription campaigns - [**Google-Maps-Scraper**](https://github.com/omkarcloud/google-maps-scraper) โญ 1.4k - Bulk scrape Google Maps (names, addresses, phones, emails, ratings). - ๐ฐ **Monetize:** Sell local business leads, B2B contact databases - [**ChatGPT Scraper**](https://github.com/oxylabs/chatgpt-scraper) โญ 3.8k - Collect ChatGPT responses via Web Scraper API. Automated prompt responses. - ๐ฐ **Monetize:** AI response aggregation, research automation, data collection service --- ## Content Creation - [**MoneyPrinterTurbo**](https://github.com/harry0703/MoneyPrinterTurbo) โญ 44k - AI one-click HD short video generation. - ๐ฐ **Monetize:** YouTube/TikTok monetization, affiliate marketing, video ads - [**MoneyPrinterV2**](https://github.com/FujiwaraChoki/MoneyPrinterV2) โญ 13k - Automate the process of making money online. Full automation pipeline for content creation and publishing. - ๐ฐ **Monetize:** Faceless channels, automated content farms, video-as-a-service - [**CogVideo**](https://github.com/THUDM/CogVideo) โญ 12k - Text/image to video generation. - ๐ฐ **Monetize:** Content creation, ads, social media, video SaaS - [**SoraFM**](https://github.com/all-in-aigc/sorafm) โญ 1.1k - Sora AI Video Generator web interface. Generate videos with OpenAI Sora API. - ๐ฐ **Monetize:** Video generation service, SaaS platform, API reselling - [**YumCut**](https://github.com/IgorShadurin/app.yumcut.com) โญ 772 - Free AI video generator for TikTok, Reels, YouTube Shorts. Auto script, scenes, voiceover, subtitles. Multi-language. - ๐ฐ **Monetize:** Short-form content agency, faceless channel automation, white-label platform - [**AI Video Generator Agent**](https://github.com/davide97l/ai-video-generator) โญ 126 - AI agent that automatically generates and posts short videos. Full automation pipeline. - ๐ฐ **Monetize:** Faceless channel automation, content agency, video-as-a-service ### YouTube Automation - [**gemini-youtube-automation**](https://github.com/ChaituRajSagar/gemini-youtube-automation) โญ 219 - Fully autonomous AI pipeline using Gemini to generate and upload educational videos to YouTube. - ๐ฐ **Monetize:** Educational channel monetization, faceless channels, course promotion - [**youtube-automation-agent**](https://github.com/darkzOGx/youtube-automation-agent) โญ 49 - Fully automated YouTube channel with AI agents. Creates, optimizes, publishes 24/7. Works with free Gemini API. - ๐ฐ **Monetize:** Ad revenue, affiliate marketing, brand deals ### Social Media Automation - [**Auto_Social_Media_Content_Generator**](https://github.com/PatrykIA/Auto_Social_Media_Content_Generator) - Automation for Facebook, Instagram, X, LinkedIn with AI text + Canva images. Auto-posts every 2 days. - ๐ฐ **Monetize:** SaaS subscription, agency white-label, manage client accounts - [**ALwrity**](https://github.com/AJaySi/ALwrity) - AI Digital Marketing Platform with RAG, SEO, multilingual. Blog Writer (ResearchโOutlineโContentโSEOโPublish). - ๐ฐ **Monetize:** Monthly SaaS, per-article pricing, agency white-label --- ## AI Agent Frameworks Build monetizable AI agents with these frameworks: ### General Agent Frameworks - [**Awesome LLM Apps**](https://github.com/Shubhamsaboo/awesome-llm-apps) โญ 95.4k - Collection of awesome LLM apps with AI Agents and RAG using OpenAI, Anthropic, Gemini, and open-source models. - ๐ฐ **Monetize:** Clone and customize apps, build SaaS products, consulting services - [**Gemini CLI**](https://github.com/google-gemini/gemini-cli) โญ 94.6k - Google's open-source AI agent that brings the power of Gemini directly into your terminal. - ๐ฐ **Monetize:** Automation scripts, developer tools, enterprise integrations - [**AutoGPT**](https://github.com/Significant-Gravitas/AutoGPT) โญ 177k - Accessible AI tools for building autonomous agents. Forge for agent creation, benchmarks, leaderboard. - ๐ฐ **Monetize:** Build/sell custom agents, agent-as-a-service, enterprise licensing - [**MetaGPT**](https://github.com/geekan/MetaGPT) โญ 64k - The Multi-Agent Framework: First AI Software Company. Assigns roles to agents (Product Manager, Architect, Engineer). - ๐ฐ **Monetize:** AI software development agency, code generation SaaS, enterprise consulting - [**Open Interpreter**](https://github.com/openinterpreter/open-interpreter) โญ 62k - A natural language interface for computers. Run code, control your computer with plain English. - ๐ฐ **Monetize:** Automation services, enterprise deployments, managed computer-use agents - [**Anything LLM**](https://github.com/Mintplex-Labs/anything-llm) โญ 54.6k - All-in-one Desktop & Docker AI application with built-in RAG, AI agents, no-code agent builder, MCP compatibility. - ๐ฐ **Monetize:** Custom deployments, enterprise hosting, white-label platform - [**Microsoft Autogen**](https://github.com/microsoft/autogen) โญ 54.5k - A programming framework for agentic AI. Multi-agent conversations, tool use, code execution. - ๐ฐ **Monetize:** Enterprise agent solutions, consulting, custom multi-agent systems - [**AI Agents for Beginners**](https://github.com/microsoft/ai-agents-for-beginners) โญ 50.6k - Microsoft's 12 lessons to get started building AI agents. Comprehensive curriculum. - ๐ฐ **Monetize:** Training courses, bootcamps, enterprise workshops - [**Flowise**](https://github.com/FlowiseAI/Flowise) โญ 49.1k - Build AI Agents visually. Drag-and-drop LLM flow builder with API endpoints. - ๐ฐ **Monetize:** Custom workflow development, managed hosting, enterprise deployments - [**Mem0**](https://github.com/mem0ai/mem0) โญ 47.4k - Universal memory layer for AI Agents. Persistent memory across sessions. - ๐ฐ **Monetize:** Memory-as-a-service, enterprise integrations, custom implementations - [**CrewAI**](https://github.com/crewAIInc/crewAI) โญ 44.2k - Lean, fast Python framework for orchestrating role-playing AI agents with collaborative intelligence. - ๐ฐ **Monetize:** Niche agents, consulting, pre-built templates, managed hosting - [**ToolJet**](https://github.com/ToolJet/ToolJet) โญ 37.4k - Open-source foundation of ToolJet AI - AI-native platform for building internal tools, dashboards, workflows and AI agents. - ๐ฐ **Monetize:** Internal tool development, enterprise licensing, custom integrations - [**AgentGPT**](https://github.com/reworkd/AgentGPT) โญ 35.7k - Assemble, configure, and deploy autonomous AI Agents in your browser. - ๐ฐ **Monetize:** Custom agent development, SaaS platform, enterprise deployments - [**Block Goose**](https://github.com/block/goose) โญ 30.5k - Open source, extensible AI agent that goes beyond code suggestions - install, execute, edit, and test with any LLM. - ๐ฐ **Monetize:** Development automation, custom extensions, enterprise licensing - [**LangChain**](https://github.com/langchain-ai/langchain) โญ 112k - Framework for context-aware reasoning applications. - ๐ฐ **Monetize:** LLM apps with monetized endpoints, consulting, templates - [**LlamaIndex**](https://github.com/run-llama/llama_index) โญ 43k - Data-centric agents with RAG primitives. 500+ connectors via LlamaHub. - ๐ฐ **Monetize:** Data-powered AI agents, specialized apps, consulting - [**smolagents**](https://github.com/huggingface/smolagents) โญ 25.4k - HuggingFace's barebones library for agents that think in code. Simple, hackable, powerful. - ๐ฐ **Monetize:** Custom coding agents, agent templates, enterprise integrations - [**SuperAGI**](https://github.com/TransformerOptimus/SuperAGI) โญ 17.2k - Dev-first open source autonomous AI agent framework. Build, manage & run useful agents quickly. - ๐ฐ **Monetize:** Custom agent development, managed infrastructure, enterprise licensing - [**Jobs Applier AI Agent (AIHawk)**](https://github.com/feder-cr/Jobs_Applier_AI_Agent_AIHawk) โญ 29.3k - AI agent that automates job hunt by applying to multiple jobs in a tailored way. - ๐ฐ **Monetize:** Job application service, subscription platform, career coaching integration - [**UI-TARS Desktop**](https://github.com/bytedance/UI-TARS-desktop) โญ 28k - ByteDance's open-source multimodal AI agent stack connecting AI models and agent infra. - ๐ฐ **Monetize:** Desktop automation, enterprise deployments, custom integrations - [**Composio**](https://github.com/ComposioHQ/composio) โญ 26.6k - Equips AI agents & LLMs with 100+ high-quality integrations via function calling. - ๐ฐ **Monetize:** Integration platform, custom connectors, enterprise licensing - [**Sim Studio**](https://github.com/simstudioai/sim) โญ 26.4k - Open-source platform to build and deploy AI agent workflows. - ๐ฐ **Monetize:** Workflow templates, managed hosting, enterprise solutions - [**Warp**](https://github.com/warpdotdev/Warp) โญ 25.9k - The agentic development environment, built for coding with multiple AI agents. - ๐ฐ **Monetize:** Developer tool licensing, enterprise features, custom integrations - [**Graphiti**](https://github.com/getzep/graphiti) โญ 22.8k - Build real-time knowledge graphs for AI agents. Persistent structured memory. - ๐ฐ **Monetize:** Knowledge graph services, enterprise memory solutions, consulting - [**Roo Code**](https://github.com/RooCodeInc/Roo-Code) โญ 22.2k - A whole dev team of AI agents in your code editor. - ๐ฐ **Monetize:** Enterprise licensing, custom agent development, training - [**Activepieces**](https://github.com/activepieces/activepieces) โญ 20.8k - AI Agents & MCPs & AI Workflow Automation with ~400 MCP servers for AI agents. - ๐ฐ **Monetize:** Workflow marketplace, managed hosting, enterprise integrations - [**GenAI Agents**](https://github.com/NirDiamant/GenAI_Agents) โญ 20k - In-depth tutorials and implementations for various Generative AI Agent techniques. - ๐ฐ **Monetize:** Training courses, enterprise workshops, consulting - [**Coze Studio**](https://github.com/coze-dev/coze-studio) โญ 19.9k - AI agent development platform with all-in-one visual tools for creation, debugging, and deployment. - ๐ฐ **Monetize:** Agent marketplace, managed platform, enterprise features - [**Suna (Kortix)**](https://github.com/kortix-ai/suna) โญ 19.4k - Build, manage and train AI Agents with Kortix platform. - ๐ฐ **Monetize:** Agent training services, managed platform, enterprise licensing - [**Qwen Code**](https://github.com/QwenLM/qwen-code) โญ 18.4k - Open-source AI agent that lives in your terminal, powered by Qwen. - ๐ฐ **Monetize:** Developer automation, enterprise licensing, custom extensions - [**Eliza**](https://github.com/elizaOS/eliza) โญ 17.5k - Autonomous agents for everyone. Popular framework for crypto/social media agents. Multi-platform (Discord, Twitter, Telegram). - ๐ฐ **Monetize:** Social media agents, crypto trading bots, community management agents - [**Qwen-Agent**](https://github.com/QwenLM/Qwen-Agent) โญ 13.2k - Agent framework built on Qwen. Features Function Calling, MCP, Code Interpreter, RAG, Chrome extension. - ๐ฐ **Monetize:** Qwen-powered apps, MCP integrations, browser extensions - [**VoltAgent**](https://github.com/VoltAgent/voltagent) โญ 5.7k - AI Agent Engineering Platform built on TypeScript. Production-ready agent orchestration. - ๐ฐ **Monetize:** Agent templates, platform licensing, consulting services - [**PraisonAI**](https://github.com/MervinPraison/PraisonAI) โญ 5.6k - Production-ready Multi AI Agents framework. Low-code solution for building and managing multi-agent LLM systems. - ๐ฐ **Monetize:** Pre-built agent teams, custom workflows, managed deployments - [**HKUDS/ClawWork**](https://github.com/HKUDS/ClawWork) โญ 6k - OpenClaw as Your AI Coworker. Autonomous 24/7 task execution โ $10K earned in 7 hours (case study). - ๐ฐ **Monetize:** Freelancing automation, agentic task marketplace, enterprise coworker licensing - [**HKUDS/nanobot**](https://github.com/HKUDS/nanobot) โญ 27.4k - Ultra-Lightweight OpenClaw. Minimal footprint, full capability โ ideal for edge deployments. - ๐ฐ **Monetize:** Embedded agent services, IoT automation, lightweight enterprise deployments - [**qwibitai/nanoclaw**](https://github.com/qwibitai/nanoclaw) โญ 17.2k - Lightweight alternative to OpenClaw that runs in containers for security and scalability. - ๐ฐ **Monetize:** Container-native agent services, multi-tenant deployments, self-hosted SaaS - [**NevaMind-AI/memU**](https://github.com/NevaMind-AI/memU) โญ 12.2k - Memory layer for 24/7 proactive agents (OpenClaw, Moltbot, Clawdbot). Long-term context across sessions. - ๐ฐ **Monetize:** Memory-as-a-service for agents, personalized AI assistant products - [**iOfficeAI/AionUi**](https://github.com/iOfficeAI/AionUi) โญ 17.6k - Free, local, open-source 24/7 cowork app and OpenClaw for Gemini CLI, Claude Code. - ๐ฐ **Monetize:** Desktop agent licensing, enterprise 24/7 workflow automation - [**AgentOps**](https://github.com/AgentOps-AI/agentops) โญ 5.3k - Python SDK for AI agent monitoring, LLM cost tracking, benchmarking. Integrates with CrewAI, Langchain, Autogen. - ๐ฐ **Monetize:** Agent observability platform, enterprise monitoring, cost optimization consulting - [**Pydantic-AI**](https://github.com/pydantic/pydantic-ai) - GenAI Agent Framework with validation layer for OpenAI, Anthropic, Google SDKs. - ๐ฐ **Monetize:** Validated agent applications, development services - [**Cherry Studio**](https://github.com/CherryHQ/cherry-studio) โญ 40k - AI productivity studio with smart chat, autonomous agents, and 300+ assistants. Unified access to frontier LLMs. - ๐ฐ **Monetize:** White-label AI productivity platform, enterprise deployments, custom assistant development - [**AgenticSeek**](https://github.com/Fosowl/agenticSeek) โญ 25.1k - Fully local autonomous agent. No APIs, no subscriptions. Thinks, browses the web, and codes locally. - ๐ฐ **Monetize:** Privacy-first AI consulting, on-prem enterprise deployments, local agent solutions - [**OpenAI Agents Python**](https://github.com/openai/openai-agents-python) โญ 19.1k - OpenAI's lightweight, powerful framework for multi-agent workflows. - ๐ฐ **Monetize:** Multi-agent SaaS products, enterprise agent orchestration, consulting - [**DB-GPT**](https://github.com/eosphoros-ai/DB-GPT) โญ 18.1k - AI Native Data App Development framework with Agentic Workflow Expression Language (AWEL) and Agents. - ๐ฐ **Monetize:** Data-powered AI apps, enterprise data agents, analytics automation - [**Plandex**](https://github.com/plandex-ai/plandex) โญ 15k - Open source AI coding agent designed for large projects and real world tasks. - ๐ฐ **Monetize:** Enterprise coding automation, development agency, managed coding agents - [**OpenCode**](https://github.com/opencode-ai/opencode) โญ 11.1k - Powerful AI coding agent built for the terminal. Open-source alternative to proprietary coding agents. - ๐ฐ **Monetize:** Developer automation, custom extensions, enterprise licensing - [**Microsoft Agent Framework**](https://github.com/microsoft/agent-framework) โญ 7.4k - Framework for building, orchestrating and deploying AI agents and multi-agent workflows (Python and .NET). - ๐ฐ **Monetize:** Enterprise agent solutions, .NET/Python agent development, consulting - [**Spraay x402 Gateway**](https://gateway.spraay.app) โ Multi-chain x402 payment gateway wrapping BlockRun's `@blockrun/llm` SDK as a production AI provider. 62 paid endpoints across AI inference, payments, DeFi, oracles, comms, and infrastructure. - ๐ฐ **Monetize:** Charge agents $0.01โ$0.10 per x402 endpoint call, pay BlockRun ~$0.001โ$0.01 per inference via x402, keep the spread on every request. ### OpenClaw Infrastructure Tools for deploying, hosting, monitoring, and securing OpenClaw AI agents in production. - [**ClawX**](https://github.com/ValueCell-ai/ClawX) โญ 3.3k - Desktop app GUI for OpenClaw AI agents. Turns CLI-based AI orchestration into a visual desktop experience. - ๐ฐ **Monetize:** Sell configured desktop agent packages, enterprise onboarding, white-label deployments - [**openclaw-dashboard**](https://github.com/tugcantopaloglu/openclaw-dashboard) โญ 334 - Secure, real-time monitoring dashboard for OpenClaw. Auth, TOTP MFA, cost tracking, live feed, memory browser. - ๐ฐ **Monetize:** Managed agent monitoring service, enterprise security deployments - [**clawhost**](https://github.com/bfzli/clawhost) โญ 234 - One-click cloud hosting for OpenClaw AI agents. Instant deployment without infrastructure setup. - ๐ฐ **Monetize:** Hosted agent service, managed deployments, resell as white-label platform - [**ClawApp**](https://github.com/qingchencloud/clawapp) โญ 208 - Mobile chat client for OpenClaw AI Agent. Streaming conversations, image support, tool calls. PWA + APK. - ๐ฐ **Monetize:** Mobile agent subscription, white-label app, consumer AI assistant - [**ClawBands**](https://github.com/SeyZ/clawbands) โญ 170 - Security middleware for OpenClaw AI agents. Protect against prompt injection, enforce policies, audit actions. - ๐ฐ **Monetize:** Enterprise security layer, compliance consulting, managed safety service - [**k8s-operator**](https://github.com/openclaw-rocks/k8s-operator) โญ 160 - Kubernetes operator for deploying and managing OpenClaw agent instances with production-grade security, observability, and lifecycle management. - ๐ฐ **Monetize:** Enterprise K8s deployments, multi-tenant agent platforms, DevOps consulting - [**openclaw-kapso-whatsapp**](https://github.com/Enriquefft/openclaw-kapso-whatsapp) โญ 145 - Give your OpenClaw agent a WhatsApp number. Official Meta Cloud API via Kapso. No ban risk. - ๐ฐ **Monetize:** AI WhatsApp business bots, customer support automation, WhatsApp CRM agents - [**clawmetry**](https://github.com/vivekchand/clawmetry) โญ 141 - Real-time observability dashboard for OpenClaw agents. See your agent think. - ๐ฐ **Monetize:** Agent monitoring SaaS, cost optimization consulting, enterprise observability - [**serverless-openclaw**](https://github.com/serithemage/serverless-openclaw) โญ 141 - Run OpenClaw on AWS serverless infrastructure with Web UI and Telegram interfaces. Cost target ~$1/month. - ๐ฐ **Monetize:** Ultra-cheap agent hosting service, serverless agent deployment, AWS consulting - [**AirClaw**](https://github.com/nickzsche21/AirClaw) โญ 54 - Run OpenClaw with zero API cost using local LLM via AirLLM. Completely free inference. - ๐ฐ **Monetize:** Privacy-first agent deployments, air-gapped enterprise solutions, zero-cost automation ### Browser Automation Agents - [**browser-use**](https://github.com/browser-use/browser-use) โญ 78.1k - Make websites accessible for AI agents. Automate any web task with natural language. - ๐ฐ **Monetize:** Web automation services, form filling bots, data extraction, testing automation - [**Stagehand**](https://github.com/browserbase/stagehand) โญ 21k - The AI Browser Automation Framework. Built on Playwright with AI-powered element selection. - ๐ฐ **Monetize:** Web scraping services, testing automation, browser-based RPA - [**Skyvern**](https://github.com/Skyvern-AI/skyvern) โญ 20.4k - Automate browser-based workflows with AI. Computer vision + LLM for robust web automation. - ๐ฐ **Monetize:** Enterprise browser automation, form filling services, web RPA - [**LaVague**](https://github.com/lavague-ai/LaVague) โญ 6.3k - Large Action Model framework to develop AI Web Agents. Natural language to browser actions. - ๐ฐ **Monetize:** Web automation platform, custom browser agents, enterprise deployments - [**ShowUI**](https://github.com/showlab/ShowUI) โญ 1.7k - Vision-Language-Action model for GUI Agent & Computer Use. CVPR 2025 paper implementation. - ๐ฐ **Monetize:** Desktop automation, GUI testing, accessibility services --- ## OpenClaw Skills - [**BankrBot/openclaw-skills**](https://github.com/BankrBot/openclaw-skills) - Polymarket, crypto trading, DeFi, leverage, portfolio management, NFTs. Multi-chain support. - [**VoltAgent/awesome-openclaw-skills**](https://github.com/VoltAgent/awesome-openclaw-skills) โญ 24.5k - Curated collection of OpenClaw skills. 5,400+ skills filtered and categorized. - [**openclaw/clawhub**](https://github.com/openclaw/clawhub) โญ 1.4k - Official skill directory and marketplace. - [**clawdbot-ai/awesome-openclaw-skills-zh**](https://github.com/clawdbot-ai/awesome-openclaw-skills-zh) โญ 1.5k - OpenClaw ไธญๆๅฎๆนๆ่ฝๅบ. Translated from Clawdbot official skills, organized by scenario. - ๐ฐ **Monetize:** Chinese-language skill marketplace, localized agent services - [**sundial-org/awesome-openclaw-skills**](https://github.com/sundial-org/awesome-openclaw-skills) โญ 341 - Top OpenClaw skills, curated for popularity and usefulness. - [**zscole/model-hierarchy-skill**](https://github.com/zscole/model-hierarchy-skill) โญ 322 - OpenClaw skill for cost-optimized model routing based on task complexity. ClawRouter-compatible. - ๐ฐ **Monetize:** Save on LLM costs for high-volume workflows, sell as premium skill - [**ythx-101/x-tweet-fetcher**](https://github.com/ythx-101/x-tweet-fetcher) โญ 302 - Fetch tweets and replies from X/Twitter without login or API keys. OpenClaw skill. - ๐ฐ **Monetize:** Social media monitoring service, sentiment analysis, lead gen - [**sharbelxyz/x-bookmarks**](https://github.com/sharbelxyz/x-bookmarks) โญ 226 - OpenClaw skill: turn your X bookmarks into agent actions. - ๐ฐ **Monetize:** Research automation, content curation service - [**BlockRunAI/socialclaw**](https://github.com/BlockRunAI/socialclaw) โญ โ X/Twitter intelligence + content optimization skill. Research accounts, track trends, draft algorithm-optimized posts, monitor engagement. Works with Claude Code, Codex, Gemini CLI, Cursor. $0.08/report via USDC micropayments. - ๐ฐ **Monetize:** X/Twitter growth consulting, content strategy services, competitor analysis reports, influencer research packages - [**openclaw-ai-polymarket-trading-bot**](https://github.com/solcanine/openclaw-ai-polymarket-trading-bot) โญ 29 - OpenClaw AI Polymarket Trading Bot. Predicts crypto price on 5m BTC Up/Down markets and auto-executes paper or live trades. - ๐ฐ **Monetize:** Automated prediction market trading, signal subscription, managed trading service - [**ClawdTalk**](https://github.com/team-telnyx/clawdtalk-client) - Phone calling and SMS for OpenClaw via Telnyx. AI agents can make/receive calls and SMS with calendar, Jira, and web search integration. - ๐ฐ **Monetize:** AI voice agent service, automated customer support lines, appointment reminder callbacks --- ## Workflow Automation - [**n8n-workflow-builder**](https://github.com/makafeli/n8n-workflow-builder) โญ 479 - AI assistant for n8n via MCP. Connect Claude, ChatGPT to n8n for natural language workflow management. - ๐ฐ **Monetize:** Custom workflow development, automation consulting, managed n8n hosting - [**n8n-skills**](https://github.com/haunchen/n8n-skills) โญ 188 - n8n Workflow Automation Skills Suite designed for AI assistants. Ready-to-use workflow templates. - ๐ฐ **Monetize:** Skill marketplace, automation courses, enterprise deployments - [**N8N-Workflows**](https://github.com/DINAKAR-S/N8N-Workflows) - Real-world n8n automation for lead gen, AI agents, web scraping, social media. - ๐ฐ **Monetize:** Sell workflow templates, automation consulting, monthly management - [**n8n-ai-automations**](https://github.com/lucaswalter/n8n-ai-automations) - Advanced workflows: law firm lead gen, competitor UGC analysis, personalized outreach. - ๐ฐ **Monetize:** Niche workflow packages, agency white-label, training - [**ai-automation-jsons**](https://github.com/simealdana/ai-automation-jsons) - Collection of n8n workflow JSONs for AI agents, integrations, automated processes. Ready-to-import. - ๐ฐ **Monetize:** Workflow marketplace, custom development, automation agency --- ## MCP Servers & Tools Model Context Protocol (MCP) enables AI agents to connect to external tools and data sources. These servers unlock new monetization opportunities for agents. ### Infrastructure - [**Awesome MCP Servers**](https://github.com/punkpeye/awesome-mcp-servers) โญ 81k - The definitive collection of MCP servers. 500+ servers across all categories. - ๐ฐ **Monetize:** Build and list premium MCP servers, consulting for MCP integration - [**Context7**](https://github.com/upstash/context7) โญ 46k - Up-to-date code documentation MCP server. Gives AI agents current docs instead of stale training data. - ๐ฐ **Monetize:** Documentation services, enterprise code intelligence, dev tool integrations - [**FastMCP**](https://github.com/jlowin/fastmcp) โญ 22.9k - The fast, Pythonic way to build MCP servers. Production-ready framework for building custom servers. - ๐ฐ **Monetize:** Custom MCP server development, consulting, enterprise integrations - [**MCP-Use**](https://github.com/mcp-use/mcp-use) โญ 9.2k - Easiest way to interact with MCP servers using custom agents. Agent-first MCP client. - ๐ฐ **Monetize:** Agent development services, MCP integration consulting ### Data & APIs - [**MindsDB**](https://github.com/mindsdb/mindsdb) โญ 38.5k - Federated Query Engine for AI. The only MCP Server you'll ever need for database access. - ๐ฐ **Monetize:** Data pipeline services, enterprise AI data integration, managed MindsDB hosting - [**GitHub MCP Server**](https://github.com/github/github-mcp-server) โญ 27k - GitHub's official MCP server. Agents can manage repos, issues, PRs, code search. - ๐ฐ **Monetize:** DevOps automation, code review agents, repo management bots - [**GenAI Toolbox**](https://github.com/googleapis/genai-toolbox) โญ 13k - Google's MCP Toolbox for Databases. Connect AI to PostgreSQL, MySQL, BigQuery, Spanner. - ๐ฐ **Monetize:** Database automation, data extraction services, analytics pipelines - [**Git-MCP**](https://github.com/idosal/git-mcp) โญ 7.6k - Free remote MCP server for any GitHub project. Eliminates code hallucinations with real repo context. - ๐ฐ **Monetize:** Code accuracy services, developer tool integrations ### Browser & Automation - [**Playwright MCP**](https://github.com/microsoft/playwright-mcp) โญ 27.3k - Microsoft's official Playwright MCP server. Full browser automation for AI agents. - ๐ฐ **Monetize:** Web scraping services, testing automation, browser-based RPA - [**MCP Chrome**](https://github.com/hangwin/mcp-chrome) โญ 10.4k - Chrome extension MCP server. Browser automation, content analysis, semantic search. - ๐ฐ **Monetize:** Chrome automation bots, content extraction, research automation - [**Figma Context MCP**](https://github.com/GLips/Figma-Context-MCP) โญ 13.2k - Provides Figma layout info to AI coding agents. Design-to-code automation. - ๐ฐ **Monetize:** Design-to-code services, UI automation, Figma workflow tools ### Security & Research - [**HexStrike AI**](https://github.com/0x4m4/hexstrike-ai) โญ 6.9k - MCP server with 150+ cybersecurity tools. Automated pentesting, vulnerability discovery, bug bounty automation. - ๐ฐ **Monetize:** Security auditing services, bug bounty automation, penetration testing - [**Serena**](https://github.com/oraios/serena) โญ 20.3k - Coding agent toolkit with semantic retrieval and editing. Production-ready code intelligence. - ๐ฐ **Monetize:** Code refactoring services, codebase analysis, developer tools --- ## Research & Analysis - [**GPT Researcher**](https://github.com/assafelovic/gpt-researcher) โญ 25.3k - Autonomous agent that conducts deep research on any topic. Generates comprehensive reports from multiple sources. - ๐ฐ **Monetize:** Research-as-a-service, market analysis reports, competitive intelligence, due diligence automation --- ## Resources & Directories ### Awesome Lists - [**e2b-dev/awesome-ai-agents**](https://github.com/e2b-dev/awesome-ai-agents) โญ 25.7k - Comprehensive list of AI autonomous agents. Well-maintained with categories. - [**500-AI-Agents-Projects**](https://github.com/ashishpatel26/500-AI-Agents-Projects) - Curated AI agent use cases across industries (healthcare, finance, education, retail). - [**awesome-ai-agents**](https://github.com/slavakurilyak/awesome-ai-agents) - 300+ agentic AI resources. - [**awesome_ai_agents**](https://github.com/jim-schwoebel/awesome_ai_agents) - 1,500+ AI agent resources and tools. - [**MakeMoneyWithAI**](https://github.com/garylab/MakeMoneyWithAI) - Curated list of open-source AI projects for generating income. - [**AI-Agent-Platforms-Automation-Tools**](https://github.com/rembertdesigns/AI-Agent-Platforms-Automation-Tools) - Directory of autonomous AI agents, frameworks, platforms. - [**hesamsheikh/awesome-openclaw-usecases**](https://github.com/hesamsheikh/awesome-openclaw-usecases) โญ 15k - Community collection of OpenClaw use cases for making life (and money) easier. - [**AlexAnys/awesome-openclaw-usecases-zh**](https://github.com/AlexAnys/awesome-openclaw-usecases-zh) โญ 1.3k - ๐จ๐ณ OpenClaw ไธญๆๆไฝณ็จไพๅคงๅ จ | 40 real-world scenarios adapted for China (domestic services + global platforms). Beginner-friendly Chinese guide. - [**HKUDS/ClawWork**](https://github.com/HKUDS/ClawWork) โญ 6k - Case study: OpenClaw as autonomous AI coworker earning $10K in 7 hours. ### Infrastructure - [**ClawRouter v0.11.12**](https://github.com/BlockRunAI/ClawRouter) โญ 3.8k - Smart LLM router, save up to 92% on inference. 16-model curated allowlist, one USDC wallet. **Features:** Response caching, 4 routing profiles, `/imagegen`, `clawrouter report`, three-strike escalation, `/debug`, tool-calling filter, session persistence, `clawrouter doctor`, multilingual support. - [**BlockRun.ai**](https://blockrun.ai) - Pay-per-request AI via x402 micropayments. #### Popular Models on BlockRun (Mar 2026) | Model | Pricing | Best For | |-------|---------|----------| | Gemini 3.1 Pro Preview | $2.00/$12.00 | Advanced reasoning, newest Gemini | | Gemini 3 Flash Preview | $0.50/$3.00 | Fast, cheap multimodal | | Gemini 2.5 Flash Lite | $0.10/$0.40 | Ultra-cheap ECO tier default | | Grok Code Fast | $0.20/$1.50 | Fast coding, agentic tasks | | GPT-5.2-Codex | $2.50/$12.00 | Agentic coding | | Claude Opus 4.6 | $5.00/$25.00 | Premium quality, reasoning | | Claude Sonnet 4.6 | $3.00/$15.00 | Coding, agentic workflows | | Kimi K2.5 | $0.60/$3.00 | 262K context, 200+ tool chains | | DeepSeek V3.2 | $0.14/$0.28 | Budget-friendly, general | | OpenAI O4-mini | NEW | Fast reasoning | | GPT-4.1-nano | $0.10/$0.40 | Ultra-cheap GPT-4 class | | Grok 2 Vision | $2.00/$10.00 | Vision-capable Grok | | NVIDIA GPT-OSS-120B | $0/$0 | Free tier fallback | ### Data & Trading - [DeFiLlama](https://defillama.com/) - TVL and yield data - [Dune Analytics](https://dune.com/) - On-chain data - [Binance API Docs](https://binance-docs.github.io/apidocs/) --- ## Cost Considerations | Cost | Traditional | With ClawRouter v0.10.5 | |------|-------------|----------------------| | LLM API tokens | $50 - $500+/mo | $4 - $40+/mo | | Hosting | $5 - $50/mo | $5 - $50/mo | | Data APIs | $0 - $200/mo | $0 - $200/mo | | **Break-even** | **~$220/month** | **~$75/month** | **Blended cost:** $2.05/M tokens vs $25/M (Opus) = **92% savings** **Pro tip:** Use `/model eco` profile for maximum savings. Gemini 2.5 Flash Lite at $0.10/$0.40 is the cheapest option (ECO tier default). Kimi K2.5 offers 262K context at $0.60/$3.00 for long documents. Use `/imagegen` for on-demand image generation via x402 micropayments. --- ## Security Warnings ### ClawHub Marketplace โ ๏ธ **341 malicious skills found stealing credentials** (Feb 2026). Always audit skill code before installing. ### Trading Safety - Never give agents withdrawal permissions - Use API keys with trade-only access - Set strict position size limits - Test with small amounts first - Have kill switches ready --- ## Disclaimer This list is for educational purposes. Trading involves substantial risk. Many people lose money. Do your own research. Not financial advice. --- ## Contributing Contributions welcome! Add repos with: - GitHub URL - Star count (if notable) - Clear description - How to monetize --- ## License [](http://creativecommons.org/publicdomain/zero/1.0/) To the extent possible under law, [BlockRun](https://blockrun.ai) has waived all copyright and related rights to this work. ---
Money printer goes brrrr ๐ฆ๐จ๏ธ๐ต
(but please manage your expectations)