Freelance Automator
AI-powered freelance business automation.
What This Does
- - Job Hunting — Find relevant jobs automatically
- Proposal Writing — Generate winning proposals with AI
- Client Communication — Automated responses and updates
- Delivery Tracking — Track deadlines and deliverables
- Invoice Generation — Create and send invoices
Income Potential
- - Find 2-3 jobs/week at $50-200 each
- Manage 3-5 clients simultaneously
- Scale to $500-2000/month with consistency
Supported Platforms
| Platform | Status | Features |
|---|
| Upwork | ✅ Full | Job search, proposals, delivery |
| Fiverr |
✅ Full | Gig creation, messaging |
| Freelancer | ✅ Full | Job search, bidding |
| PeoplePerHour | ✅ Full | Hourly proposals |
| Guru | 🟡 Partial | Job search |
Quick Start
CODEBLOCK0
Commands
find
Search for jobs on freelance platforms.
CODEBLOCK1
propose
Generate a proposal for a job.
CODEBLOCK2
status
Show all active jobs and their status.
CODEBLOCK3
invoice
Generate an invoice for a client.
CODEBLOCK4
message
Manage client communication.
CODEBLOCK5
Workflows
Daily Job Hunt
CODEBLOCK6
Client Delivery
CODEBLOCK7
Proposal Templates
Create reusable templates:
CODEBLOCK8
Automation Tips
- 1. Set up daily job alerts — Run
find on a schedule - Use proposal templates — Customize for each platform
- Track response rates — See which proposals convert
- Follow up politely — Send follow-ups after 3 days
- Invoice promptly — Don't wait to get paid
See Also
- -
references/platforms/ — Platform-specific guides - INLINECODE2 — Winning proposal examples
- INLINECODE3 — Main implementation
自由职业自动化工具
AI驱动的自由职业业务自动化。
功能说明
- - 求职搜索 — 自动查找相关职位
- 提案撰写 — 利用AI生成高胜率提案
- 客户沟通 — 自动回复与状态更新
- 交付跟踪 — 管理截止日期与交付物
- 发票生成 — 创建并发送发票
收入潜力
- - 每周找到2-3份工作,每份50-200美元
- 同时管理3-5个客户
- 持续运营可实现月收入500-2000美元
支持平台
| 平台 | 状态 | 功能 |
|---|
| Upwork | ✅ 完整 | 职位搜索、提案、交付 |
| Fiverr |
✅ 完整 | 服务创建、消息沟通 |
| Freelancer | ✅ 完整 | 职位搜索、竞标 |
| PeoplePerHour | ✅ 完整 | 按小时提案 |
| Guru | 🟡 部分 | 职位搜索 |
快速开始
bash
查找匹配技能的职位
neckr0ik-freelance-automator find --skills python, web scraping, automation --limit 20
为职位生成提案
neckr0ik-freelance-automator propose --job-id
--rate 50
跟踪活跃职位
neckr0ik-freelance-automator status
生成发票
neckr0ik-freelance-automator invoice --client John Smith --amount 150 --project Web scraping
命令说明
find
在自由职业平台上搜索职位。
bash
neckr0ik-freelance-automator find [选项]
选项:
--skills <技能> 以逗号分隔的搜索技能
--platform <名称> 指定搜索平台(默认:全部)
--limit <数量> 最大结果数(默认:20)
--min-budget <金额> 最低预算筛选
--max-budget <金额> 最高预算筛选
--posted <天数> 最近N天内发布的职位
propose
为职位生成提案。
bash
neckr0ik-freelance-automator propose --job-id [选项]
选项:
--rate <金额> 您的时薪或固定价格
--style <风格> 提案风格(专业、友好、技术)
--template <名称> 使用保存的提案模板
--deliverables <项目> 以逗号分隔的交付物
status
显示所有活跃职位及其状态。
bash
neckr0ik-freelance-automator status [选项]
选项:
--platform <名称> 按平台筛选
--status <状态> 按状态筛选(活跃、待处理、已完成)
invoice
为客户生成发票。
bash
neckr0ik-freelance-automator invoice --client <名称> --amount <金额> [选项]
选项:
--project <名称> 项目描述
--due <天数> 付款到期天数(默认:14)
--format <格式> 输出格式(pdf、html、json)
--send 直接发送至客户邮箱
message
管理客户沟通。
bash
neckr0ik-freelance-automator message <操作> [选项]
操作:
template 创建消息模板
auto-reply 设置常见问题自动回复
follow-up 安排跟进消息
工作流程
每日求职
bash
每天早上运行
neckr0ik-freelance-automator find --skills automation, python --posted 1 --limit 10
为前3个职位生成提案
neckr0ik-freelance-automator propose --job-id
neckr0ik-freelance-automator propose --job-id
neckr0ik-freelance-automator propose --job-id
客户交付
bash
跟踪交付物
neckr0ik-freelance-automator track --client ABC Corp --deliverable Scraped data CSV
标记完成并开具发票
neckr0ik-freelance-automator complete --client ABC Corp
neckr0ik-freelance-automator invoice --client ABC Corp --amount 200
提案模板
创建可复用的模板:
markdown
[项目类型] 提案模板
您好 [客户名称],
我看到您关于 [项目描述摘要] 的需求,我有信心能完美交付您所需的内容。
需求理解
[AI生成的需求理解]
实施方案
[AI基于技能生成的方案]
交付物
时间线
[基于复杂度的预估时间]
报价
固定价格 $[X] / 时薪 $[Y]
为何选择我
[AI生成的相关经验总结]
期待进一步沟通。
[您的姓名]
自动化技巧
- 1. 设置每日职位提醒 — 定时运行 find 命令
- 使用提案模板 — 针对不同平台进行定制
- 跟踪回复率 — 了解哪些提案更有效
- 礼貌跟进 — 3天后发送跟进消息
- 及时开票 — 不要拖延收款
相关资源
- - references/platforms/ — 各平台使用指南
- references/proposals/ — 高胜率提案示例
- scripts/freelance.py — 主程序实现