Agent skill
cv-tailor
ATS-focused CV tailoring workflow from job URL/text/image to bullet-point output and optional Google Drive upload.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/cv-tailor
Metadata
Additional technical details for this skill
- openclaw
-
{ "os": [ "darwin", "linux" ], "emoji": "\ud83e\udde0", "requires": { "bins": [ "node", "gog" ] } }
SKILL.md
CV Tailor
Use this skill when the user asks to tailor a CV for a specific role, using:
- Job posting URL
- Copied JD text
- Screenshot/photo of JD text (OCR/vision-capable flow)
Inputs accepted from Telegram
- Job URL
- JD pasted text
- JD image/capture
If image text cannot be read reliably, ask user for pasted text fallback.
Built-in resources
file_skill.ts: safe read/write/list helper rooted at~/openclaw_proprompts/ATS_ALIGNMENT_ENGINE.mdprompts/IMPACT_REFRAMING_ENGINE.mdscripts/export_bullets_to_drive.shscripts/cv_model_mode.sh
Standard runbook
- Enter CV high-quality model mode (required):
bash scripts/cv_model_mode.sh start
- Parse JD from URL/text/image.
- Run ATS alignment analysis (keyword gaps, bullet rewrites, skills list).
- Run impact reframing (summary + before/after impact bullets).
- Read
master_cv.mdand tailor truthfully. - Save full version to
cv/CV_[Company]_[Role].md. - Produce bullet-only version for copy/paste.
- Upload bullet file to Google Drive (optional):
bash scripts/export_bullets_to_drive.sh "$HOME/openclaw_pro/cv/CV_[Company]_[Role].md"
- Report saved local path + Drive file link/id.
- Exit CV high-quality model mode (required, always run even on failure):
bash scripts/cv_model_mode.sh end
Safety constraints
- Never fabricate experience, projects, skills, or credentials.
- Keep claims grounded in user-provided CV/history only.
- For unknown metrics, request estimate or use qualitative impact.
Quality mode (CV-only)
- CV tasks must use
google/gemini-2.5-prowhile the task is running. - Normal tasks should remain on stable default (
google/gemini-2.5-flash). - If provider outage/rate-limit forces fallback, explicitly report fallback in response.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?