Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions skills/codex-artifacts/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
---
name: codex-artifacts
description: Create, publish or update shareble artifacts.
disable-model-invocation: true
argument-hint: "[request or HTML file]"
---


# Codex Artifacts

When invoked in Claude Code, do not use its built-in Artifact tool.

## Build

- Create one responsive, accessible HTML page from verified context; add only useful interactivity.
Expand Down Expand Up @@ -40,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.