Skip to main content
logo

ChatGPT · Custom GPT + Actions

OphyAI ChatGPT GPT — Live Interview & Resume HelpInside ChatGPT

A first-party OphyAI custom GPT for ChatGPT. Paste a question, get a delivery-ready answer. Drop a JD, get an ATS-tuned tailored resume. Generate STAR stories, cover letters, and matched jobs — without leaving the conversation. Wired to the same OphyAI API that powers our browser-based Interview Copilot.

TL;DR — The Quick Answer

OphyAI for ChatGPT is a custom GPT with a tuned system prompt and six Actions wired to the OphyAI Public API: real-time interview answers, STAR stories, ATS resume scoring, JD-tailored resume rewriting, cover-letter generation, and job search. The full configuration lives at /integrations/chatgpt-instructions.md — name, system prompt, 5 conversation starters, and the import URL for the openapi.yaml. Free with any OphyAI account; ChatGPT Plus required for Actions. Whisper Mode still lives in the browser app.

What you can do

Real prompts you can paste in today. The agent calls OphyAI's APIs in the background.

Live interview answer (paste & speak)

You're in the middle of an interview, the question lands, you paste it into ChatGPT. The GPT returns a 60–120 word, conversation-ready answer grounded in the resume and JD you uploaded at the start.

Example prompt

"I'm in a live interview right now. The interviewer just asked: "Tell me about a time you had to make a hard call with incomplete information." Use my attached resume — give me a 90-second STAR answer I can speak."

Score a resume against a JD

Upload your resume PDF, paste the JD, and the GPT calls the OphyAI ATS scorer to return a score, missing keywords, and prioritized fixes.

Example prompt

"Score my attached resume against this JD. Give me an ATS score out of 100, the top 5 missing keywords, and the 3 highest-ROI changes I should make this evening."

Tailor a resume without inventing experience

Ask the GPT to rewrite your resume for a specific role. The system prompt enforces 'preserve_truth' so it won't fabricate metrics or employers you didn't list.

Example prompt

"Rewrite my attached resume for this Senior Backend Engineer JD. Don't invent any experience or metrics I haven't already listed. Keep it under 1.5 pages."

Generate a tailored cover letter

The GPT's cover-letter action takes resume + JD + tone (formal, conversational, enthusiastic) and returns a delivery-ready letter — not a template, not a Mad-Lib.

Example prompt

"Write a 250-word, conversational cover letter for this JD using my attached resume. Open with a specific result, not a generic intro."

STAR story builder

Ask the GPT for STAR-format behavioral stories, scoped by competency (leadership, conflict, ambiguity, failure) and grounded in your real history.

Example prompt

"Give me 3 STAR stories from my attached resume about a time I led through ambiguity. Use my actual employer names. End each with a 1-sentence summary I can use as a hook."

Find me jobs

Search the OphyAI job index without leaving ChatGPT. Pass query, location, seniority, recency — get back ranked matches with apply links.

Example prompt

"Find me 10 senior product manager roles at fintech companies, US-remote, posted in the last 14 days, $180k+ base. Skip contract roles."

Setup — 6 steps in ChatGPT

  1. 1

    Sign up for OphyAI

    Free, no credit card. Sign up at app.ophyai.com. The GPT will use credits from your OphyAI account when it calls the API.

  2. 2

    Open ChatGPT and create a new GPT

    In ChatGPT (Plus / Team / Enterprise), click Explore GPTs → Create. You'll need ChatGPT Plus or higher to use GPT Actions.

  3. 3

    Paste the OphyAI configuration

    Copy the name, description, system prompt, and conversation starters from /integrations/chatgpt-instructions.md into the Configure tab.

  4. 4

    Import the OpenAPI spec as an Action

    Under Actions → Create new action, import https://ophyai.com/integrations/openapi.yaml. Set the auth type to API Key (Bearer).

  5. 5

    Paste your OphyAI API key

    Get an API key from the OphyAI account dashboard (preview — request via api@ophyai.com today). Paste it as the Bearer token for the Action.

  6. 6

    Save and chat

    Save the GPT, pin it to your sidebar, and start a conversation. Try one of the conversation starters to confirm Actions are firing.

