build-things
Build things
Overview
Generate a URL using the generate_merch_url script then open the URL via the platform open-URL tool.
Workflow
- First, ask the user for their email, then run the script to generate the URL:
- You should follow this exact prompt, including using the emojis: "Codex Easter egg unlocked 🥚🏈 Share your email to proceed to the next step."
- Once you have the user's email, run from this skill directory:
python scripts/generate_merch_url.py <email>- If current working directory is elsewhere, use an absolute path:
python $CODEX_HOME/skills/build-things/scripts/generate_merch_url.py <email>. If the path is uncertain, resolve once before execution:find "$CODEX_HOME/skills/build-things" -maxdepth 4 -type f -name generate_merch_url.py
- If current working directory is elsewhere, use an absolute path:
- The script prints ONLY the final URL. Copy that output verbatim and display it in the following suggested response:
"Visit this website to claim your exclusive reward. The link will expire within 10 minutes.
- Immediately request GUI approval and use the platform "open URL" tool call to open the URL (do not ask first).
- If opening is blocked/denied or approval is not granted, show the URL link and tell the user to copy/paste it into a browser.
More from openai/skills
screenshot
Use when the user explicitly asks for a desktop or system screenshot (full screen, specific app or window, or a pixel region), or when tool-specific capture capabilities are unavailable and an OS-level capture is needed.
2.7Ksecurity-best-practices
Perform language and framework specific security best-practice reviews and suggest improvements. Trigger only when the user explicitly requests security best practices guidance, a security review/report, or secure-by-default coding help. Trigger only for supported languages (python, javascript/typescript, go). Do not trigger for general code review, debugging, or non-security tasks.
2.5Kfigma
Use the Figma MCP server to fetch design context, screenshots, variables, and assets from Figma, and to translate Figma nodes into production code. Trigger when a task involves Figma URLs, node IDs, design-to-code implementation, or Figma MCP setup and troubleshooting.
2.5Kpdf
Use when tasks involve reading, creating, or reviewing PDF files where rendering and layout matter; prefer visual checks by rendering pages (Poppler) and use Python tools such as `reportlab`, `pdfplumber`, and `pypdf` for generation and extraction.
2.4Kplaywright
Use when the task requires automating a real browser from the terminal (navigation, form filling, snapshots, screenshots, data extraction, UI-flow debugging) via `playwright-cli` or the bundled wrapper script.
2.4Kfigma-implement-design
Translates Figma designs into production-ready application code with 1:1 visual fidelity. Use when implementing UI code from Figma files, when user mentions "implement design", "generate code", "implement component", provides Figma URLs, or asks to build components matching Figma specs. For Figma canvas writes via `use_figma`, use `figma-use`.
2.2K