什么是 web-search?
使用 z-ai-web-dev-sdk 实现网络搜索功能。当用户需要搜索网络、检索当前信息、查找相关内容或构建具有实时网络搜索功能的应用程序时,请使用此技能。返回包含 URL、片段和元数据的结构化搜索结果。 来源:answerzhao/agent-skills。
使用 z-ai-web-dev-sdk 实现网络搜索功能。当用户需要搜索网络、检索当前信息、查找相关内容或构建具有实时网络搜索功能的应用程序时,请使用此技能。返回包含 URL、片段和元数据的结构化搜索结果。
通过命令行快速安装 web-search AI 技能到你的开发环境
来源:answerzhao/agent-skills。
This skill guides the implementation of web search functionality using the z-ai-web-dev-sdk package, enabling applications to search the web and retrieve current information.
Extract this skill package to the above path in your project.
Reference Scripts: Example test scripts are available in the {projectpath}/skills/web-search/scripts/ directory for quick testing and reference. See {projectpath}/skills/web-search/scripts/websearch.ts for a working example.
使用 z-ai-web-dev-sdk 实现网络搜索功能。当用户需要搜索网络、检索当前信息、查找相关内容或构建具有实时网络搜索功能的应用程序时,请使用此技能。返回包含 URL、片段和元数据的结构化搜索结果。 来源:answerzhao/agent-skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/answerzhao/agent-skills --skill web-search使用 z-ai-web-dev-sdk 实现网络搜索功能。当用户需要搜索网络、检索当前信息、查找相关内容或构建具有实时网络搜索功能的应用程序时,请使用此技能。返回包含 URL、片段和元数据的结构化搜索结果。 来源:answerzhao/agent-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/answerzhao/agent-skills --skill web-search 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/answerzhao/agent-skills