job-hunter-run
:
Instructions
Run the Job Hunter agent — generates a tailored CV, cover letter, and cold email for a job application. Supports phased execution: set autoSelectContacts=false to pause for contact selection (poll with agent-status, respond with agent-interact). Consumes 30-500 credits. Rate limited: 10 req/min. Requires scope: jobs:write. Check balance with settings-usage-summary before running.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| companyName | Yes | Target company name | |
| jobTitle | Yes | Job title to apply for | |
| jobDescription | Yes | Full job description text | |
| companyWebsite | Yes | Target company website URL for research phase | |
| sessionId | No | Existing session ID to continue a previous run | |
| generationId | No | Existing generation ID to continue | |
| masterResumeId | No | ID of a stored master resume to use | |
| tier | No | Billing tier: free (platform credits) or byo (bring your own key) | |
| model | No | AI model: flash (faster/cheaper) or pro (higher quality) | |
| webhookUrl | No | Webhook URL for async status updates (generation.completed, generation.failed, generation.awaiting_input) | |
| mode | No | Generation mode | |
| theme | No | Resume theme | |
| autoSelectContacts | No | Set false for phased execution with contact selection gate. Default true for API keys. | |
| skipResearchCache | No | Force fresh company research instead of using cache | |
| contactName | No | Hiring manager or recruiter name | |
| contactTitle | No | Contact job title | |
| contactEmail | No | Contact email for cold outreach | |
| genericEmail | No | Generic company email (e.g. careers@company.com) as fallback | |
| emailAddresses | No | Comma-separated email addresses for outreach | |
| originalCV | No | Original CV text to use directly instead of master resume | |
| extensiveCV | No | Extended/detailed CV text for richer generation | |
| cvStrategy | No | Strategy instructions for CV generation | |
| coverLetterStrategy | No | Strategy instructions for cover letter generation | |
| coldEmailStrategy | No | Strategy instructions for cold email generation | |
| reconStrategy | No | Strategy instructions for company research/recon phase | |
| specificCore | No | Specific core competencies or skills to emphasize | |
| companyProfile | No | Pre-researched company profile to skip research phase | |
| jobSourceUrl | No | URL of the original job posting |