What problem does it solve?
This Skill solves the confusion and errors that happen when teams wire multiple AI providers with inconsistent keys, base URLs, and model identifiers, leading to broken integrations or hard-to-debug failures.
Core Features & Use Cases
- Centralized provider configuration: Documents required environment variables and base URLs for multiple AI vendors (DashScope, Gemini, NVIDIA NIM, and a Claude-code/tengu guidance section).
- Verified model catalogs: Lists supported/validated model IDs so developers can choose models that match the project’s runtime expectations.
- Environment loading norms: Establishes how to read secrets via a recommended
.Renviron / os.getenv workflow to reduce key leakage and misconfiguration during development.
Quick Start
Use the ai_api_configs skill to look up the correct environment variable name and base URL for the provider you are integrating, then align your selected model ID to the verified list before running your app.