Token导航 LogoToken导航TokenDH.com
研究检索敏感数据github未标认证来源可访问clear审计未展示

moai-platform-vercelmoai platform Vercel 搜索

Agent Skill

moai-platform-vercel 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

324

周安装

13

GitHub Stars

公开资料未说明

下载量

105
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:moai-platform-vercel(moai platform Vercel 搜索)
来源仓库:https://github.com/modu-ai/cc-plugins
仓库路径:skills/moai-platform-vercel
安装命令:
npx skills add modu-ai/cc-plugins --skill "moai-platform-vercel"
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

AgentSkills.tonpx skills
npx skills add modu-ai/cc-plugins --skill "moai-platform-vercel"

简介

用于在 Codex、Claude、Cursor 和 Gemini CLI 中查找、检索和筛选相关信息。

  • 适合根据关键词或任务场景快速定位候选结果,支持来源仓库和安装命令验证。
  • 通过 npx skills add modu-ai/cc-plugins --skill "moai-platform-vercel" 安装。
  • 建议确认权限范围和维护状态,避免触发联网或文件读写操作。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

moai-platform-vercel: Vercel Edge Deployment Specialist

Quick Reference

Vercel Optimization Focus: Edge-first deployment platform with global CDN, Next.js optimized runtime, managed storage solutions, and developer-centric preview workflows.

Core Capabilities

Edge Functions provide global low-latency compute at 30+ edge locations with sub-50ms cold start for optimal user experience. Features include geo-based routing and personalization, and edge middleware for request/response transformation.

Next.js Optimized Runtime provides first-class Next.js support with automatic optimizations. Features include Server Components and App Router integration, streaming SSR for improved TTFB, and built-in image optimization with next/image.

Preview Deployments provide automatic PR-based preview URLs with branch-specific environment variables. Features include comment integration for PR reviews and instant rollback capabilities.

ISR (Incremental Static Regeneration) enables on-demand revalidation for dynamic content with stale-while-revalidate caching strategy. Features include tag-based cache invalidation and background regeneration without user impact.

Managed Storage includes Vercel KV for Redis-compatible key-value store, Vercel Blob for object storage for files, and Vercel Postgres for managed PostgreSQL database.

Quick Decision Guide

Choose Vercel when Next.js is primary framework, edge performance is critical requirement, preview deployments needed for team collaboration, Web Vitals monitoring is priority, or serverless storage solutions needed.


Module Index

This skill uses modular documentation for progressive disclosure. Load modules as needed:

Edge Functions and Middleware

Module at modules/edge-functions.md covers Edge Runtime configuration, middleware patterns, geo-based content delivery, A/B testing at edge, and authentication at edge. Includes region selection, supported APIs, and cold start optimization.

ISR and Caching Strategies

Module at modules/isr-caching.md covers Incremental Static Regeneration patterns, time-based and on-demand revalidation, tag-based cache invalidation, CDN cache headers, streaming with Suspense, and cache debugging techniques.

Deployment Configuration

Module at modules/deployment-config.md covers vercel.json configuration, environment variables management, preview and production deployments, function memory and duration settings, cron jobs, monorepo setup, domain configuration, and security headers.

Analytics and Speed Insights

Module at modules/analytics-speed.md covers Vercel Analytics integration, Speed Insights for Web Vitals, custom performance monitoring, Core Web Vitals optimization, and third-party analytics integration.

KV, Blob, and Postgres Storage

Module at modules/kv-storage.md covers Vercel KV for Redis-compatible storage, Vercel Blob for object storage, Vercel Postgres for managed database, edge-compatible usage patterns, and common storage patterns.


Implementation Guide

Essential Configuration

The vercel.json configuration file contains a schema reference to openapi.vercel.sh/vercel.json, framework set to nextjs, regions array for deployment regions such as iad1, sfo1, and fra1, and functions configuration for API routes specifying memory in MB and maxDuration in seconds.

Edge Function Quick Start

For an Edge Function route, create an api route file and export runtime as "edge". Export preferredRegion as an array of region codes. Export an async GET handler that takes a Request parameter, extracts the country from request.geo defaulting to "Unknown", and returns a Response.json with the country data.

ISR Quick Start

For ISR implementation, export revalidate constant set to the revalidation interval in seconds. In the async page component, fetch data with the next configuration option containing tags array for cache invalidation. Return the component with fetched data.

Analytics Integration

For Analytics integration in the root layout, import Analytics from @vercel/analytics/react and SpeedInsights from @vercel/speed-insights/next. In the RootLayout component body, render children followed by Analytics and SpeedInsights components.


Advanced Patterns

Blue-Green Deployment

Deploy new version, run smoke tests on preview URL, then switch production alias using Vercel SDK for zero-downtime releases.

Monorepo with Turborepo

For monorepo configuration, set buildCommand to run turbo build from root with filter for the web package. Set installCommand to run pnpm install from root. Set framework to nextjs.

Context7 Integration

Use Context7 MCP tools for latest documentation:

Step 1: Resolve library ID using mcp__context7__resolve-library-id with "vercel" or "next.js".

Step 2: Fetch documentation using mcp__context7__get-library-docs with resolved ID, specific topic, and appropriate token allocation of 5000 to 10000 tokens.


Works Well With

  • moai-platform-railway for container-based deployment alternative
  • moai-lang-typescript for TypeScript patterns for Next.js
  • moai-domain-frontend for React and Next.js component patterns
  • moai-foundation-quality for deployment validation and testing
  • moai-domain-database for database patterns for Vercel Postgres

Additional Resources

  • Reference Guide at reference.md provides complete CLI commands and configuration options
  • Code Examples at examples.md provides production-ready code snippets

Status: Production Ready Version: 2.1.0 Updated: 2026-01-11

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

27.21%
按下载量换算29

windsurf

24.09%
按下载量换算25

trae

15.84%
按下载量换算17

OpenCode

13.67%
按下载量换算14

Codex

7.44%
按下载量换算8

Antigravity

3.54%
按下载量换算4

安全审计

暂无安全审计结果可展示。

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills