← 返回 Skills 市场
xueyetianya

Cover Letter

作者 bytesagain4 · GitHub ↗ · v2.3.6 · MIT-0
cross-platform ✓ 安全检测通过
548
总下载
0
收藏
1
当前安装
11
版本数
在 OpenClaw 中安装
/install cover-letter
功能描述
求职信生成器。中英文求职信、JD关键词匹配、求职信评分诊断、多模板(应届/社招/内推/转行/外企)、批量生成。Cover letter generator with Chinese/English support, JD matching, scoring, templates, batch generation...
使用说明 (SKILL.md)

Cover Letter Generator

求职信生成器。中英文求职信、JD关键词匹配、求职信评分诊断、多模板(应届/社招/内推/转行/外企)、批量生成。Cover letter generator with Chinese/English support, JD matching, scoring, templates, batch generation. 求职信、自荐信、应聘信。

为什么选择这个工具

  • ✅ 专为中文用户设计,理解中国市场和文化
  • ✅ 多种命令覆盖不同场景需求
  • ✅ 输出实用、可直接使用的内容
  • ✅ 持续更新,紧跟行业最新趋势

可用命令

  • write — write
  • write-en — write en
  • match — match
  • review — review
  • template — template
  • batch — batch

专业建议

  • 匹配度** — 你的经历和JD要求是否对得上,这是第一优先级
  • 具体数据** — "提升了用户体验" vs "将用户留存率从35%提升到52%",后者赢
  • 动机真实性** — 为什么选这家公司?模板感太强的直接pass
  • 沟通能力** — 求职信本身就是你沟通能力的展示
  • 篇幅控制** — 一页以内,300-500字(中文),HR平均阅读时间不超过30秒

Cover Letter Generator by BytesAgain

💬 Feedback & Feature Requests: https://bytesagain.com/feedback Powered by BytesAgain | bytesagain.com

Examples

# Show help
cover-letter help

# Run
cover-letter run

Commands

Run cover-letter help to see all available commands.

安全使用建议
This skill appears to be a local cover letter generator and grader implemented in Bash. It does not request credentials or reach out to external endpoints. Before installing or running: 1) review and be comfortable with the script writing to a data directory (default: $HOME/.local/share/cover-letter) — it creates data.log and history.log; 2) check the SKILL.md source/homepage URLs (bytesagain.com, GitHub) if you want an upstream reference or updates (registry metadata noted 'Source: unknown'); 3) run the scripts in a sandbox or inspect them yourself if you have concerns about local files — the code is short and readable and uses standard Unix tools (date, grep, sed, wc). If you plan to use it in automated workflows, be aware it stores logs and entries locally and does not encrypt them.
功能分析
Type: OpenClaw Skill Name: cover-letter Version: 2.3.6 The skill bundle is a legitimate tool for generating and scoring cover letters based on user-provided templates and professional categories. The primary logic resides in `scripts/cover.sh`, which uses standard Bash utilities (grep, sed, wc) to process text and generate Markdown output, while `scripts/script.sh` provides basic local logging and data management without any network access, credential theft, or malicious execution patterns.
能力评估
Purpose & Capability
Name/description (cover letter generator, JD matching, scoring, templates, batch) align with the included scripts: cover.sh generates templates, scores letters, and batch-generates; script.sh is a small local data/log utility. The SKILL.md also documents the same commands. One minor metadata mismatch: registry metadata listed 'Source: unknown' while SKILL.md includes homepage/source URLs (bytesagain.com, GitHub). This is a documentation inconsistency but not a functional red flag.
Instruction Scope
SKILL.md instructs running the included CLI-style commands and shows examples; the runtime behavior in scripts is limited to text generation, scoring with local grep/wc/sed, and simple batch output. There are no instructions to read unrelated system config, network endpoints, or to transmit data externally.
Install Mechanism
No install spec (instruction-only), and the repository supplies bash scripts. No downloads, package installs, or archive extraction are required by the skill, so installation risk is low.
Credentials
The skill declares no required environment variables or credentials. The scripts optionally respect COVER_LETTER_DIR / XDG_DATA_HOME / HOME for storing data—this is proportionate for a tool that stores user data. No secrets or unrelated credentials are requested.
Persistence & Privilege
always:false and normal invocation. The scripts create and write files under a user data directory (~/.local/share/cover-letter or COVER_LETTER_DIR) and log activity; this is expected for local storage and not a cross-skill or system-wide privilege escalation.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install cover-letter
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /cover-letter 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.3.6
v2.5 standard: Use-when desc, homepage, source, security fix
v2.3.5
yaml-fix+quality
v2.3.4
yaml-fix+quality
v2.3.3
Quality upgrade
v2.3.2
Quality upgrade: custom functionality
v2.3.1
Standards compliance: unique content, no template text
v2.3.0
Quality fixes: aligned docs with implementation
v2.2.0
Enhanced descriptions for better AI triggering
v2.0.0
Complete rewrite with real functionality
v1.0.1
map
v1.0.0
Initial release: Cover Letter Generator 1.0.0 - Supports Chinese and English cover letter generation - Provides JD (job description) keyword matching and cover letter scoring/review - Includes multiple templates for fresh grads, lateral moves, referrals, career changes, and foreign companies - Enables batch cover letter generation - Offers commands: write, write-en, match, review, template, batch
元数据
Slug cover-letter
版本 2.3.6
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 11
常见问题

Cover Letter 是什么?

求职信生成器。中英文求职信、JD关键词匹配、求职信评分诊断、多模板(应届/社招/内推/转行/外企)、批量生成。Cover letter generator with Chinese/English support, JD matching, scoring, templates, batch generation... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 548 次。

如何安装 Cover Letter?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install cover-letter」即可一键安装,无需额外配置。

Cover Letter 是免费的吗?

是的,Cover Letter 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Cover Letter 支持哪些平台?

Cover Letter 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Cover Letter?

由 bytesagain4(@xueyetianya)开发并维护,当前版本 v2.3.6。

💬 留言讨论