/install freelance-pipeline-automation
Freelance Pipeline Automation
End-to-end freelance client discovery and proposal system for AI agents and independent professionals.
Lead Scoring Algorithm
Leads are scored 0-100 based on:
- Skill Match (50 pts max) - How well job requirements match your skills
- Budget Quality (30 pts max) - Higher budgets score higher
- Recency (20 pts max) - Newer postings get priority
Leads scoring 70+ appear in the morning digest.
Commands
# Add a new lead manually
python scripts/freelance_pipeline.py add "Python Bot Development" "$500-1000" "python,bot,automation"
# Score a lead without adding to pipeline
python scripts/freelance_pipeline.py score "Web Scraper" "$200" "python,scraping"
# Get morning digest of qualified leads
python scripts/freelance_pipeline.py digest
# Update lead status through lifecycle
python scripts/freelance_pipeline.py status 3 proposal_sent
python scripts/freelance_pipeline.py status 3 accepted
python scripts/freelance_pipeline.py status 3 paid
# List all leads
python scripts/freelance_pipeline.py list
Pipeline Status Flow
new -> qualified -> proposal_sent -> negotiating -> accepted -> paid
\ \
-> rejected -> rejected
Configuration
Set custom profile and pipeline file locations:
export FREELANCE_PROFILE="/path/to/profile.json"
export FREELANCE_PIPELINE="/path/to/pipeline.json"
Proposal Generation
The script generates proposals with:
- Client and job specifics from input
- Matched vs unmatched skills analysis
- Custom approach section
- Pricing based on your hourly rate in profile
- Timeline estimates
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install freelance-pipeline-automation - After installation, invoke the skill by name or use
/freelance-pipeline-automation - Provide required inputs per the skill's parameter spec and get structured output
What is Freelance Pipeline Automation?
Automated freelance pipeline manager for AI agents. Discovers jobs on Upwork, Fiverr, LinkedIn, and niche boards, scores leads by skill match (50%) + budget... It is an AI Agent Skill for Claude Code / OpenClaw, with 42 downloads so far.
How do I install Freelance Pipeline Automation?
Run "/install freelance-pipeline-automation" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Freelance Pipeline Automation free?
Yes, Freelance Pipeline Automation is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Freelance Pipeline Automation support?
Freelance Pipeline Automation is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Freelance Pipeline Automation?
It is built and maintained by ssyopro (@ssidharhubble); the current version is v1.0.0.