What problem does it solve?
Cold email personalization often relies on generic openers. This Skill turns a company's live job postings into a specific, copy-ready clause (e.g., "you're hiring an account executive") that slots directly into a cold email sentence, while preventing stale or wrong-company references from reaching a send.
Core Features & Use Cases
- Server-side job filtering: Queries jobs APIs with keyword filters on posting descriptions, since returned fields never include the full description text.
- Freshness and name-match gates: Blanks any line whose posting is older than 30 days and rejects postings resolved to the wrong company, so copy never cites dead or misattributed roles.
- Locked line-writer prompt: Rewrites raw job titles into plain spoken words via a fixed prompt, with measured guidance on when keyword filters suffice versus when an AI classifier is justified.
- Use Case: Given a list of target company domains, produce a
job_posting_line_safe value per row that drops into "Saw {{job_posting_line_safe}}." in a cold email sequence, with Clay table and Clay workflow builds included.
Quick Start
Give the skill a list of company domains and names plus a keyword set like "cold calling" and ask it to generate the job posting line for each row.