← 返回 Skills 市场
91
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install offerclaw-cv-writing
功能描述
Writes study abroad admissions CVs and resumes, primarily for master's applications. Covers education, research, internships, publications, and awards. Suppo...
安全使用建议
This skill appears to do what it says: collect CV info, draft English CV text, and optionally export a PDF locally. If you plan to use the PDF export, note that the exporter will create a virtual environment under scripts/export-pdf/venv and run pip to install weasyprint and markdown (this requires network access and may pull native libraries). Bundled fonts referenced by the script are not present in the file list — the script will fall back to local fonts unless you request bundled-only mode. If you prefer not to allow package installation or file writes, you can still use the drafting features without running the exporter, or run the export step in a controlled/sandboxed environment. If you want extra assurance, inspect or run the export scripts locally in a sandbox before granting file-system access to the agent.
功能分析
Type: OpenClaw Skill
Name: offerclaw-cv-writing
Version: 1.0.1
The skill bundle provides a workflow for generating and exporting academic CVs to PDF. It includes a Python-based export utility (scripts/export-pdf/run.py) that automatically creates a virtual environment and installs external dependencies (weasyprint, markdown) via pip. While these actions are aligned with the stated purpose of PDF generation, the capability to execute shell commands, manage environments, and install third-party packages from the internet constitutes a high-risk behavior in an agentic context. No evidence of malicious intent, data exfiltration, or intentional prompt injection was found.
能力评估
Purpose & Capability
The name/description (admissions CV writing + PDF export) match the included references and two export scripts. The Python exporter and CSS are appropriate for producing a PDF from Markdown; no unrelated services or credentials are requested.
Instruction Scope
SKILL.md is narrowly scoped to collecting CV data, validating it against local reference files, producing a review text, and optionally generating a tagged Markdown file for export. It does not instruct reading sensitive system files or exfiltrating data to remote endpoints. All referenced resources are local files included in the skill (references/* and scripts/*).
Install Mechanism
There is no platform-level install spec, but the included run.py creates a local virtualenv and runs pip install --requirement on first use. This will download Python packages (weasyprint, markdown) from PyPI and may pull native dependencies; this behavior is expected for a local PDF exporter but does require network access and may fail where system libraries for WeasyPrint are missing.
Credentials
The skill declares no environment variables, no credentials, and no config paths. The exporter reads local files (input .md, CSS, optional bundled fonts) only. No secrets are requested or required.
Persistence & Privilege
always is false and the skill does not modify other skills or global agent settings. The exporter will create a local venv (scripts/export-pdf/venv) and write output files (the PDF and the tagged .md) in user-specified or current directories; this is expected for a file-export feature.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install offerclaw-cv-writing - 安装完成后,直接呼叫该 Skill 的名称或使用
/offerclaw-cv-writing触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Replaced shell-based PDF export scripts with a single Python script (`run.py`) for simpler, cross-platform PDF generation.
- Removed the watermark overlay component and related setup scripts, consolidating all PDF export logic into one Python entrypoint.
- Updated export instructions to invoke `python3 scripts/export-pdf/run.py` instead of Bash.
- Minor documentation improvements for clarity and accuracy.
v1.0.0
Initial release of the OfferClaw CV/resume writing skill.
- Guides users step-by-step to collect, review, and confirm all required information for graduate admissions CVs and resumes.
- Focuses on education, research, internships, projects, activities, awards, and skills, using structured questioning and validation.
- Adapts to insufficient details with inferred suggestions, always requiring user confirmation before proceeding.
- Produces review-ready CVs in English, providing user-language summaries and detailed bullet-point expansion when needed.
- Offers high-quality PDF export with automatic font selection and cross-platform support.
- Includes robust quality checks before final export to ensure accuracy and completeness.
元数据
常见问题
OfferClaw留学申请简历助手 是什么?
Writes study abroad admissions CVs and resumes, primarily for master's applications. Covers education, research, internships, publications, and awards. Suppo... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 91 次。
如何安装 OfferClaw留学申请简历助手?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install offerclaw-cv-writing」即可一键安装,无需额外配置。
OfferClaw留学申请简历助手 是免费的吗?
是的,OfferClaw留学申请简历助手 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
OfferClaw留学申请简历助手 支持哪些平台?
OfferClaw留学申请简历助手 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 OfferClaw留学申请简历助手?
由 OfferClaw(@offerclaw)开发并维护,当前版本 v1.0.1。
推荐 Skills