Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
fandhe-ai avatar

Vercel

  • 2 installs
  • 2 repo stars
  • Updated August 3, 2026
  • fandhe-ai/agent-reference-skills

Reference the Vercel CLI commands and options, including activity events with filtering by type, date range, and project.

About

A structured reference for the Vercel CLI covering commands and their options, such as vercel activity for viewing filtered project and team events. A developer loads it when scripting or automating Vercel deployments.

  • vercel activity ls with --type, --since, --until filters
  • Per-command signature, usage, and options tables

Vercel by the numbers

  • 2 all-time installs (skills.sh)
  • Ranked #1,291 of 1,879 Documentation skills by installs in the Skillselion catalog
  • Data as of Aug 3, 2026 (Skillselion catalog sync)
npx skills add https://github.com/fandhe-ai/agent-reference-skills --skill vercel

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs2
repo stars2
Last updatedAugust 3, 2026
Repositoryfandhe-ai/agent-reference-skills

What it does

Reference the Vercel CLI commands and options, including activity events with filtering by type, date range, and project.

Files

references/cli/activity.mdMarkdownGitHub ↗

vercel activity

View activity events for a linked project or team, with filtering by type, date range, and project.

Signature / Usage

vercel activity
vercel activity ls --all --since 30d
vercel activity ls --type deployment --since 7d
vercel activity types

Options / Props

NameShorthandDescription
--typeFilter by event type (repeatable or comma-separated). Run vercel activity types to list all types
--sinceShow events after a date: ISO 8601 or relative (1d, 7d, 30d)
--untilShow events before a date; same formats as --since
--project-pFilter by project name or ID; overrides auto-detected linked project
--all-aShow all team events; cannot be combined with --project
--limitMax events to return (default: 20, max: 100)
--nextPagination cursor from previous page's output
--formatOutput format; json emits structured JSON

Notes

  • --all and --project are mutually exclusive
  • Pagination: --next accepts the timestamp value printed after each page

Related

  • logs.md

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.