Agent Skill · Worklittle
resume-cover-letter
Guides Worklittle resume and cover letter generation: hiring-ready output, get_job_keywords as job_context, output formats, and attach-to-apply fields. Use when tailoring documents to a job_id or building apply pipelines — not for Apply with AI browser sessions (use skill apply-with-ai) or ATS candidate writes (use skill candidates).
Skill body
Jobs document skill. For full apply session lifecycle, also load apply-with-ai.
Critical rules
- Scope
agent:tools(plusjobs:readfor details/keywords). - Hiring-ready never invents employers, schools, or metrics — omit unknowns.
- Use
get_job_keywordsasjob_context, not the full job description. - Default outputs include HTML/PDF in a JSON envelope (
pdf_base64), not raw PDF bytes alone. - Attach with the correct apply fields (
resume_file,cover_letter/cover_letter_file) — swapping slots fails silently.
Canonical chain
get_job_details → get_job_keywords → create_resume / create_cover_letter
Endpoints
| Goal | REST | MCP | Scope |
|---|---|---|---|
| Resume | POST /jobs/resumes |
create_resume |
agent:tools |
| Cover letter | POST /jobs/cover-letters |
create_cover_letter |
agent:tools |
| Keywords | — | get_job_keywords |
jobs:read |
Docs: Resumes and cover letters · Create resumes · Create cover letters · Structured extraction
Work with this as data
Every skill here is available over the APIs.io API and to AI agents over MCP.