/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
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install freelance-pipeline-automation - 安装完成后,直接呼叫该 Skill 的名称或使用
/freelance-pipeline-automation触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 42 次。
如何安装 Freelance Pipeline Automation?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install freelance-pipeline-automation」即可一键安装,无需额外配置。
Freelance Pipeline Automation 是免费的吗?
是的,Freelance Pipeline Automation 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Freelance Pipeline Automation 支持哪些平台?
Freelance Pipeline Automation 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Freelance Pipeline Automation?
由 ssyopro(@ssidharhubble)开发并维护,当前版本 v1.0.0。