๐ฆ ClawHub
Interview Prep
by @wanghong5233
Generate interview question bank and answer strategy from JD and company intel.
TERMINAL
clawhub install wanghong5233-offerpilot-interview-prep๐ About This Skill
name: interview-prep description: Generate interview question bank and answer strategy from JD and company intel.
Interview Prep Skill
Trigger
Activate when user asks:
Workflow
1. Collect input:
- Prefer job_id (from /api/jobs/recent) OR provide company + role_title + jd_text.
2. Call:
- POST http://127.0.0.1:8010/api/interview/prep
- Body example:
- {"job_id":"
- Or:
- {"company":"MiniAgent","role_title":"AI Agent Intern","jd_text":"...","use_company_intel":true,"question_count":8}
3. Parse response and present:
- summary
- likely_focus
- key_storylines
- top interview questions (question, intent, answer_tips)
4. Ask user whether to export/continue with mock Q&A.
Command templates (exec tool + curl)
curl -sS -X POST "http://127.0.0.1:8010/api/interview/prep" -H "Content-Type: application/json" -d '{"job_id":"","use_company_intel":true,"question_count":8}'
curl -sS -X POST "http://127.0.0.1:8010/api/interview/prep" -H "Content-Type: application/json" -d '{"company":"MiniAgent","role_title":"AI Agent Intern","jd_text":"Need Python, LangGraph, RAG","use_company_intel":true,"question_count":8}'