Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计提醒

upwork-proposal工作建议

Agent Skill

upwork-proposal 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

1,854

周安装

75

GitHub Stars

3

下载量

582
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:upwork-proposal(工作建议)
来源仓库:https://github.com/mumerrazzaq/claude-code-skills-lab
仓库路径:skills/upwork-proposal
安装命令:
npx skills add https://github.com/mumerrazzaq/claude-code-skills-lab --skill upwork-proposal
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/mumerrazzaq/claude-code-skills-lab --skill upwork-proposal

简介

upwork-proposal 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中快速定位候选结果。

  • 适用于关键词搜索、任务场景匹配或来源线索梳理等研究检索场景。
  • 通过 npx skills add 命令从 GitHub 仓库安装,需结合原始 README 确认具体用法。
  • 安装前请核实权限范围、维护状态,以及是否涉及联网、命令执行或文件读写操作。
  • 建议在使用时核对来源仓库内容,确保功能与预期一致。

SKILL.md

Upwork Proposal Skill

Generate proposals that beat the AI flood and actually get responses.

The Problem We're Solving

Clients receive 50+ proposals that all sound the same: robotic, vague, and stuffed with "Dear Hiring Manager." They can smell generic AI instantly. This skill creates proposals that feel human, specific, and worth responding to.

Key Stats (2025-2026)

MetricValue
Average proposals per job20-50
Reply rate8-30%
Win rate~5% (1 in 20)
AI+Human hybrid win rate48% higher than pure AI or pure manual
Optimal proposal length150-250 words
First-hour applications48% higher response rate

Workflow

User pastes job → Extract requirements → Match to user skills → Generate proposal + shorter version

Required Input

InputDescription
job_descriptionThe Upwork job posting (user pastes it)

Optional Inputs (Ask if relevant)

InputWhen to Ask
relevant_experienceIf job matches a specific past project
rate/pricingIf user wants to include specific pricing
availabilityIf job mentions urgency or timeline
special_angleIf user has unique insight into the problem

The 7-Part Formula (24%+ Response Rate)

See references/proposal-structure.md for details. Quick reference:

PartLengthPurpose
Hook25 wordsClient name + their specific problem
Relevance50-75 wordsSimilar experience with results
Solution50-75 wordsBullet-point deliverables
Proof30-50 words1-2 past projects with metrics
Timeline15-25 wordsSpecific dates, not vague
Investment10-15 wordsClear pricing if appropriate
CTA15-20 wordsOne specific next step

Total: 195-285 words (under 300 is ideal)

Anti-AI-Slop Rules

See references/standout-strategies.md for full guide. Critical rules:

DODON'T
Start with "Hey there" or use client's name"Dear Hiring Manager" or "I hope this finds you well"
Mention 2 specifics from their job postGeneric "I'm the perfect fit for this role"
Use numbers: "23 similar projects", "$12K/month results"Vague claims: "extensive experience"
Natural contractions: "I'll", "you're", "can't"Robotic: "I would be delighted to"
One emoji max (👋 in greeting)Multiple emojis or none at all
Specific timeline: "December 15th"Vague: "as soon as possible"
Lead with solution approachLead with credentials

Testing Instruction Detection

Clients often add tests like "Write HOWDY at the top" to filter spam. Always scan the job for:

  • Specific words to include
  • Questions to answer
  • Hidden instructions in the middle/end of posting

If found, follow them FIRST.

Output Format

Always provide TWO versions (user frequently asks for shorter):

## Proposal (Ready to Submit)

[Full proposal following 7-part formula]

## Shorter Version

[Condensed 100-150 word version]

## One-Liner (For quick reference)

[Single sentence pitch]

## Notes

- [Relevant past projects to mention]
- [Questions to ask client]
- [Red flags if any]

User's Style Preferences

From 12 Upwork conversations analyzed:

  1. Greeting: "Hey there 👋" or "Hi there 👋"
  2. Tone: Natural, humanized, conversational
  3. Structure: Solution-first, then experience
  4. Length: Always asks for shorter - start concise
  5. Honesty: Never oversells, mentions learning areas
  6. Tech mentions: n8n, Python, AI agents, Google Workspace

User's Skill Positioning

See references/user-profile.md. Quick reference:

Highlight these:

  • n8n workflow automation
  • AI agents / Agentic AI (PIAIC certified)
  • Python, FastAPI
  • API integrations
  • Google Workspace automation
  • WhatsApp Business API

Be honest about:

  • React, Node.js (learning)
  • Make/Zapier (concepts understood, not hands-on)

Engineering Methodology (Trust Signal)

User follows Spec-Driven Development (SDD) and Test-Driven Development (TDD).

When to mention this: Only for projects where quality/reliability matters:

  • Complex automation with multiple integrations
  • Long-term/ongoing projects
  • Clients who mention "reliable", "production-ready", "maintainable"
  • Higher-budget projects ($500+)
  • Clients burned by previous freelancers

DON'T mention for: Simple one-off tasks, quick fixes, low-budget gigs.

What you deliver (in repo):

  • specs/ - Requirements & design specs (per phase)
  • tests/ - Pytest test suites (written BEFORE code)
  • docs/ADRs/ - Architecture Decision Records
  • Self-documenting code with clear structure

How to phrase it naturally:

I follow spec-driven development — I'll document requirements first,
write tests, then implement. You'll get working code plus specs and
tests in the repo, not just "it works on my machine."

Shorter version:

I write specs and tests first, so you get reliable, documented code.

One-liner (when relevant):

All deliverables include specs, tests, and documentation in the repo.

See references/engineering-methodology.md for full details.

Example Transformation

Generic AI slop:

Dear Hiring Manager,
I hope this message finds you well. I am writing to express my keen interest in your project. With my extensive experience in automation and workflow development, I am confident I can deliver exceptional results. I have worked on numerous similar projects and would be delighted to discuss further.

Winning proposal:

Hey there 👋

I can help you automate your Google Sheets → AI → PDF → Email workflow in n8n.

Here's the plan:
- Connect Google Sheets with scheduled triggers (twice weekly)
- Pass data to ChatGPT/DeepSeek for processing
- Generate formatted PDF (via API or Google Docs conversion)
- Auto-send via Gmail

I recently built a similar workflow connecting Sheets with ChatGPT for automated reporting — happy to share details.

When would you like to kick off?

Checklist Before Output

  • Read ENTIRE job post (including hidden test instructions)
  • Extracted 2+ specific requirements to address
  • Under 250 words
  • Starts with personalized hook (not "Dear Hiring Manager")
  • Includes specific approach/solution
  • Has concrete proof (numbers, past projects)
  • Clear CTA at the end
  • Shorter version provided
  • Natural tone, contractions used
  • No overselling or vague claims

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude

32.52%
按下载量换算189

Codex

31.78%
按下载量换算185

Cursor

19.08%
按下载量换算111

Gemini CLI

8.42%
按下载量换算49

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills