← 返回 Skills 市场
Integrate You.com web tools with Vercel AI SDK
作者
Edward Irby
· GitHub ↗
· v1.0.0
2169
总下载
1
收藏
5
当前安装
1
版本数
在 OpenClaw 中安装
/install ydc-ai-sdk-integration
功能描述
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.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ydc-ai-sdk-integration - 安装完成后,直接呼叫该 Skill 的名称或使用
/ydc-ai-sdk-integration触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2169 次。
如何安装 Integrate You.com web tools with Vercel AI SDK?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ydc-ai-sdk-integration」即可一键安装,无需额外配置。
Integrate You.com web tools with Vercel AI SDK 是免费的吗?
是的,Integrate You.com web tools with Vercel AI SDK 完全免费(开源免费),可自由下载、安装和使用。
Integrate You.com web tools with Vercel AI SDK 支持哪些平台?
Integrate You.com web tools with Vercel AI SDK 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Integrate You.com web tools with Vercel AI SDK?
由 Edward Irby(@edwardirby)开发并维护,当前版本 v1.0.0。
推荐 Skills