Skip to content

Commit bd55745

Browse files
authored
docs: document both Codex install paths (curated marketplace + ChatGPT /plugins) (#102)
The Codex row showed a bare 'codex plugin add crowdstrike-falcon-foundry' marked (pending), which the CLI rejects — it wants a plugin@marketplace source. OpenAI has since synced the listing into the curated CLI marketplace, so the primary command is now the qualified source. Codex has two install paths depending on auth mode: API-key and Amazon Bedrock sessions load the curated marketplace (openai-api-curated) and use the command in the table; ChatGPT-authenticated sessions do not load that marketplace and install via /plugins → search crowdstrike instead. Document both so neither audience is left without a working path. Verified: codex plugin list shows crowdstrike-falcon-foundry@openai-api-curated resolving from the CrowdStrike/foundry-skills repo; the ChatGPT /plugins search path is confirmed by OpenAI and a ChatGPT-authenticated user.
1 parent 5794aaa commit bd55745

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,14 @@ AI coding assistant skills for building [CrowdStrike Falcon Foundry](https://www
2121
| Assistant | Command | Marketplace |
2222
|-----------|---------|-------------|
2323
| Claude Code | `/plugin install crowdstrike-falcon-foundry` | [Anthropic](https://claude.com/plugins/crowdstrike-falcon-foundry) |
24-
| Codex | `codex plugin add crowdstrike-falcon-foundry` | [OpenAI](https://chatgpt.com/plugins) (pending) |
24+
| Codex | `codex plugin add crowdstrike-falcon-foundry@openai-api-curated` | [OpenAI](https://chatgpt.com/plugins) |
2525
| Copilot CLI | `copilot plugin install CrowdStrike/foundry-skills` | [GitHub](https://awesome-copilot.github.com/plugin/crowdstrike-falcon-foundry/) |
2626
| Cursor | `/plugins` (CLI) or `/add-plugin crowdstrike-falcon-foundry` (IDE) | [Cursor](https://cursor.com/marketplace/crowdstrike/crowdstrike-falcon-foundry) |
2727
| Antigravity CLI | `agy plugin install https://github.com/CrowdStrike/foundry-skills` | [Google](https://antigravity.google/docs/plugins) |
2828

29+
> [!NOTE]
30+
> **Codex** has two install paths depending on how you signed in. The command above installs from the curated CLI marketplace, which **API-key and Amazon Bedrock** sessions load. If you authenticated Codex with a **ChatGPT** account, that marketplace isn't loaded — instead run `/plugins` inside Codex, search for `crowdstrike`, and install from the results.
31+
2932
All five assistants have been verified end to end: the skills were loaded from a local clone, then used to build and deploy an app to a live Falcon Foundry tenant from the example prompt below.
3033

3134
For local development with Claude Code, use `claude --plugin-dir /path/to/foundry-skills`. These skills follow the [Agent Plugins](https://agent-plugins.org) format and include a `.codex-plugin/plugin.json` manifest for native Codex discovery. See the [blog post](https://www.crowdstrike.com/tech-hub/ng-siem/build-falcon-foundry-apps-with-claude-code/) for a full walkthrough.

0 commit comments

Comments
 (0)