freelancer-bidder
Scan Freelancer.com for new projects matching your skills, draft personalized bid proposals, and track bidding history. Use when you want to find freelance jobs, write winning bid proposals, or monitor new project postings on Freelancer.com.
Packaged view
This page reorganizes the original catalog entry around fit, installability, and workflow context first. The original raw source lives below.
Install command
npx @skill-hub/cli install openclaw-skills-freelancer-bidder
Repository
Skill path: skills/27555402-spec/freelancer-bidder
Scan Freelancer.com for new projects matching your skills, draft personalized bid proposals, and track bidding history. Use when you want to find freelance jobs, write winning bid proposals, or monitor new project postings on Freelancer.com.
Open repositoryBest for
Primary workflow: Ship Full Stack.
Technical facets: Full Stack.
Target audience: everyone.
License: Unknown.
Original source
Catalog source: SkillHub Club.
Repository owner: openclaw.
This is still a mirrored public skill entry. Review the repository before installing into production workflows.
What it helps with
- Install freelancer-bidder into Claude Code, Codex CLI, Gemini CLI, or OpenCode workflows
- Review https://github.com/openclaw/skills before adding freelancer-bidder to shared team environments
- Use freelancer-bidder for development workflows
Works across
Favorites: 0.
Sub-skills: 0.
Aggregator: No.
Original source / Raw SKILL.md
---
name: freelancer-bidder
description: Scan Freelancer.com for new projects matching your skills, draft personalized bid proposals, and track bidding history. Use when you want to find freelance jobs, write winning bid proposals, or monitor new project postings on Freelancer.com.
---
# Freelancer Bidder
Automatically scan Freelancer.com for matching projects and draft personalized bid proposals.
## Capabilities
- Search active projects by keywords/skills
- Filter by budget, project type (fixed/hourly), and recency
- Draft personalized, professional bid proposals
- Track bid history and win rates
- Suggest optimal bid price based on project budget
## How to Use
Tell the agent:
- Your skills (e.g., "Python, data scraping, translation")
- Budget range preference
- Tone of proposals (professional / friendly / concise)
## Search Projects
```
Find Freelancer projects for: [your skills]
Budget: $[min]-$[max]
Posted within: last [N] hours
```
The agent will:
1. Fetch matching active projects via Freelancer API / web search
2. Rank by relevance and budget
3. Present top 5–10 opportunities
## Draft a Bid
```
Draft a bid for project: [project title / URL]
My background: [brief intro]
Tone: professional
```
The agent will generate a winning proposal including:
- Personalized opening (addresses client's specific need)
- Your relevant experience
- Clear delivery timeline
- Call to action
## Track History
Maintain a `bids.md` log in your workspace:
```
| Date | Project | Budget | Status |
|------|---------|--------|--------|
```
## Tips for Winning Bids
1. **Respond fast** — first 5 bidders get 60% more views
2. **Be specific** — reference the client's exact problem
3. **Keep it short** — under 150 words for fixed-price jobs
4. **Show, don't tell** — link to similar past work
5. **Ask one question** — shows genuine interest
## Workflow Example
```
User: Find Python scraping jobs under $200 posted today
Agent: [returns 8 matching projects with details]
User: Draft bid for project #3
Agent: [generates personalized 120-word proposal]
User: Submit and log it
Agent: [updates bids.md with entry]
```
---
## Skill Companion Files
> Additional files collected from the skill directory layout.
### _meta.json
```json
{
"owner": "27555402-spec",
"slug": "freelancer-bidder",
"displayName": "Freelancer Auto Bidder",
"latest": {
"version": "1.0.1",
"publishedAt": 1773072240872,
"commit": "https://github.com/openclaw/skills/commit/280e9adee3c7d53069468ce57e6b841344deddc2"
},
"history": []
}
```