← Back to Skills Marketplace
xueyetianya

Cover Letter

by bytesagain4 · GitHub ↗ · v2.3.6 · MIT-0
cross-platform ✓ Security Clean
548
Downloads
0
Stars
1
Active Installs
11
Versions
Install in OpenClaw
/install cover-letter
Description
求职信生成器。中英文求职信、JD关键词匹配、求职信评分诊断、多模板(应届/社招/内推/转行/外企)、批量生成。Cover letter generator with Chinese/English support, JD matching, scoring, templates, batch generation...
README (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.

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install cover-letter
  3. After installation, invoke the skill by name or use /cover-letter
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug cover-letter
Version 2.3.6
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 11
Frequently Asked Questions

What is Cover Letter?

求职信生成器。中英文求职信、JD关键词匹配、求职信评分诊断、多模板(应届/社招/内推/转行/外企)、批量生成。Cover letter generator with Chinese/English support, JD matching, scoring, templates, batch generation... It is an AI Agent Skill for Claude Code / OpenClaw, with 548 downloads so far.

How do I install Cover Letter?

Run "/install cover-letter" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Cover Letter free?

Yes, Cover Letter is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Cover Letter support?

Cover Letter is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Cover Letter?

It is built and maintained by bytesagain4 (@xueyetianya); the current version is v2.3.6.

💬 Comments