openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > Freelancer Auto 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 j...

综合技能

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v1.0.1

统计:⭐ 0 · 175 · 2 current installs · 2 all-time installs

0

安装量(当前) 2

🛡 VirusTotal :良性 · OpenClaw :良性

Package:27555402-spec/freelancer-bidder

安全扫描(ClawHub)

  • VirusTotal :良性
  • OpenClaw :良性

OpenClaw 评估

The skill is internally consistent with its stated purpose: it is an instruction-only Freelancer.com search-and-proposal helper that doesn't request unexpected credentials or installs.

目的

Name, description, and instructions all describe searching Freelancer.com, drafting proposals, and tracking bids. Required capabilities (search, draft, log) match the stated purpose. The SKILL.md mentions using the Freelancer API or web search; it does not request unrelated services or credentials.

说明范围

Instructions are limited to searching projects, drafting proposals, and maintaining a local bids.md log. The runtime text references using the Freelancer API or web search and an example line 'Submit and log it' — the skill does not provide concrete submission steps or require account credentials, but the example implies the agent could submit bids if credentials are provided. It does not instruct reading unrelated files or environment variables.

安装机制

No install spec or code files — instruction-only skill. This minimizes on-disk risk because nothing is downloaded or written by an installer.

证书

The skill declares no required environment variables or credentials. That is coherent if the agent will only perform public web searches and draft proposals locally. If the user wants the agent to submit bids or call Freelancer's API, API keys or account credentials would be needed but are not requested here — the absence may be deliberate (read-only usage) but is worth noting before providing any credentials.

持久

The skill does not request always:true and has no install components; it does not modify other skills or system settings. It does instruct the agent to maintain a bids.md file in the workspace, which is a reasonable local persistence for its stated purpose.

综合结论

This skill is instruction-only and appears to do what it says: search Freelancer.com, draft proposals, and keep a local bids.md log. Before using it, decide whether you want the agent to only search and draft (no credentials required) or to actually submit bids (which would require providing Freelancer account credentials or an API token). Never paste full account passwords into a skill unless you understand the trust model — prefer API tokens…

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Freelancer Auto Bidder」。简介:Scan Freelancer.com for new projects matching your skills, draft personalized b…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/27555402-spec/freelancer-bidder/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

---
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]
```