v0 by Vercel expert guidance. Use when discussing AI code generation, generating UI components from prompts, v0 CLI usage, v0 SDK/API integration, or integrating v0 into development workflows with GitHub and Vercel deployment.
62
75%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
High
Do not use without reviewing
Fix and improve this skill with Tessl
tessl review fix ./plugins/vercel/skills/v0-dev/SKILL.mdThe skill handles credentials insecurely by requiring the agent to include secret values verbatim in its generated output. This exposes credentials in the agent’s context and conversation history, creating a risk of data exfiltration.
The prompt includes examples that embed API tokens directly in command-line URLs and Authorization headers (e.g., token in an npx command and "Authorization: Bearer <V0_API_KEY>"), which encourages placing secret values verbatim into commands/outputs.
The skill is specifically designed for direct financial operations, giving the agent the ability to move money or execute financial transactions — such as payment processing, cryptocurrency operations, banking integrations, or market order execution.
The SKILL.md explicitly lists a built-in Payments integration: "Stripe" (SKILL.md:449). This is a specific payment gateway integration (not a generic API caller or browser automation), which indicates the skill exposes concrete payment capabilities that could be used by an agent to execute financial actions.
1dc1958
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.