Commit Graph
81 Commits
Author SHA1 Message Date
Eric Traut 3e009d6c36 Removed stale link in README. 2026-03-11 18:28:56 -06:00
Curtis 'Fjord' HawthorneandGitHub ecc1fb8bc0 Update playwright-interactive examples for original image detail (#261)
Ensure that as https://github.com/openai/codex/pull/14175 rolls out,
this skill will take advantage of it (adding the arg before the change
rolls out is a no-op, so this is safe to add now).
2026-03-11 16:54:05 -07:00
Eric TrautandGitHub f99f782392 Removed reference to ".experimental" directory in skills repo (#254)
This directory no longer exists. Link results in 404.

This addresses https://github.com/openai/codex/issues/11068
2026-03-11 13:58:15 -06:00
DrewandGitHub 392fbd84f3 remove image file requirement for uploadFile (#248) 2026-03-10 10:16:34 -07:00
Niels LauteandGitHub ce2535c009 Updating the WinUI logo (#214)
Closes: #213

cc @bschoepke-openai @dkundel-openai
2026-03-06 09:23:23 -08:00
028797e0d0 Expand Playwright interactive setup and screenshot guidance (#222)
Broaden the skill docs to cover reusable web, mobile, and Electron
session helpers, clearer guidance on explicit viewport versus
native-window passes, and safer reload and restart patterns.

Add model-bound screenshot normalization guidance for web and Electron,
including CSS-coordinate click and tap flows plus Electron-specific
capture caveats.

Co-authored-by: Codex <noreply@openai.com>
2026-03-05 16:02:53 -08:00
Ed BayesGitHubEd Bayes <@openai.com>
b53e5e63b5 Add slides skill icons (#221)
## Summary
- add a dedicated small SVG icon for the curated `slides` skill
- add a 100x100 PNG large icon asset for the skill card
- wire both assets into `skills/.curated/slides/agents/openai.yaml` so
the skill uses the new branding in the UI

## Validation
- `git diff --check`
- verified `skills/.curated/slides/assets/slides-small.svg` is valid SVG
- verified `skills/.curated/slides/assets/slides.png` is a 100x100 PNG

Co-authored-by: Ed Bayes <@openai.com>
2026-03-05 15:09:22 -08:00
cguo-oaiandGitHub fe06517f6e Update curated OpenAI Docs skill (#220)
## Summary
- update the existing curated OpenAI Docs skill to match the new
GPT-5.4-aware guidance
- add bundled reference docs for model selection and GPT-5.4
migration/prompt-upgrade flows
- refresh the skill metadata and workflow text to load those references
when relevant

## Testing
- not run (skill content update only)
2026-03-05 10:03:47 -08:00
cguo-oaiandGitHub 80f18ba765 Add OpenAI Docs skill (#219)
## Summary
- add the OpenAI Docs skill under skills/.system/openai-docs
- include the skill metadata, assets, and GPT-5.4 upgrade reference
files
- exclude the test harness and test fixtures

## Testing
- not run (skill-only asset copy)
2026-03-05 09:54:31 -08:00
Vaibhav SrivastavandGitHub 7b54889398 [codex] Add curated slides and playwright-interactive skills (#215) 2026-03-05 08:30:19 -08:00
Dominik KundelandGitHub c207989386 Add aspnet and winui curated skills (#212) 2026-03-04 09:20:21 -08:00
cching-openaiandGitHub 8d04dc2f7e update short description (#206)
- description change
2026-03-02 14:12:02 -08:00
cching-openaiandGitHub cb9153a87f Add curated chatgpt-apps skill (#202)
## Summary

- add a new curated `chatgpt-apps` skill for building, scaffolding,
refactoring, and troubleshooting ChatGPT Apps SDK apps
- define a docs-first workflow that pulls current OpenAI Apps SDK docs
before generating code
- add reference guides for app archetypes, upstream example selection,
`search`/`fetch` conventions, MCP Apps bridge and `window.openai`
patterns, and repo validation expectations
- include a low-dependency scaffold script that generates a minimal Node
+ `@modelcontextprotocol/ext-apps` starter with an MCP server and widget
UI
- bundle agent metadata and license text for the new curated skill

## Why

This gives Codex a reusable, opinionated workflow for ChatGPT app work
instead of ad hoc scaffolding. It pushes the model toward current docs,
the smallest matching upstream example, and a stable runnable repo
contract.
2026-03-02 10:22:37 -08:00
Dominik KundelandGitHub 2c9ebb3219 Update vercel skill instructions for CLI check and fallback (#180)
Summary
- document a preliminary `vercel` CLI check and clarify when to escalate
permissions
- align deploy script references with other skills using the `skill_dir`
placeholder for script paths
- spell out fallback behavior when the CLI is missing or lacks
credentials
Testing
- Not run (not requested)
2026-02-20 20:07:43 -08:00
Thomas MustierandGitHub 4ab6e0fd99 Remove stale references in skill-creator (#110)
Remove references to references/workflows.md and
references/output-patterns.md in skill-creator guidance per issue
https://github.com/openai/skills/issues/109.
2026-02-09 13:38:07 -08:00
Ed BayesGitHubEd Bayes <@openai.com>
061ce66bc0 Remove sb skill (#140)
Co-authored-by: Ed Bayes <@openai.com>
2026-02-09 09:52:19 -08:00
Ed BayesGitHubEd Bayes <@openai.com>
7fc1e3f3b1 you can just build things (#133)
Co-authored-by: Ed Bayes <@openai.com>
2026-02-08 15:56:43 -08:00
Ed BayesGitHubEd Bayes <@openai.com>
6c1eba8ccc Add wrapped skill under .experimental (#128)
## Summary
- add `skills/.experimental/wrapped`
- include skill definition, agent config, and scripts for wrapped
reports

## Testing
- not run (file import only)

Co-authored-by: Ed Bayes <@openai.com>
2026-02-07 23:42:39 -08:00
Ed BayesGitHubEd Bayes <@openai.com>
ea6b206c68 Remove experimental skills except wrapped (#126)
Co-authored-by: Ed Bayes <@openai.com>
2026-02-07 15:17:18 -08:00
Andi RadulescuandGitHub a5119697b8 Fix playwright CLI package reference (#104)
## Summary
Fix Playwright CLI skill to reference the correct npm package.

## Changes
- Use `@playwright/cli` in the wrapper script instead of
`@playwright/mcp`.
- Update skill install guidance to match the correct package.

## Why
The Playwright CLI binary is provided by `@playwright/cli`. The skill
currently points at `@playwright/mcp`, which does not install
`playwright-cli`, causing installs to succeed but the CLI to be missing.

## Testing
- Installed the updated skill locally.
- Opened Google and performed a search via `playwright-cli` in headed
mode.
2026-02-06 19:01:32 +01:00
Dominik KundelandGitHub 2f7901ee42 remove atlas for now (#108) 2026-02-04 23:32:00 -08:00
Andrew QuandGitHub 7d56b27c73 Update scripts/deploy.sh to explicitly run with bash (#106)
more consistent than trusting it's in the project dir
2026-02-04 14:26:32 -08:00
Andrew QuandGitHub 4251b5325a Update Vercel Deploy to do first party deploy first if available (#100)
use the vercel CLI
2026-02-04 12:37:49 -08:00
Vaibhav SrivastavandGitHub f46b2535ab update skill-installer image. (#99) 2026-02-03 11:03:43 -08:00
cf17f38418 Update openai.yaml (#92)
Co-authored-by: ae <ae@openai.com>
2026-02-02 15:49:37 -08:00
a317854be2 Vercel Copy (#87)
Co-authored-by: Dominik Kundel <dkundel@openai.com>
2026-02-02 12:49:24 -08:00
Dominik KundelandGitHub bf9e226541 Add prerequisites and troubleshooting to deploy skills (#90)
**Summary**
- aligned the Cloudflare, Netlify, and Render deploy skills with the
prereqs and escalation guidance from the Vercel skill
- documented requirement to rerun deployments with
`sandbox_permissions=require_escalated` when sandboxing blocks
networking and reminded that deployments may take several minutes
- added a Troubleshooting section that describes when to request
escalated network access and sample messaging for Cloudflare, Netlify,
and Render

**Testing**
- Not run (not requested)
2026-02-02 12:20:40 -08:00
Dominik KundelandGitHub 33400391a3 add network and timeout details (#89) 2026-02-02 12:14:17 -08:00
Andrew QuandGitHub db358daf78 Update openai.yaml (#86) 2026-02-02 10:56:59 -08:00
Vaibhav SrivastavandGitHub f617e62e40 Add experimental wrapped skill (#79) 2026-02-02 08:00:52 -08:00
Vaibhav SrivastavandGitHub 77963424cd Add curated default prompts and update skill creator metadata (#82)
## What
- add `interface.default_prompt` to all curated skill
`agents/openai.yaml` files
- remove `icon_small` / `icon_large` from
`skills/.system/skill-creator/agents/openai.yaml`
- remove unused skill creator icon assets

## Validation
- run `python3 skills/.system/skill-creator/scripts/quick_validate.py
skills/.system/skill-creator` (passes)
- parse curated `agents/openai.yaml` files to confirm
`interface.default_prompt` exists in all curated skills
2026-02-02 07:59:58 -08:00
Vaibhav SrivastavandGitHub 5c8f1e2680 Add security best-practices, ownership-map, and threat-model skills (#83) 2026-02-02 07:58:27 -08:00
Andrew AmbrosinoandGitHub 94e8003333 Update openai.yaml (#81) 2026-02-01 18:47:25 -08:00
Dominik KundelandGitHub d00f5245b9 Update openai.yaml (#80) 2026-02-01 13:31:48 -08:00
Vaibhav SrivastavandGitHub dad3072ab3 Add curated Figma MCP skill (#78) 2026-02-01 09:05:37 -08:00
Vaibhav SrivastavandGitHub 56de8d9e1a Normalize curated logos to currentColor (#77) 2026-02-01 09:04:22 -08:00
Gav VermaandGitHub 94fa19526e Add support for agents/openai.yaml in skill-creator (#76) 2026-01-31 19:37:43 -08:00
Gav VermaandGitHub f1994cce0a Remove zipped .skill packaging from skill-creator (#74) 2026-01-31 19:00:10 -08:00
Dominik KundelandGitHub 8447091cbb Add icons for curated skills missing imagery (#75)
## Summary
- add small and large icons for the develop-web-game skill
- add matching assets for the jupyter-notebook skill
- add icons and assets for the transcribe skill so every curated
openai.yaml has imagery

## Testing
- Not run (not requested)
2026-01-31 18:58:51 -08:00
Dominik KundelandGitHub 1145949323 add more missing metadata (#73)
Also removes mcp dependencies from the GitHub skills since they rely on
`gh`
2026-01-31 17:40:27 -08:00
Dominik KundelandGitHub b1d971d46d Add Notion skill assets and openai configs (#72)
Summary
- add MCP configs for both Notion skills mirroring existing structure
with small and large icon references
- add exported Notion assets, small SVG supporting currentColor and PNG
large icon for each skill

Testing
- Not run (not requested)
2026-01-31 17:13:17 -08:00
Gav VermaandGitHub b2ef8e84cc Remove ownership, update cli tool type (#71) 2026-01-31 15:51:06 -08:00
Dominik KundelandGitHub 5b2a32dc28 Add Linear skill metadata (#70)
Summary
- create an openai.yaml manifest for the Linear skill with ownership,
interface, and MCP tooling details matching render-deploy guidance
- add the required small and large asset files (linear-small.svg with
currentColor path and linear.png icon)

Testing
- Not run (not requested)
2026-01-31 14:39:28 -08:00
pranavdeshandGitHub ea36903536 Move linear skill to curated (#69)
## Summary\n- move linear skill from experimental to curated\n\n##
Testing\n- not run (not needed for move)
2026-01-31 14:21:03 -08:00
425ed2fc57 add-partner deploy skills (#68)
Co-authored-by: Sean Roberts <sean.roberts@netlify.com>
Co-authored-by: Andrew Qu <qual1337@gmail.com>
Co-authored-by: Tej Chilukuri <tej@Tejs-Render-MBP.local>
Co-authored-by: Eric Liu <ericyl.us@gmail.com>
2026-01-31 12:23:45 -08:00
Vaibhav SrivastavandGitHub 0ed635aad2 Add curated skills: atlas, web-game, figma, jupyter, openai-docs, playwright, sentry, transcribe (#67)
## Summary
- Add curated skills from internal: `atlas`, `develop-web-game`,
`figma-implement-design`, `jupyter-notebook`, `openai-docs`,
`playwright`, `sentry`, and `transcribe`
- Normalize repo-root script paths to `skills/.curated/...` within the
copied skill docs
- Remove `dependencies.tools` blocks from all new `agents/openai.yaml`
files (matching the cleanup approach from PR #64)

## Notes
- Atlas validation succeeds via `uv run --python 3.12`
- Develop web game/playwright scripts require local Playwright
dependencies to run
2026-01-31 19:14:20 +01:00
Dominik KundelandGitHub 8766dfebfe Update yeet skill workflow formatting (#66)
Summary
- tighten up the `yeet` skill instructions by trimming extra whitespace
and reformatting the workflow steps into consistent Markdown bullets
- clarify that the branch creation step only applies when starting from
main/master/default

Testing
- Not run (not requested)
2026-01-31 13:26:07 +01:00
Vaibhav SrivastavandGitHub 33a75a7b57 Sync curated skills! (#64) 2026-01-30 19:34:32 +01:00
LukeandGitHub 3eb3f6c8cc add skill for gitlab address comments (#61)
## Summary:
- add experimental gitlab-address-comments skill docs and workflow steps
- include a fetch_comments.py helper to pull MR discussions via glab api
- add Apache 2.0 license for the new skill bundle

## Testing:
- manually QA'd
2026-01-28 18:17:06 -08:00
aac2078f9f [codex] Add curated skills (doc, imagegen, openai, pdf, screenshot, sentry, sora, speech, spreadsheet, yeet) (#51)
## Summary
Add curated skills from openai/skills-internal and normalize the
short-description metadata key.

## Skills
- doc: Edit and review docx files
- imagegen: Generate and edit images using OpenAI
- openai: Reference the official OpenAI Developer docs
- pdf: Create, edit, and review PDFs
- screenshot: Capture screenshots
- sentry: Read-only Sentry observability
- sora: Generate and manage Sora videos
- speech: Generate narrated audio from text
- spreadsheet: Create, edit, and analyze spreadsheets
- yeet: Stage, commit, and open PR

---------

Co-authored-by: Dominik Kundel <dkundel@openai.com>
2026-01-27 12:18:44 +01:00