← 返回 Skills 市场
ssidharhubble

Freelance Pipeline Automation

作者 ssyopro · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
42
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (SKILL.md)

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
安全使用建议
This appears safe as a local freelance lead tracker. Before installing, understand that it does not actually scrape Upwork/Fiverr/LinkedIn or process payments in the reviewed code, and keep its profile/pipeline JSON files in a private, dedicated location.
功能分析
Type: OpenClaw Skill Name: freelance-pipeline-automation Version: 1.0.0 The freelance-pipeline-automation skill is a legitimate tool for managing job leads and generating proposals. The Python script (scripts/freelance_pipeline.py) performs local JSON file operations to track leads and scores them based on user-provided criteria. There are no network calls, obfuscated code, or suspicious instructions in the SKILL.md file that would indicate malicious intent or data exfiltration.
能力标签
cryptocan-make-purchases
能力评估
Purpose & Capability
The implemented script supports local add/score/digest/status/list operations, but the description claims broader automated discovery across Upwork, Fiverr, LinkedIn, and browser-gated sites that is not evidenced in the provided code.
Instruction Scope
The skill uses Bash to run explicit Python CLI commands. This is purpose-aligned, but users should treat those commands as local file-mutating operations.
Install Mechanism
There is no install spec, no dependencies, and the full included Python source is readable. No remote installer or hidden helper is shown.
Credentials
No credentials, environment variables, marketplace APIs, browser sessions, or payment APIs are required. The provided capability signal for purchases appears unsupported by the executable code, which only tracks a 'paid' status locally.
Persistence & Privilege
The script persists lead and profile data to JSON files, defaulting to pipeline.json and profile.json or user-selected paths via FREELANCE_PIPELINE and FREELANCE_PROFILE.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install freelance-pipeline-automation
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /freelance-pipeline-automation 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of freelance-pipeline-automation: an automated freelance lead and proposal manager for AI agents and freelancers. - Discovers jobs across Upwork, Fiverr, LinkedIn, and niche boards. - Scores leads by skill match, budget, and recency; only top leads (70+) appear in daily digests. - Automates proposal drafting, pipeline tracking (from lead discovery to payment), and lead status updates. - Command-line interface with zero external dependencies; designed for Python 3.8+. - Customizable profile and pipeline storage; works with or without browser automation.
元数据
Slug freelance-pipeline-automation
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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。

💬 留言讨论