スキル一覧に戻る
aiskillstore

vercel

by aiskillstore

vercelは、other分野における実用的なスキルです。複雑な課題への対応力を強化し、業務効率と成果の質を改善します。

102🍴 3📅 2026年1月23日
GitHubで見るManusで実行

SKILL.md


name: vercel description: "Deploy and manage Vercel projects, domains, environment variables, and serverless functions using the vercel CLI."

Vercel Skill

Use the vercel CLI to deploy and manage Vercel projects.

Deployments

Deploy current directory:

vercel

Deploy to production:

vercel --prod

List recent deployments:

vercel ls

Inspect a deployment:

vercel inspect <deployment-url>

View deployment logs:

vercel logs <deployment-url>

Redeploy a previous deployment:

vercel redeploy <deployment-url>

Projects

List all projects:

vercel project ls

Link current directory to a project:

vercel link

Remove a project:

vercel project rm <project-name>

Domains

List domains:

vercel domains ls

Add a domain to a project:

vercel domains add <domain> <project-name>

Check domain configuration:

vercel domains inspect <domain>

Environment Variables

List env vars for a project:

vercel env ls

Add an env var:

vercel env add <name>

Pull env vars to local .env file:

vercel env pull

Remove an env var:

vercel env rm <name>

Local Development

Run project locally with Vercel's dev server:

vercel dev

Pull latest project settings:

vercel pull

Build project locally:

vercel build

Secrets (Legacy)

Note: Secrets are deprecated in favor of Environment Variables.

Teams

List teams:

vercel teams ls

Switch to a team:

vercel switch <team-slug>

Authentication

Check current login:

vercel whoami

Login:

vercel login

Logout:

vercel logout

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

+5
最近の活動

3ヶ月以内に更新

+5
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

レビュー

💬

レビュー機能は近日公開予定です