Agentic CLI deployments

Give your coding agent a deploy button.

wooven-publish is an open source CLI and agent skill. It lets an AI agent publish static output, return a live URL, and keep the same workflow ready for owned infrastructure later.

curl -fsSL https://wooven.dev/skill/install.sh | bash

wooven-publish ./my-site --client cursor

# wooven -> /abs/path/to/my-site
# ✓ slug meadow-aspen-x321fc
# ✓ live at https://meadow-aspen-x321fc.wooven.dev/

Works with

CursorClaude CodeCodexOpenCodeOpenClaw

The installer detects agent folders and symlinks the skill so the agent knows when and how to publish.

Different style, same content

Agent-first, protocol-minded

The CLI keeps the contract narrow enough for agents to use safely: static folder in, URL out, clear limits, no hidden runtime.

Static only

No Node server, no Python process, no database. The CLI publishes files that can be served from the edge.

Unguessable slugs

The server generates slugs. The agent reports the URL that the CLI prints instead of inventing one.

Claim tokens

Republishing can reuse a cached claim token, keeping the same slug while replacing content.

Use the open source CLI today.

Start with instant static publishes. The same agentic flow will grow into Git, runners, custom domains, and BYOS deployments.

Open wooven-publish