Install
openclaw skills install betbud-prediction-market-creationAutomatically creates unique prediction markets on betbud.live by analyzing trending crypto Twitter topics with Claude AI and fetching professional images.
openclaw skills install betbud-prediction-market-creationAn AI agent that automatically creates prediction markets on betbud.live by analyzing trending crypto Twitter content.
You need API keys for:
.env file with your API keys (see .env.example)pip install -r requirements.txtpython skill.pyCreates prediction markets like:
.env file
---
### **📄 Create `.env.example`**
Create this file to show what keys are needed:
TWITTERAPI_IO_KEY=your_twitter_api_key_here ANTHROPIC_API_KEY=your_anthropic_key_here RPC_URL=https://sepolia.base.org PRIVATE_KEY=your_wallet_private_key_here UNSPLASH_ACCESS_KEY=your_unsplash_access_key_here
---
### **📄 Create/Update `requirements.txt`**
anthropic==0.79.0 web3==7.14.1 python-dotenv==1.0.0 requests==2.32.3
---
## **STEP 2: PUBLISH TO CLAWHUB**
Go to: https://clawhub.com/publish
### **Fill out the form:**
**1. Skill Name:**
Prediction Market Creator
**2. Short Description (one line):**
AI agent that creates prediction markets on betbud.live by analyzing trending crypto Twitter
**3. Long Description:**
This AI agent automatically monitors trending crypto Twitter content from premium accounts (WatcherGuru, tier10k, CoinDesk, etc.), analyzes it with Claude AI to find the most debatable topics, and creates prediction markets on betbud.live.
Features:
Perfect for running 24/7 to keep your prediction market platform fresh with relevant, timely topics.
**4. GitHub Repository URL:**
https://github.com/YOUR_USERNAME/YOUR_REPO_NAME
**5. Category:**
Social Media & Content
or
Blockchain & Web3
**6. Tags (add these):**
prediction-markets, crypto, twitter, blockchain, ai-agent, automation
**7. Required API Keys:**
List each key and where to get it:
**8. Installation Instructions:**
**9. Usage Instructions:**
Run the skill with: python skill.py
The agent will:
Run it on a schedule (cron job) to continuously create new markets.
**10. Demo/Screenshot:**
Upload a screenshot showing:
- Terminal output of successful run
- Or a screenshot of created market on betbud.live
**11. License:**
MIT