nanocoai/nanoclaw✦ 精选0°

add-vercel

仓库创建 2026年1月31日最近提交 18 小时前SkillHot 收录 20 天前
▸ 精选理由

适合需要代理自动部署前端/网站的团队。

▸ 风险提示

会在容器中安装 Vercel CLI 并需注入 Vercel API 凭证。

这个 Skill 做什么

为代理添加 Vercel 部署能力,安装 Vercel CLI 并配置凭证注入。

给 NanoClaw 代理加上向 Vercel 部署的能力:在代理容器里安装 Vercel CLI,并配置 OneCLI 自动注入对 api.vercel.com 的凭证。需要代理能自行发版、触发上线或在自动化流程中部署时会用。原则是尽量替你完成配置,只有在必须粘贴 token 等人工步骤时才会要求输入。

▸ 展开 SKILL.md 英文原文

Add Vercel deployment capability to NanoClaw agents. Installs the Vercel CLI in agent containers and sets up OneCLI credential injection for api.vercel.com. Use when the user wants agents to deploy web applications to Vercel.

开发编程Vercel部署CI/CD通用
3.0w
Stars
1.3w
Forks
40
仓库内 Skill
+241
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/nanocoai/nanoclaw/main/.claude/skills/add-vercel/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/nanocoai/nanoclaw/main/.claude/skills/add-vercel/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Add Vercel

This skill gives NanoClaw agents the ability to deploy web applications to Vercel. It installs the Vercel CLI in agent containers and configures OneCLI to inject Vercel credentials automatically.

**Principle:** Do the work — don't tell the user to do it. Only ask for their input when it genuinely requires manual action (pasting a token).

## Phase 1: Pre-flight

### Check if already applied

Check if the container skill exists:

```bash
test -d container/skills/vercel-cli && echo "INSTALLED" || echo "NOT_INSTALLED"
```

If `INSTALLED`, skip to Phase 3 (Configure Credentials).

### Check prerequisites

Verify OneCLI is working (required for credential injection):

```bash
onecl
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有