linkedin_generate_resume
Build a structured resume directly from your LinkedIn profile, optionally tailored to a specific job by reordering key skills. See gaps immediately and refine before use.
Instructions
Build a structured resume from the user's actual LinkedIn profile, optionally tailored to a specific job (which reorders skills to surface relevant ones first). Every line comes from real profile data — nothing is invented. The gaps field lists what could not be sourced, which is exactly what you should ask the user about or rewrite yourself before sending it anywhere.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job | No | Job id/URN/URL to tailor towards. Omit for a general-purpose resume. | |
| save | No | Write the file into the resume directory. Defaults to true. | |
| format | No | Defaults to markdown. | |
| tailor | No | Reorder content to match the job. Requires `job`. Defaults to true when job is given. | |
| summary | No | Override the summary section with your own text. | |
| filename | No | Filename to save as. | |
| identifier | No | Whose profile. Defaults to "me". | |
| contactEmail | No | Email for the header — LinkedIn rarely exposes it. | |
| contactPhone | No | Phone for the header. |