share

share is a skill for Codex from evoelsewhere/evoflux. It costs 13 tokens per session (375 once invoked), scanned A, a copy of share, Apache-2.0.

A deployment workflow for putting a runnable prototype online so other people can open and use it. It uses the hosting or deployment tool selected by the user.

In plain words
What is it for?
Use it to deploy a prototype to a chosen service and prepare it for sharing with others.
Why use it?
It removes the need to work out how to publish a prototype before sharing it. If no hosting target is chosen, it asks where the prototype should be deployed.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: $skill-name invocation.

Good fit Use it to deploy a prototype to a chosen service and prepare it for sharing with others.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/evoelsewhere/evoflux/share
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add evoelsewhere/evoflux --skill share
Clone the repo
git clone --depth 1 https://github.com/evoelsewhere/evoflux

Made for: Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for share

README.md
[![agentmods](https://agentmods.dev/badge/skills/evoelsewhere/evoflux/share.svg)](https://agentmods.dev/skills/evoelsewhere/evoflux/share)
Your own site
<a href="https://agentmods.dev/skills/evoelsewhere/evoflux/share"><img src="https://agentmods.dev/badge/skills/evoelsewhere/evoflux/share.svg" alt="Measured on agentmods" height="20"></a>
Per session 13 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 375 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 100% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00013 $0.00375
Opus 5 $0.00006 $0.00187
Sonnet 5 $0.00003 $0.00075
Haiku 4.5 $0.00001 $0.00038

Measured today against content hash 5976cfbc9d86, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

share scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

100% identical to share — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

app/agent/builtin_skills/product-design/references/workflows/share/SKILL.md · 42 lines

What it actually says

Share

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

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

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

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

  1. Use the selected deployment tool when it is available.
  2. If the selected tool is not available, say that clearly and ask whether to use another target.
  3. Run the deployment when possible. Do not give setup instructions if you can complete the deployment directly.
  4. Return the shareable URL.
  5. 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.
Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. today First seen · 42 lines · 13 tokens per session scan A 5976cfbc9d86

Subscribe to this mod's changes

share is a skill published in the GitHub repository evoelsewhere/evoflux (7 stars, last pushed yesterday), licensed Apache-2.0. It adds 13 tokens to every session and 375 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to share, differing in 0 lines, and is treated as a copy.

Related

Other skills, from other repositories