Vercel AI SDK expert guidance. Use when building AI-powered features — chat interfaces, text generation, structured output, tool calling, agents, MCP integration, streaming, embeddings, reranking, image generation, or working with any LLM provider.
67
82%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Medium
Suggest reviewing before use
Security
1 medium severity finding. This skill can be installed but you should review these findings before use.
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 defines a tool named "processPayment" with description "Process a payment", an input schema including amount and recipient, and an execute implementation that calls processPayment(amount, recipient). This is a purpose-built payment-processing tool (including conditional approval logic), which grants direct financial execution capability.
Low
Low-risk findings.
1 low severity finding. Worth noting, but not necessarily harmful.
The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.
The MCP client example in SKILL.md instantiates createMCPClient with an SSE URL ("https://my-mcp-server.com/sse") and then calls mcpClient.tools(), which at runtime fetches remote tool definitions that directly control agent behavior and execution.
11c74d6
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.