mcpbeat

Share

openai/share

Share a runnable prototype using the user's preferred deployment tool.

494 tokens
context cost
the whole folder, loaded on every use
2
files
instructions only
0
copies elsewhere
how many repositories repackaged it
477
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/openai/role-specific-plugins --skill share

What comes with it

205 bytes besides the instruction
agents/openai.yaml

The instruction itself

5 sections, as written by the author

Share

Deploy the user's runnable prototype so they can share it with others.

Critical Overrides

  • Refer to the Plugin router $index before proceeding.
  • Follow $critical-overrides.

User Context

Before starting, load $user-context and run its preflight script when local shell access is available.

Use saved product URLs, Figma files, screenshots, reference images, codebase paths, Storybook, tokens, design systems, brand assets, component refs, browser preferences, and share targets as grounding material when relevant.

Do not inspect every saved reference. Inspect only what the current task needs.

Workflow

  • Confirm the prototype directory and the user's preferred deployment target.
  • If the user invokes Product Design with @Sites, @Vercel, or another deployment tool, treat that as the selected hosting target.
  • If the user did not choose a target, ask one question:

> Where should I deploy this: @Sites, @Vercel, or another target?

  • Use the selected deployment tool when it is available.
  • If the selected tool is not available, say that clearly and ask whether to use another target.
  • Run the deployment when possible. Do not give setup instructions if you can complete the deployment directly.
  • Return the shareable URL.
  • State any misses or manual follow-up the user still needs to do.

Rules

  • Do not deploy before the user chooses or confirms the target.
  • Do not claim the prototype is shared until you have a working URL.
  • If the selected tool is not available, say that clearly and ask whether to use another target.

How to use it

Copy the folder

Take openai/share from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.