academic-paper-review
Use this skill when the user requests to review, analyze, critique, or summarize academic papers, research articles, preprints, or scientific publications.…
Deploy applications and websites to Vercel. Use this skill when the user requests deployment actions such as "Deploy my app", "Deploy this to production", "Create a preview deployment", "Deploy and give me the link", or "Push this live". No authentication required - returns
$ npx -y skills add bytedance/deer-flow --skill vercel-deploy --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/vercel-deployContext preview
The summary Claude sees to decide when to auto-load this skill.
Deploy applications and websites to Vercel. Use this skill when the user requests deployment actions such as "Deploy my app", "Deploy this to production", "Create a preview deployment", "Deploy and give me the link", or "Push this live". No authentication required - returns
name: vercel-deploy description: Deploy applications and websites to Vercel. Use this skill when the user requests deployment actions such as "Deploy my app", "Deploy this to production", "Create a preview deployment", "Deploy and give me the link", or "Push this live". No authentication required - returns preview URL and claimable deployment link. metadata: author: vercel version: "1.0.0"
Deploy any project to Vercel instantly. No authentication required.
1. Packages your project into a tarball (excludes `node_modules` and `.git`) 2. Auto-detects framework from `package.json` 3. Uploads to deployment service 4. Returns **Preview URL** (live site) and **Claim URL** (transfer to your Vercel account)
bash /mnt/skills/public/vercel-deploy/scripts/deploy.sh [path]
**Arguments:**
**Examples:**
# Deploy current directory bash /mnt/skills/public/vercel-deploy/scripts/deploy.sh # Deploy specific project bash /mnt/skills/public/vercel-deploy/scripts/deploy.sh /path/to/project # Deploy existing tarball bash /mnt/skills/public/vercel-deploy/scripts/deploy.sh /path/to/project.tgz
Preparing deployment... Detected framework: nextjs Creating deployment package... Deploying... ✓ Deployment successful! Preview URL: https://skill-deploy-abc123.vercel.app Claim URL: https://vercel.com/claim-deployment?code=...
The script also outputs JSON to stdout for programmatic use:
{
"previewUrl": "https://skill-deploy-abc123.vercel.app",
"claimUrl": "https://vercel.com/claim-deployment?code=...",
"deploymentId": "dpl_...",
"projectId": "prj_..."
}The script auto-detects frameworks from `package.json`. Supported frameworks include:
For static HTML projects (no `package.json`), framework is set to `null`.
For projects without a `package.json`:
Always show both URLs:
✓ Deployment successful! - [Preview URL](https://skill-deploy-abc123.vercel.app) - [Claim URL](https://vercel.com/claim-deployment?code=...) View your site at the Preview URL. To transfer this deployment to your Vercel account, visit the Claim URL.
If deployment fails due to network restrictions (common on claude.ai), tell the user:
Deployment failed due to network restrictions. To fix this: 1. Go to https://claude.ai/settings/capabilities 2. Add *.vercel.com to the allowed domains 3. Try deploying again
On February 28th, 2026, DeerFlow claimed the 🏆 #1 spot on GitHub Trending following the launch of version 2. Thanks a million to our incredible community — you made this happen!
Repo: bytedance/deer-flow
Use this skill when the user requests to review, analyze, critique, or summarize academic papers, research articles, preprints, or scientific publications.…
Generate a personalized SOUL.md through a warm, adaptive onboarding conversation. Trigger when the user wants to create, set up, or initialize their AI…
This skill should be used when the user wants to visualize data. It intelligently selects the most suitable chart type from 26 available options, extracts…
Interact with DeerFlow AI agent platform via its HTTP API. Use this skill when the user wants to send messages or questions to DeerFlow for research/analysis,…
Use this skill when the user requests to generate, create, or improve documentation for code, APIs, libraries, repositories, or software projects. Supports…
Use this skill when the user requests to generate, create, or write professional research reports including but not limited to market analysis, consumer…