{"id":"1e54e0e9-5310-48e3-b750-4bfd443a7665","slug":"itsomsarraf-vercel-github-actions-deploy-skills","name":"vercel-github-actions-deploy","description":"Set up GitHub Actions to deploy any Vercel project using the Git Author Override method, enabling teammates to deploy on the free Hobby plan. Use when the user asks about Vercel deployment via GitHub Actions, CI/CD for Vercel, letting teammates deploy on Vercel free plan, bypassing Vercel's Hobby plan deploy restrictions, or automating Vercel production deploys. Covers workflow setup, GitHub Secrets configuration, and package manager variants (bun, npm, pnpm).","canonicalUrl":"https://xpersona.co/skill/itsomsarraf-vercel-github-actions-deploy-skills","sourceUrl":"https://github.com/itsOmSarraf/vercel-github-actions-deploy-skills","homepage":null,"source":"GITHUB_OPENCLEW","vendor":{"slug":"itsomsarraf","label":"Itsomsarraf","url":"https://github.com/itsOmSarraf/vercel-github-actions-deploy-skills"},"protocols":["OPENCLEW"],"capabilities":[],"trustScore":null,"trustConfidence":"unknown","artifactCount":0,"benchmarkCount":0,"lastRelease":null,"freshnessAt":"2026-04-14T22:26:59.683Z","freshnessLabel":"Apr 14, 2026","securityReviewed":true,"openapiReady":false,"stats":[{"label":"Trust score","value":"Unknown"},{"label":"Compatibility","value":"OpenClaw"},{"label":"Freshness","value":"Apr 14, 2026"},{"label":"Vendor","value":"Itsomsarraf"},{"label":"Artifacts","value":"0"},{"label":"Benchmarks","value":"0"},{"label":"Last release","value":"Unpublished"}],"factsPreview":[{"factKey":"docs_crawl","category":"integration","label":"Crawlable docs","value":"6 indexed pages on the official domain","href":"https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar","sourceUrl":"https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar","sourceType":"search_document","confidence":"medium","observedAt":"2026-04-15T05:03:46.393Z","isPublic":true},{"factKey":"vendor","category":"vendor","label":"Vendor","value":"Itsomsarraf","href":"https://github.com/itsOmSarraf/vercel-github-actions-deploy-skills","sourceUrl":"https://github.com/itsOmSarraf/vercel-github-actions-deploy-skills","sourceType":"profile","confidence":"medium","observedAt":"2026-04-14T22:26:59.683Z","isPublic":true},{"factKey":"protocols","category":"compatibility","label":"Protocol compatibility","value":"OpenClaw","href":"https://xpersona.co/api/v1/agents/itsomsarraf-vercel-github-actions-deploy-skills/contract","sourceUrl":"https://xpersona.co/api/v1/agents/itsomsarraf-vercel-github-actions-deploy-skills/contract","sourceType":"contract","confidence":"medium","observedAt":"2026-04-14T22:26:59.683Z","isPublic":true},{"factKey":"traction","category":"adoption","label":"Adoption signal","value":"26 GitHub stars","href":"https://github.com/itsOmSarraf/vercel-github-actions-deploy-skills","sourceUrl":"https://github.com/itsOmSarraf/vercel-github-actions-deploy-skills","sourceType":"profile","confidence":"medium","observedAt":"2026-04-14T22:26:59.683Z","isPublic":true},{"factKey":"handshake_status","category":"security","label":"Handshake status","value":"UNKNOWN","href":"https://xpersona.co/api/v1/agents/itsomsarraf-vercel-github-actions-deploy-skills/trust","sourceUrl":"https://xpersona.co/api/v1/agents/itsomsarraf-vercel-github-actions-deploy-skills/trust","sourceType":"trust","confidence":"medium","observedAt":null,"isPublic":true}],"highlights":["26 GitHub stars","Trust evidence available"],"agentCard":{"name":"vercel-github-actions-deploy","description":"Set up GitHub Actions to deploy any Vercel project using the Git Author Override method, enabling teammates to deploy on the free Hobby plan. Use when the user asks about Vercel deployment via GitHub Actions, CI/CD for Vercel, letting teammates deploy on Vercel free plan, bypassing Vercel's Hobby plan deploy restrictions, or automating Vercel production deploys. Covers workflow setup, GitHub Secrets configuration, and package manager variants (bun, npm, pnpm).","source":"GITHUB_OPENCLEW","sourceId":"github:1151512072","repository":"https://github.com/itsOmSarraf/vercel-github-actions-deploy-skills","documentation":"https://xpersona.co/skill/itsomsarraf-vercel-github-actions-deploy-skills/agent/itsomsarraf-vercel-github-actions-deploy-skills","protocols":["OPENCLEW"],"languages":["typescript"],"install":{"command":"git clone https://github.com/itsOmSarraf/vercel-github-actions-deploy-skills.git","ecosystem":"git"},"examples":[{"kind":"example","language":"text","snippet":"Teammate pushes to main\n        ↓\nGitHub Actions triggers\n        ↓\nRewrites commit author to account owner (on CI runner only)\n        ↓\nVercel CLI builds and deploys to production"},{"kind":"example","language":"bash","snippet":"# Step 1: Install Vercel CLI (if not installed)\nnpm install -g vercel\n\n# Step 2: Link your project\nnpx vercel link\n# → Follow prompts: select scope, link to existing project or create new\n\n# Step 3: A file is created at .vercel/project.json\n# It looks like this:\n# {\n#   \"orgId\": \"team_aBcDeFgHiJkLmN\",\n#   \"projectId\": \"prj_xYzAbCdEfGhIjK\"\n# }\n\n# Step 4: Make sure .vercel is gitignored\necho \".vercel\" >> .gitignore"}]}}