Agent skill

codex-profiles

Use codex-profiles to run Codex CLI or Codex Desktop with isolated CODEX_HOME profiles for separate accounts, projects, and local state.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
codexclaude-codecursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill codex-profiles --agent codex

Same command for any agent — swap --agent for claude-code, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 7 KB
Bundled scripts: none
Declared author: Ducksss
Path: skills/codex-profiles/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Codex Profiles ## Overview Use `codex-profiles` when a user wants separate Codex CLI or Codex Desktop contexts for work, personal, school, client, or project-specific activity. The tool wraps Codex's `CODEX_HOME` support so each profile has its own Codex home directory for auth, config, sessions, connectors, plugins, caches, logs, and local state. This skill is for profile selection and operational safety around that boundary. It is not an official OpenAI project, and it does not provide full OS-level isolation. ## When to Use This Skill - Use when the user wants to keep multiple Codex accounts or project contexts separate on one machine. - Use when a workflow needs a different `CODEX_HOME` without manually exporting environment variables. - Use when diagnosing which Codex profile is active or whether profiles are logged in. - Use when the user asks about Codex account switching without copying `auth.json`. - Use when launching Codex Desktop from a profile, only after confirming the user accepts app/process disruption. ## How It Works ### Step 1: Confirm Scope and Installation First check whether the user wants CLI-only profile switching or Codex Desktop profile launching. Deskto

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. How It Works
  4. Step 1: Confirm Scope and Installation
  5. Step 2: Create or Select a Profile
  6. Step 3: Run Codex CLI With a Profile
  7. Step 4: Use Desktop Profile Commands Carefully
  8. Examples
  9. Example 1: Read-Only Profile Audit
  10. Example 2: CLI Task in a Work Profile
  11. Example 3: Manual CODEXHOME Equivalent
  12. Best Practices
  13. Limitations
  14. Security & Safety Notes
Commands it runs
codex-profile --help
codex-profile doctor
codex-profile list
codex-profile status
npm install -g codex-profile
brew install Ducksss/tap/codex-profile
codex-profile init work
codex-profile path work
codex-profile login work
codex-profile cli work
More from agentic-awesome-skills
All skills →
About this skill
What does the codex-profiles skill do?

Use codex-profiles to run Codex CLI or Codex Desktop with isolated CODEX_HOME profiles for separate accounts, projects, and local state.

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill codex-profiles --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going