Home / bytedance / deer-flow · skills/public/vercel-deploy/SKILL.md · GitHub

vercel-deploy skillA

vercel-deploy is agent-read markdown (skill) from bytedance/deer-flow: Deploy applications and websites to Vercel. Use this skill when the user requests deployment actions such as "Deploy my app", "Deploy this to production", "Create a preview deployment", "Deploy and give me the link", or "Push this live". No authentication required - returns preview URL and claimable deployment link..

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Vercel Deploy

Deploy any project to Vercel instantly. No authentication required.

## How It Works

1. Packages your project into a tarball (excludes `node_modules` and `.git`)
2. Auto-detects framework from `package.json`
3. Uploads to deployment service
4. Returns **Preview URL** (live site) and **Claim URL** (transfer to your Vercel account)

## Usage

```bash
bash /mnt/skills/public/vercel-deploy/scripts/deploy.sh [path]
```

**Arguments:**
- `path` - Directory to deploy, or a `.tgz` file (defaults to current directory)

**Examples:**

```bash
# Deploy current directory
bash /mnt/skills/public/vercel-deploy/scripts/deploy.sh

# Deploy specific project
bash /mnt/skills/public/vercel-deploy/scripts/deploy.sh /path/to/project

# Deploy existing tarball
bash /mnt/skills/public/vercel-deploy/scripts/deploy.sh /path/to/project.tgz
```

## Output

```
Preparing deployment...
Detected framework: nextjs
Creating deployment package...
Deploying...
✓ Deployment successful!

Preview URL: https://skill-deploy-abc123.vercel.app
Claim URL:   https://vercel.com/claim-deployment?code=...
```

The script also outputs JSON to stdout for programmatic use:

```json
{
…

Read the whole file at its exact version.

How to install

Latest version
mdr add bytedance/deer-flow/vercel-deploy@v1.0.0
Exact content
mdr add bytedance/deer-flow/vercel-deploy@sha256:feb94ffd40d4b720

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_bjdk75rlwrlttttm.svg)](https://markdownregistry.com/a/art_bjdk75rlwrlttttm)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
v1.0.0 latest2026-09-22 61ae228 3,191 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (3191 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

bytedance/deer-flow · 82,945 stars · license MIT · pushed 2026-09-24 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_bjdk75rlwrlttttm
GET https://markdownregistry.com/api/v1/resolve?ref=bytedance/deer-flow/vercel-deploy
GET https://markdownregistry.com/api/v1/blob/feb94ffd40d4b720394725f38440573dcb1f38125f3dfe4eca072ce564bb95a1

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from bytedance/deer-flow

blocking-io-guard skill
bytedance/deer-flow · .agent/skills/blocking-io-guard/SKILL.md · Ensure async-path backend code that could block the asyncio event loop is protected by a teeth-verified runtime anchor…
git:20260612.dc2abab · audit A · 82,945 stars
deerflow-maintainer-orchestrator skill
bytedance/deer-flow · .agent/skills/deerflow-maintainer-orchestrator/SKILL.md · Use when a DeerFlow maintainer needs comment-only GitHub issue or PR handling: resolve issue/PR scopes with gh, analyze…
git:20260616.65fab1d · audit A · 82,945 stars
engineer-system-change skill
bytedance/deer-flow · .agent/skills/engineer-system-change/SKILL.md · Evaluate and carry out non-trivial software-system changes from first principles. Use when assessing RFCs, issues…
git:20260723.2af2fb5 · audit A · 82,945 stars
smoke-test skill
bytedance/deer-flow · .agent/skills/smoke-test/SKILL.md · End-to-end smoke test skill for DeerFlow. Guides through: 1) Pulling latest code, 2) Docker OR Local installation and…
git:20260619.525ec0a · audit A · 82,945 stars
AGENTS.md agents
bytedance/deer-flow · AGENTS.md
git:20260923.5d8a949 · audit A · 82,945 stars
CLAUDE.md claude
bytedance/deer-flow · CLAUDE.md
git:20260625.ff7ecdb · audit B · 82,945 stars
AGENTS.md@backend agents
bytedance/deer-flow · backend/AGENTS.md
git:20260924.f242164 · audit A · 82,945 stars
CLAUDE.md@backend claude
bytedance/deer-flow · backend/CLAUDE.md
git:20260625.ff7ecdb · audit B · 82,945 stars
AGENTS.md@backend/app/channels agents
bytedance/deer-flow · backend/app/channels/AGENTS.md
git:20260923.1451e0a · audit A · 82,945 stars
AGENTS.md@backend/app/gateway agents
bytedance/deer-flow · backend/app/gateway/AGENTS.md
git:20260924.7d9025c · audit A · 82,945 stars
AGENTS.md@backend/packages/harness/deerflow agents
bytedance/deer-flow · backend/packages/harness/deerflow/AGENTS.md
git:20260924.29dbce4 · audit A · 82,945 stars
AGENTS.md@backend/packages/harness/deerflow/agents agents
bytedance/deer-flow · backend/packages/harness/deerflow/agents/AGENTS.md
git:20260922.e1352bc · audit A · 82,945 stars

Every file in bytedance/deer-flow

Other files named vercel-deploy

vercel-deploy skill
evovexai/evoflow · skills/public/vercel-deploy-claimable/SKILL.md · Deploy applications and websites to Vercel. Use this skill when the user requests deployment actions such as "Deploy my…
v1.0.0 · audit A · 297 stars

Browse by kind, by grade A, or by owner.