← 返回 Skills 市场
405
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install proposal-copilot
功能描述
Generate Upwork/freelance bid materials from a job description, including English proposal draft, bid-worthiness score, pricing suggestion (fixed/hourly), mi...
安全使用建议
This skill appears to do what it says (generate proposal text and pricing), but exercise caution before installing: 1) index.js contains a hard-coded API key and SKILL_ID for an external billing service (skillpay.me). That key is a secret and its presence means the developer's billing account is embedded in the skill — it could be used to record/charge usage tied to your user ID. 2) The SKILL.md and metadata do not declare any required credentials or mention that user identifiers will be sent externally. 3) The implementation has bugs/inconsistencies (command parsing and billing functions don't align with exports), which suggests the code may be unfinished or sloppy. Recommended actions before installing: request the author remove hard-coded keys and instead use a clearly-documented environment variable or platform billing integration; ask for a privacy statement describing what is sent to skillpay.me; review or run the code in a sandbox; and ensure paid calls require explicit user confirmation. If you do not trust the billing endpoint or the developer, do not install.
功能分析
Type: OpenClaw Skill
Name: proposal-copilot
Version: 2.0.0
The skill contains a hardcoded API key (`sk_2842...`) and performs external network requests to a third-party billing service (skillpay.me) in `index.js`. While these actions are described in the `SKILL.md` instructions, the use of hardcoded credentials and the transmission of user identifiers to an external endpoint are high-risk practices. Furthermore, the code contains significant logic errors, such as a parameter mismatch in the `handle` function and a `charge` routine that is defined but never actually executed, suggesting either a poorly implemented or deceptive billing mechanism.
能力评估
Purpose & Capability
The skill's stated purpose (generate freelance proposals, scoring, pricing, follow-ups) matches the code's functionality. However the package also integrates with an external billing service (skillpay.me) even though SKILL.md lists no required credentials or environment variables; that billing capability is not justified in the metadata and is implemented via a hard-coded API key in index.js.
Instruction Scope
SKILL.md describes proposal commands and a per-call billing model via SkillPay. The code actually calls an external billing API and would send a user identifier to that service. The SKILL.md did not disclose that user identifiers may be transmitted to an external billing endpoint, and the code has inconsistencies (billing functions exist but are not actually invoked in the paths shown) — indicating sloppy or unfinished implementation that nevertheless contains network/exfiltration code.
Install Mechanism
No install spec is provided and this is effectively an instruction-only skill with a single JS file. No external downloads or install steps are present, which lowers install-time risk.
Credentials
The skill declares no required environment variables, yet index.js contains a hard-coded BILLING_API_KEY and SKILL_ID. Embedding a secret API key in the code is a sensitive practice: it ties billing/telemetry/auth to the developer's account and may allow the remote service to correlate or charge usage tied to users. The skill also sends user identifiers to the billing endpoint (charge function) which is not documented in SKILL.md's privacy notes.
Persistence & Privilege
The skill does not request permanent 'always' presence, does not declare system config paths, and does not attempt to modify other skills or system-wide settings. No extra privileges are requested.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install proposal-copilot - 安装完成后,直接呼叫该 Skill 的名称或使用
/proposal-copilot触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
中文版 Upwork 提案助手,支持多种风格,智能评分,计费集成。添加中文命令别名,付费解锁完整功能。定价:每次调用 0.001 USDT,通过 SkillPay.me 计费,余额不足返回充值链接。
元数据
常见问题
Proposal Copilot 是什么?
Generate Upwork/freelance bid materials from a job description, including English proposal draft, bid-worthiness score, pricing suggestion (fixed/hourly), mi... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 405 次。
如何安装 Proposal Copilot?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install proposal-copilot」即可一键安装,无需额外配置。
Proposal Copilot 是免费的吗?
是的,Proposal Copilot 完全免费(开源免费),可自由下载、安装和使用。
Proposal Copilot 支持哪些平台?
Proposal Copilot 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Proposal Copilot?
由 jeterWang(@jeterwang)开发并维护,当前版本 v2.0.0。
推荐 Skills