Codex support #443
Replies: 2 comments 1 reply
-
|
Overview of the career‑ops repository The open‑source career‑ops repository by santifer provides an AI‑assisted job‑search and application pipeline. It is built around an AI agent (originally Claude) and uses Playwright to automate web interactions. The system focuses on evaluating job postings, tailoring résumés and cover letters to the job description and tracking application progress rather than mass‑applying. Key components include: CV and profile configuration – Users supply a markdown CV (cv.md) and a YAML profile (config/profile.yml). These files hold personal data such as your summary, experience, targeted roles and salary expectations. The system distinguishes between a user layer (personal files like CV and profile) and a system layer (shared mode files and scripts). Personalisation always goes into the user layer so system updates don’t overwrite your data. The repository doesn’t currently include a native ChatGPT workflow. Instead, you can use ChatGPT through OpenCode, an open‑source AI coding agent that supports multiple LLM providers. Why OpenCode? The OpenCode project allows you to connect any model from any provider – Claude, GPT, Gemini and more. Its documentation notes that you can log in with your OpenAI account to use your ChatGPT Plus or Pro subscription inside the agent. The career‑ops repository provides a set of slash commands tailored for OpenCode; these commands map to the same tasks defined for Claude, so you can run the pipeline using ChatGPT as the underlying model. Steps to integrate career‑ops with ChatGPT via OpenCode The career‑ops repository is an advanced, open‑source job‑search pipeline that automates job evaluation, résumé tailoring, portal scanning and application tracking. While it was built on Claude, its modular design and open sourcing of mode files allow it to be used with other large language models. With a ChatGPT Plus or Pro subscription, you can run the pipeline through the OpenCode agent: connect your ChatGPT account, load the project, and issue /career‑ops slash commands. This approach leverages ChatGPT’s reasoning while benefiting from the structured workflow and scripts provided by career‑ops. The project is actively evolving; an open issue proposes native OpenAI scripts, so direct ChatGPT integration may become simpler in the future. |
Beta Was this translation helpful? Give feedback.
-
You can this to upgrade the plugin for other AI platforms: https://github.com/hiivmind/plugin-portability |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
How can we use it with codex
Beta Was this translation helpful? Give feedback.
All reactions