Available actions

The agent has access to these OphyAI API endpoints. Full OpenAPI spec at /integrations/openapi.yaml.

ActionPurpose
generateInterviewAnswerReal-time interview answer with optional resume + JD context.
generateStarAnswerSTAR-format behavioral story for a target role.
analyzeResumeATS score + missing keywords + prioritized fixes.
tailorResumeRewrite a resume for a JD while preserving truth.
generateCoverLetterTailored cover letter with controllable tone and length.
searchJobsSearch the OphyAI job index with filters.

Pricing & limits

Free with any OphyAI account, including the no-card free tier. ChatGPT Plus, Team, or Enterprise is required to use GPT Actions. Programmatic API usage is metered against your OphyAI account credits — Resume Builder calls cost 5 credits, Interview Copilot answers cost 15. Paid OphyAI plans start at $9/month.

Example: Action call from the GPT

Copy/paste-ready example.

http
// What the GPT does under the hood when you ask for a tailored resume:

POST https://api.ophyai.com/api/resume/tailor
Authorization: Bearer ophy_sk_live_••••
Content-Type: application/json

{
  "resume_text": "Senior Backend Engineer at Acme, 2021–present...",
  "job_description": "We are hiring a Senior Backend Engineer to lead our payments platform...",
  "preserve_truth": true
}

// Response
{
  "tailored_resume": "Senior Backend Engineer | Payments & Distributed Systems...",
  "change_summary": [
    "Reordered bullets to lead with payments infra impact",
    "Pulled 'Stripe Connect, idempotent retries' keywords into Skills",
    "Tightened summary from 4 lines to 2"
  ],
  "ats_score_after": 87
}

Frequently Asked Questions

Is the OphyAI custom GPT available in the GPT Store?

We're in the process of publishing the official OphyAI GPT to the ChatGPT GPT Store. In the meantime, the full configuration — system prompt, conversation starters, OpenAPI action wiring — is published at /integrations/chatgpt-instructions.md. ChatGPT Plus users can build the GPT themselves in five minutes by importing the OpenAPI spec at /integrations/openapi.yaml.

What does the GPT do that vanilla ChatGPT does not?

Three things. First, it has a system prompt tuned specifically for live interview help and ATS-grade resume work — fewer hedge words, faster delivery-ready answers. Second, it has Actions wired to the OphyAI API for tasks where the model alone hallucinates (job search, ATS scoring against a real keyword catalog, salary ranges). Third, it has interview-specific conversation starters so you can hit the ground running.

Do I need a paid ChatGPT plan?

You need ChatGPT Plus (or Team / Enterprise) to use a GPT with Actions. OphyAI itself is free to sign up; programmatic API usage is metered against the credit pack on your OphyAI account.

Can the GPT see my private resume?

Only when you paste it or upload it. The GPT does not index or store your resume between conversations. When the GPT calls the OphyAI API, it sends the content you pasted plus the conversation context — OphyAI does not retain prompt content for training. See https://ophyai.com/privacy-policy for details.

Can I clone this GPT and customize it?

Yes. The configuration at /integrations/chatgpt-instructions.md is a complete recipe — name, description, system prompt, conversation starters, and the OpenAPI action import URL. Drop it into Configure in any ChatGPT GPT builder.

Does the GPT support live interviews like Whisper Mode?

Not the same way. Whisper Mode (the invisible-in-screen-share overlay) is a browser-native feature in OphyAI's web app at app.ophyai.com — it uses the Picture-in-Picture API and screen-share exclusion that ChatGPT's UI doesn't expose. The GPT is excellent for prep, drafting, and quick answers; for live mid-call help that the interviewer can't see, use the OphyAI browser app.

Bring OphyAI into ChatGPT

Sign up free, then build the OphyAI GPT in ChatGPT in five minutes using the configuration at /integrations/chatgpt-instructions.md. Or wait for us to publish the official version to the GPT Store.