| name | n8n-job-search |
| description | Route job search, job board scraping, role discovery, resume drafting, and job-application preparation requests to the dedicated n8n job-search webhook. Use when the user wants to search for jobs, compare roles, scrape listings, tailor resume content, or kick off a job-search workflow from Telegram. |
n8n Job Search
Route job-search requests to the dedicated n8n webhook.
Pass these fields
skill_name: n8n-job-search
raw_text: original user request
target_role: best deterministic extraction of the requested role
industry: optional extracted industry
location: optional extracted location
chat_id: Telegram chat ID
source_message_id: Telegram message ID that started the workflow
Callback contract
Expect n8n to call back to /callback or /openclaw/callback with either:
pending_review plus resume_url when the workflow pauses for human review
final_result when the workflow is complete
For file delivery, prefer multipart/form-data with a metadata JSON field and file parts.