From 6a5ef314bf21fda9c5745daa7f0c2428f8453fa3 Mon Sep 17 00:00:00 2001 From: none23 Date: Sat, 1 Aug 2026 11:37:23 +0400 Subject: [PATCH 1/3] Enable model invocation for Codex Artifacts skill --- skills/codex-artifacts/SKILL.md | 1 - 1 file changed, 1 deletion(-) diff --git a/skills/codex-artifacts/SKILL.md b/skills/codex-artifacts/SKILL.md index 5ba5e8a..a4647de 100644 --- a/skills/codex-artifacts/SKILL.md +++ b/skills/codex-artifacts/SKILL.md @@ -1,7 +1,6 @@ --- name: codex-artifacts description: Create, publish or update shareble artifacts. -disable-model-invocation: true argument-hint: "[request or HTML file]" --- From 1c68b6944a10743c856d903d92a342f115463fc3 Mon Sep 17 00:00:00 2001 From: none23 Date: Sat, 1 Aug 2026 11:37:36 +0400 Subject: [PATCH 2/3] Prefer Claude Artifact tool by default --- skills/codex-artifacts/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/codex-artifacts/SKILL.md b/skills/codex-artifacts/SKILL.md index a4647de..30245dd 100644 --- a/skills/codex-artifacts/SKILL.md +++ b/skills/codex-artifacts/SKILL.md @@ -7,7 +7,7 @@ argument-hint: "[request or HTML file]" # Codex Artifacts -When invoked in Claude Code, do not use its built-in Artifact tool. +If the model is Claude and an Artifact tool is available, prefer that tool unless the user specifically asks to generate a Codex artifact. ## Build From 6c541c6cd1b66edb77c9ea7e32a9279d5dd0e458 Mon Sep 17 00:00:00 2001 From: none23 Date: Sat, 1 Aug 2026 13:08:41 +0400 Subject: [PATCH 3/3] Clarify Claude Artifact tool preference --- skills/codex-artifacts/SKILL.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/skills/codex-artifacts/SKILL.md b/skills/codex-artifacts/SKILL.md index 30245dd..77fb2d9 100644 --- a/skills/codex-artifacts/SKILL.md +++ b/skills/codex-artifacts/SKILL.md @@ -7,8 +7,6 @@ argument-hint: "[request or HTML file]" # Codex Artifacts -If the model is Claude and an Artifact tool is available, prefer that tool unless the user specifically asks to generate a Codex artifact. - ## Build - Create one responsive, accessible HTML page from verified context; add only useful interactivity. @@ -39,3 +37,7 @@ node "${CODEX_ARTIFACTS_SKILL_DIR:-${CODEX_HOME:-$HOME/.codex}/skills/codex-arti - Always let the publisher open the artifact URL in the user's default browser after success. Never pass `--no-open` unless the user explicitly asks not to open the browser. Return the URL first, access, source path, and created/updated status. + +## Note for Claude + +If the model is Claude and an Artifact tool is available, prefer that tool unless the user specifically asks to generate a Codex artifact.