ai-sdk-6-skills

Guides users through AI SDK 6 features including Groq and Vercel AI Gateway integration.

Updated Feb 21, 2026
One-click install
npx skills add https://github.com/HCMUTE-RTIC/fit-hcmute --skill ai-sdk-6-skills-hcmute-rtic
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ai-sdk-6-skills
Source: https://github.com/HCMUTE-RTIC/fit-hcmute/tree/main/.agent/skills/ai-sdk-6-skills
Command: npx skills add https://github.com/HCMUTE-RTIC/fit-hcmute --skill ai-sdk-6-skills-hcmute-rtic

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ai, @ai-sdk/openai, @ai-sdk/react, @ai-sdk/groq, @ai-sdk/cohere, @ai-sdk/gateway, @ai-sdk/anthropic, @ai-sdk/google, @ai-sdk/vertex, @ai-sdk/mistral, @ai-sdk/xai, and includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive guide to the new AI SDK 6, simplifying the development of advanced AI applications by detailing new agent abstractions, tool execution controls, and integration with powerful providers like Groq and Vercel AI Gateway.

Core Features & Use Cases

  • Agent Abstraction: Build sophisticated agents with unified interfaces for execution flow and state management.
  • Tool Execution Approval: Implement user confirmation for sensitive tool actions.
  • Provider Integration: Seamlessly use models from Groq (Llama, Mixtral) and Vercel AI Gateway for diverse AI tasks.
  • Use Case: Develop a customer support chatbot that can access external tools (like a knowledge base or payment processor) with user approval before executing actions, all managed through a single SDK.

Quick Start

Install the AI SDK 6 beta packages using pnpm add ai@beta @ai-sdk/groq@beta.

Frequently Asked Questions about ai-sdk-6-skills

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

FAQPage Schema
How do I migrate from AI SDK v5 to v6?

AI SDK 6 migration involves updating packages to beta versions, adopting new agent abstractions for state management, and adjusting tool execution flows to match updated v6 patterns.

What is tool execution approval in AI SDK 6?

Tool execution approval in AI SDK 6 is a feature that requires user confirmation before agents execute sensitive tool actions, ensuring human oversight over external operations like payments.

How do I integrate Groq models with the Vercel AI Gateway?

Integrate Groq by installing the beta packages using pnpm add ai@beta @ai-sdk/groq@beta, then configure the Vercel AI Gateway for authentication and advanced routing to access models like Llama and Mixtral.

Does AI SDK 6 support multi-modal inputs and structured outputs?

Yes, AI SDK 6 supports multi-modal inputs and structured outputs, allowing developers to process diverse data types and enforce specific response schemas using open-weight models.

How do I build agents using AI SDK 6?

Build agents in AI SDK 6 by using the new agent abstraction to create unified interfaces for execution flow and state management, enabling complex multi-step tool use with integrated providers.

Can I use Anthropic and Mistral models with AI SDK 6?

Yes, AI SDK 6 includes provider packages for Anthropic and Mistral, allowing you to seamlessly integrate these models alongside Groq, OpenAI, Google, and xAI for diverse AI tasks.