Install
openclaw skills install interview-buddyAI-powered mock interview practice with real-time feedback. Use when preparing for job interviews, practicing behavioral questions, doing technical interview...
openclaw skills install interview-buddyAI-powered mock interview practice tool. Get realistic interview questions, real-time feedback on your answers, and coaching tips for any role, industry, or interview type. Supports behavioral, technical, situational, and competency-based interview formats with streaming responses for a natural conversational experience.
Built by a CISSP/CISM certified professional at ToolWeb.in
TOOLWEB_API_KEY — Get your API key from portal.toolweb.incurl must be available on the systemPOST https://portal.toolweb.in/apis/tools/interview-buddy
| Path | Method | Description |
|---|---|---|
/auth/send-otp | POST | Send OTP to registered email |
/auth/verify-otp | POST | Verify OTP and get session |
/auth/me | GET | Check current session |
/chat/stream | POST | Send interview question/answer and get AI response |
/auth/logout | POST | End session |
Authenticate — The user needs a registered account on ToolWeb.in. Authentication uses OTP (One-Time Password) via email.
Step 1: Send OTP
curl -s -X POST "https://portal.toolweb.in/apis/tools/interview-buddy" \
-H "Content-Type: application/json" \
-H "X-API-Key: $TOOLWEB_API_KEY" \
-d '{"email": "<user_email>"}'
Endpoint path: /auth/send-otp
Step 2: Verify OTP
curl -s -X POST "https://portal.toolweb.in/apis/tools/interview-buddy" \
-H "Content-Type: application/json" \
-H "X-API-Key: $TOOLWEB_API_KEY" \
-d '{"email": "<user_email>", "otp": "<received_otp>"}'
Endpoint path: /auth/verify-otp
Start the interview — Send questions and answers via the chat endpoint:
curl -s -X POST "https://portal.toolweb.in/apis/tools/interview-buddy" \
-H "Content-Type: application/json" \
-H "X-API-Key: $TOOLWEB_API_KEY" \
-d '{"question": "I want to practice for a Senior Software Engineer interview at a FAANG company. Start with behavioral questions."}'
Endpoint path: /chat/stream
Continue the conversation — The AI interviewer will ask questions, evaluate your answers, and provide feedback. Keep sending responses:
curl -s -X POST "https://portal.toolweb.in/apis/tools/interview-buddy" \
-H "Content-Type: application/json" \
-H "X-API-Key: $TOOLWEB_API_KEY" \
-d '{"question": "In my previous role, I led a team of 5 engineers to deliver a microservices migration that reduced latency by 40%..."}'
Present the AI's response with feedback and follow-up questions.
🎯 Interview Buddy
━━━━━━━━━━━━━━━━━━
🎤 Interviewer:
[AI-generated interview question or feedback]
💡 Coaching Tips:
[Suggestions for improving the answer]
📊 Answer Rating:
[Strengths and areas for improvement]
🔄 Follow-up Question:
[Next question based on the conversation]
TOOLWEB_API_KEY is not set: Tell the user to get an API key from https://portal.toolweb.inUser: "I have a product manager interview at Google next week. Help me practice."
Agent flow:
{"question": "I'm preparing for a Product Manager interview at Google. Start with a product design question."}
Created by ToolWeb.in — a security-focused MicroSaaS platform with 200+ security APIs, built by a CISSP & CISM certified professional. Trusted by security teams in USA, UK, and Europe and we have platforms for "Pay-per-run", "API Gateway", "MCP Server", "OpenClaw", "RapidAPI" for execution and YouTube channel for demos.