share

share is a skill for Claude Code, Codex from agentlas-ai/agentlas-desktop. It costs 27 tokens per session (247 once invoked), scanned A, original, Apache-2.0.

A deployment process for publishing a locally validated prototype to a hosting service and producing a public link.

In plain words
What is it for?
Use it to build a prototype, deploy its files to a supported hosting target, verify the live page and assets, and share the resulting URL.
Why use it?
It removes the manual work of building, uploading, and checking a prototype before sharing it with others.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/agentlas-ai/agentlas-desktop/share
Any agent
npx skills add agentlas-ai/agentlas-desktop --skill share
Clone the repo
git clone --depth 1 https://github.com/agentlas-ai/agentlas-desktop

Made for: Claude Code, 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/agentlas-ai/agentlas-desktop/share.svg)](https://agentmods.dev/skills/agentlas-ai/agentlas-desktop/share)
Your own site
<a href="https://agentmods.dev/skills/agentlas-ai/agentlas-desktop/share"><img src="https://agentmods.dev/badge/skills/agentlas-ai/agentlas-desktop/share.svg" alt="Measured on agentmods" height="20"></a>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 247 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found 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 $0.00027 $0.00247
Opus 5 $0.00014 $0.00123
Sonnet 5 $0.00005 $0.00049
Haiku 4.5 $0.00003 $0.00025

Measured 5d ago against content hash 17cafcfc4568, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, 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 5d ago.

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.

plugins/design/skills/share/SKILL.md · 26 lines

What it actually says

Skill Purpose

Packages and publishes a locally validated prototype to an external hosting target (e.g., Vercel, Netlify, or static bundle hosting), delivering a direct shareable URL.

Preconditions

  • The prototype must have passed local validation and $design-qa.
  • The user must explicitly request deployment or a public sharing link.

Steps

  1. Confirm Target: Determine the target platform or hosting mechanism requested by the user.
  2. Execute Production Build: Run npm run build or equivalent to ensure error-free asset compilation.
  3. Deploy Bundle: Publish the compiled assets using deployment CLI tools or API integration to obtain a live URL.
  4. Deliver URL: Provide the generated URL to the user with a brief instruction on viewing the live deployment.

Outputs

  • Live public prototype URL.
  • Production build bundle.

Verification

  • Confirm that the deployed URL is reachable and renders correctly in a web browser.
  • Verify that no deployment errors or missing asset 404s occur in the live environment.
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. 5d ago First seen · 26 lines · 27 tokens per session scan A 17cafcfc4568

Subscribe to this mod's changes

share is a skill published in the GitHub repository agentlas-ai/agentlas-desktop (5 stars, last pushed yesterday), licensed Apache-2.0. It adds 27 tokens to every session and 247 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

deploy-fullstack-vercel

Build and deploy a full-stack app (React frontend + Python/FastAPI backend) or a Vellum app to Vercel as a serverless demo with seeded data.

vellum-ai/vellum-assistant · 41 tokens

cross-platform-cloud-verification

Orchestrates cost-conscious cloud verification across available operating-system and architecture runners after cheaper checks pass. Use whenever a code change, bug fix, build, packaging flow, native dependency, UI behavior, filesystem behavior, or test has material cross-platform implications, even if the user only…

warpdotdev/warp · 92 tokens

vercel-token-setup

Set up a Vercel API token for publishing apps using browser automation.

vellum-ai/vellum-assistant · 20 tokens

create-workspace

Creates a .clave workspace file that defines groups, sessions, terminals, toolbar actions, and icons for the Clave desktop app. Use when the user wants to create, edit, or understand .clave workspace files.

codika-io/clave · 47 tokens

electron-expert

Expert in Electron framework, desktop app development, IPC, and cross-platform packaging. Use when the user mentions desktop, Node.js, cross platform, Windows, macOS, or Linux, or when the task involves Electron Architecture, Process Types, IPC Communication, or App Lifecycle.

personamanagmentlayer/pcl · 59 tokens

ai-deployment-patterns

Guides expert-level ai deployment patterns implementation: ai-ml and devops decision frameworks, production-ready patterns, and concrete templates for ai deployment patterns workflows. Use when the user asks about ai deployment patterns, ai deployment patterns configuration, or ai-ml best practices for ai projects. Do…

FerroxLabs/wayland · 87 tokens