Opencollab Autolist
v1.0.2Automatically registers and lists freelance skills on OpenCollab (opencollab.ai), a crypto-native freelancing marketplace where clients pay in USDC. The agen...
opencollab-autolister
Autonomously create and manage OpenCollab freelance profile + skill listings.
What This Does
- Registers account if needed (or uses existing credentials)
- Creates a compelling profile headline and bio
- Posts skills from the MoneyMachine demand matrix (sorted by demand_score)
- Bids on matched jobs automatically
- Sends daily ping for new high-value gigs
OpenCollab Profile Setup
Profile fields to populate:
- Headline: Something punchy that communicates what you deliver e.g. "Options Trading Bot Dev | DeFi Sniper Bots | Smart Contract Auditor"
- Bio: Masters-level technical background, specific deliverables
- Skills tags: Use exact keywords from demand matrix
- Rate: Start at $50-150/hr, scale up as you get reviews
Skills to List (Priority Order)
From demand_matrix.json:
- Smart Contract Audit ($500+/audit)
- DeFi Protocol Integration ($350+/project)
- Pump.fun Sniper Bot ($400+/bot)
- Options Trading Backtester ($250+/project)
- AI Model Fine-Tuning ($300+/project)
How It Works
The agent (you/Zo) will:
- Check OpenCollab for job matches daily
- Score each job by: budget × skill_match × client_reputation
- Submit proposals only for jobs where score > threshold
- Track win rate and adjust pricing
Files
scripts/autolister.py— Main scriptscripts/profiler.py— Creates compelling profilescripts/job_scorer.py— Scores and ranks jobs
API Notes
OpenCollab uses a REST API for:
- GET /jobs — list available jobs
- POST /proposals — submit proposal
- GET /profile — get current profile
(Use web search to find current API endpoints and authentication method)
Deliverable
The autolister outputs:
- Profile URL
- Active skill listings count
- Daily new jobs found
- Proposals submitted
- Win rate tracking
Version tags
latest
