← Back to Skills Marketplace
edwardirby

Integrate You.com web tools with Vercel AI SDK

by Edward Irby · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
2169
Downloads
1
Stars
5
Active Installs
1
Versions
Install in OpenClaw
/install ydc-ai-sdk-integration
Description
Integrate Vercel AI SDK applications with You.com tools (web search, AI agent, content extraction). Use when developer mentions AI SDK, Vercel AI SDK, generateText, streamText, or You.com integration with AI SDK.
Usage Guidance
This skill appears to do what it says (add You.com tools to Vercel AI SDK), but there are a few things to check before using it: - Metadata mismatch: The documentation requires a You.com API key (YDC_API_KEY or a custom env var) but the skill metadata does not declare any required env vars. Treat this as a red flag — ask the publisher to add a declared primaryEnv and requires.env entries. - Verify the npm package: The SKILL.md instructs installing @youdotcom-oss/ai-sdk-plugin. Before running npm install, verify the package owner, inspect the package source (or its GitHub repo), and check for suspicious postinstall scripts or unexpected permissions. Prefer installing from trusted, verifiable sources. - Supply-chain risk: Because the skill relies on a third‑party package you will install locally, consider running the install in a controlled environment (CI, container) and review the package contents. - API key handling: Never paste your private API key into a UI — set it as an environment variable in your deployment environment. Confirm the least-privilege scope for the key on the You.com platform and rotate/regenerate if needed. - Ask the publisher: Request that they update the registry metadata to list YDC_API_KEY (or allow specifying primaryEnv) and provide links to the package repository/homepage so you can audit the code. If you need higher assurance, ask the publisher for the package repository link and a cryptographic provenance (e.g., GitHub repo + npm package match) and consider a quick code review of the package before installing.
Capability Analysis
Type: OpenClaw Skill Name: ydc-ai-sdk-integration Version: 1.0.0 The skill bundle is benign. The `SKILL.md` provides instructions for an AI agent to guide a user through integrating the `@youdotcom-oss/ai-sdk-plugin` into their application. This involves installing a specific npm package, configuring API keys (reading `process.env.YDC_API_KEY` or a custom name), and modifying code to use the plugin. All actions, including shell commands for package installation and API key handling, are directly aligned with the stated purpose and do not show any signs of prompt injection, data exfiltration beyond the necessary API key for the plugin, or other malicious intent.
Capability Assessment
Purpose & Capability
The name/description claim to integrate You.com tools with the Vercel AI SDK, and the SKILL.md contains concrete examples and steps to do exactly that (install plugin, add youSearch/youExpress/youContents to generateText/streamText). The requested actions are coherent with the stated purpose.
Instruction Scope
The SKILL.md instructs the agent/developer to install an npm package, edit or create files that call generateText/streamText, and to reference an API key via process.env. Those instructions stay within the integration scope and do not ask to read unrelated system files or exfiltrate data, but they give the agent open-ended permission to modify user code (ask which files to edit) — expected for a code-integration helper but worth noting.
Install Mechanism
This is an instruction-only skill (no install spec). It tells the user to run a package manager command to install @youdotcom-oss/ai-sdk-plugin. There is no automated download/install specification in the skill bundle itself, which lowers platform risk, but it still relies on a third‑party npm package (supply‑chain risk) that the user will install locally.
Credentials
The SKILL.md expects a You.com API key (standard name YDC_API_KEY or a custom env var) and shows code using process.env, but the skill registry metadata lists no required environment variables or primary credential. That mismatch (instructions require a secret but metadata declares none) is an incoherence and makes it harder for users to audit what credentials the skill needs. Also, installing the plugin will cause runtime requests that require that API key; the metadata should explicitly declare this.
Persistence & Privilege
The skill does not request always:true, does not modify other skills' configs, and is user-invocable. It does not request elevated or persistent platform privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ydc-ai-sdk-integration
  3. After installation, invoke the skill by name or use /ydc-ai-sdk-integration
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
ydc-ai-sdk-integration 1.0.0 - Initial release. - Provides guided workflow to integrate You.com tools (web search, AI agent, content extraction) into Vercel AI SDK applications using @youdotcom-oss/ai-sdk-plugin. - Interactive setup covers package manager choice, environment variable setup, AI SDK function selection, and tool configuration. - Includes detailed integration examples for generateText() and streamText(), with code patterns for Node.js, Next.js, Express.js, and React. - Supports Anthropic and OpenAI models with tool-based text generation and streaming responses. - Documents options for standard and custom API key usage.
Metadata
Slug ydc-ai-sdk-integration
Version 1.0.0
License
All-time Installs 5
Active Installs 5
Total Versions 1
Frequently Asked Questions

What is Integrate You.com web tools with Vercel AI SDK?

Integrate Vercel AI SDK applications with You.com tools (web search, AI agent, content extraction). Use when developer mentions AI SDK, Vercel AI SDK, generateText, streamText, or You.com integration with AI SDK. It is an AI Agent Skill for Claude Code / OpenClaw, with 2169 downloads so far.

How do I install Integrate You.com web tools with Vercel AI SDK?

Run "/install ydc-ai-sdk-integration" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Integrate You.com web tools with Vercel AI SDK free?

Yes, Integrate You.com web tools with Vercel AI SDK is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Integrate You.com web tools with Vercel AI SDK support?

Integrate You.com web tools with Vercel AI SDK is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Integrate You.com web tools with Vercel AI SDK?

It is built and maintained by Edward Irby (@edwardirby); the current version is v1.0.0.

💬 Comments