provider-config-validator

Validate Vercel AI SDK provider configurations and generate fixes.

10|4|Updated Oct 25, 2025
One-click install
npx skills add https://github.com/vanman2024/ai-dev-marketplace --skill provider-config-validator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: provider-config-validator
Source: https://github.com/vanman2024/ai-dev-marketplace/tree/main/plugins/vercel-ai-sdk/skills/provider-config-validator
Command: npx skills add https://github.com/vanman2024/ai-dev-marketplace --skill provider-config-validator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bash, node, jq, curl, and includes scripts (resource) components.

What problem does it solve?

This Skill autonomously validates Vercel AI SDK provider configurations, including API keys, environment setup, model compatibility, and rate limiting, and can generate fixes.

Core Features & Use Cases

  • Validates API keys and env vars
  • Verifies provider SDK packages are installed
  • Checks model compatibility
  • Tests provider connections
  • Generates fixes and templates

Quick Start

bash scripts/validate-provider.sh <provider> [project-root]

Frequently Asked Questions about provider-config-validator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate Vercel AI SDK provider configuration?

Validate Vercel AI SDK provider configuration by running the provider validator script against your project root. It checks API keys, environment variables, package installation, model compatibility, and live provider connections across OpenAI, Anthropic, Google, xAI, Groq, Mistral, Cohere, and DeepSeek, then generates fixes for detected issues.

Can I test API connections for multiple providers in Node, Python, and TypeScript?

Yes, the validator tests real API connections across eight providers in Node, Python, and TypeScript environments. It verifies authentication, validates model compatibility, checks rate limiting, and identifies which specific provider or environment is causing connection failures.

What environment variable and API key issues does the validator catch?

The validator identifies missing environment variables, invalid API key formats, .env and .gitignore configuration errors, and authentication problems. It also verifies that required provider SDK packages are installed and properly accessible in your project.

How do I fix provider configuration errors automatically?

The validator generates remediation templates and fixes for detected issues. After identifying problems with API keys, environment setup, package installation, or model compatibility, it provides corrected configurations and setup instructions you can apply directly.

Does the validator work with all major AI provider SDKs?

Yes, it supports OpenAI, Anthropic, Google, xAI, Groq, Mistral, Cohere, and DeepSeek providers. The validator handles provider-specific authentication formats, model lists, and API requirements across Node, Python, and TypeScript runtimes.