ydc-ai-sdk-integration
Installation
SKILL.md
Integrate AI SDK with You.com Tools
Interactive workflow to add You.com tools to your Vercel AI SDK application using @youdotcom-oss/ai-sdk-plugin.
Workflow
-
Ask: Package Manager
- Which package manager? (npm, bun, yarn, pnpm)
- Install package using their choice:
npm install @youdotcom-oss/ai-sdk-plugin # or bun add @youdotcom-oss/ai-sdk-plugin # or yarn add @youdotcom-oss/ai-sdk-plugin # or pnpm add @youdotcom-oss/ai-sdk-plugin
-
Ask: Environment Variable
- Have they set
YDC_API_KEYin their environment? - If NO: Guide them to get key from https://you.com/platform/api-keys
- Have they set