Get share links, publish and manage websites, artifacts and agents. No account needed.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
The Valet skill for Claude Code and other coding agents. Build, deploy, and run skilled AI agents from your terminal.
This repository is a generated mirror. The source of truth lives in Valet's
arkmonorepo undervalet-skills/, and changes are synced here automatically on merge. Please don't open PRs against this repo β reach us at support@valet.dev.
| Skill | What it does |
|---|---|
valet | Build, deploy, and run skilled AI agents from your terminal. |
valet-publish | Publish files and folders to a live URL β no account needed. |
One plugin: both skills, Valet's MCP server, and the publishing preference.
Claude Code:
Codex reads the same marketplace manifest:
The two skills stay separate inside it, each with its own triggers, so only the one that fires pays its cost. The plugin adds ~510 tokens per session for both descriptions.
On Claude Code this installs the skills, declares the MCP server, and wires up the publishing preference.
On Codex it installs the skills and the MCP server, which is enough on
its own β Codex has retired plugin-delivered hooks (codex features list reports plugin_hooks as removed), so the preference is an
optional manual step there. Installing it takes two things, not one:
writing the hook file and granting Codex's hook trust, or it is
skipped silently. See
codex/README.md.
Reach for this to install one skill rather than both, or to take the
skills without the MCP server β the plugin is all-or-nothing. Works with
any agent that reads
npx skills:
Or both:
Pick this or the plugin, not both β Codex loads skills from
~/.agents/skills/ and from installed plugins, so installing both puts
two copies of the same skill in front of the model.
The repository is also a conformant
Agent Plugins 1.0.0 package: plugin.json
at the root, skills in skills/, MCP servers in mcp.json. A client
implementing that specification can load it from a directory path with
no Valet-specific knowledge.
The hooks are a client extension and sit outside that specification, which defines no portable hook format β so a conformant client gets the skills and the MCP server, and the publishing preference only where its own hook system is wired up.
The plugin also declares Valet's own MCP server at
https://api.valet.dev/mcp, so installing it wires up the network path
alongside the skills. Nothing is asked of you: the server registers the
client itself, and publishing works before you sign in.
It is there as the fallback the skills already describe, not as the
main road. valet-publish drives the valet CLI, which publishes a
whole directory from disk, updates a site later from anywhere, sets
password access, and carries binary files β none of which the five MCP
tools can do. The server matters where the CLI cannot run: a sandbox
whose outbound proxy refuses the install host, or a harness with no
shell. Before the plugin declared it, reaching that fallback meant
asking the user to add a connector by hand, mid-task, in a settings
screen. Now it is already there.
Two files declare it, because no single format reaches both clients:
| File | Read by | Transport name |
|---|---|---|
mcp.json | Agent Plugins 1.0.0 clients (Β§7.2) | streamable-http |
.mcp.json | Claude Code | http |
They must stay in agreement. make lint-valet-skills compares them and
fails on a server or URL that appears in one and not the other.
The valet-publish plugin ships two hooks, both running
hooks/prefer-valet-publish.py:
SessionStart states the preference once per session. This is the
half that does the real work β deciding to render a page is usually
the model's own call, and nobody says "publish this" out loud.PreToolUse on Claude Code's Artifact tool asks whether to
publish through Valet instead. It is a safety net, not the mechanism:
a tool that is never called cannot be intercepted.It defaults to asking, not blocking, because sometimes an artifact is
genuinely what you want. Set VALET_PUBLISH_HOOK to change that:
| Value | Behaviour |
|---|---|
ask | Default. Proposes Valet; you decide per call. |
deny | Blocks Artifact outright. For teams with a policy. |
off | Disables the hooks without uninstalling. |
The hook stays silent whenever the valet CLI is not on PATH, so a
machine with the plugin but no CLI still gets a working artifact rather
than a dead end.
Launch Claude Code or another coding agent and use the /valet command:
The skill handles the full agent lifecycle β creating the workspace, writing the SOUL.md and skills, configuring channels, and deploying to the Valet Cloud.
Agents are defined by prompts, not code. A workspace is a directory:
The Valet skill helps you create this structure, iterate on it, and deploy it β all from within your coding agent.
You can also install the Valet CLI directly:
macOS or Linux:
Windows PowerShell:
Existing Homebrew installations remain supported:
To migrate from Homebrew later, uninstall the formula and run the direct installer for the platform. The CLI will then use direct self-updates.
Full documentation at valet.dev/docs.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/valet)<a href="https://allmcps.com/mcp/valet"><img src="https://allmcps.com/api/badge/valet?style=directory" alt="Valet on AllMCPs" /></a>