返回顶部
c

coze-web-searchCoze网络搜索

Search the web using coze-coding-dev-sdk. Supports web search, image search, AI summaries, time filters, and site restrictions.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 0.1.0
安全检测
已通过
340
下载量
免费
免费
1
收藏
概述
安装方式
版本历史

coze-web-search

技能名称:coze-web-search

详细描述:

Coze 网络搜索

使用 coze-coding-dev-sdk 搜索网络。返回包含 URL、摘要和 AI 总结的结构化结果。

快速开始

基础搜索

bash
npx ts-node {baseDir}/scripts/search.ts -q Python 编程

带时间筛选

bash
npx ts-node {baseDir}/scripts/search.ts \
-q AI 新闻 \
--time-range 1w \
--count 15

指定网站搜索

bash
npx ts-node {baseDir}/scripts/search.ts \
-q Python 教程 \
--sites python.org,github.com,stackoverflow.com

图片搜索

bash
npx ts-node {baseDir}/scripts/search.ts \
-q 山景 \
--type image \
--count 20

输出为 Markdown 格式

bash
npx ts-node {baseDir}/scripts/search.ts \
-q 机器学习 \
--format markdown

脚本选项

选项描述
-q, --query <文本>搜索查询(必填)
--type <类型>
web 或 image(默认:web) | | --count <数量> | 结果数量(默认:10) | | --time-range <时间范围> | 1d、1w、1m(仅限网页) | | --sites <域名> | 包含的域名,以逗号分隔 | | --block-hosts <域名> | 排除的域名,以逗号分隔 | | --no-summary | 禁用 AI 总结 | | --need-content | 包含完整页面内容 | | --format <格式> | json、text、markdown(默认:text) |

时间范围

描述
1d过去 24 小时
1w
过去一周 | | 1m | 过去一个月 |

输出格式

文本(默认)

============================================================
AI 总结
============================================================
Python 是一种高级编程语言...

============================================================
搜索结果(10 项)
============================================================

[1] Python.org
URL: https://www.python.org
来源:Python 软件基金会
Python 编程语言的官方主页...

Markdown

使用标题、链接和可折叠内容部分进行格式化。

JSON

原始 API 响应。

注意事项

  • - 使用 --time-range 获取近期内容
  • 使用 --sites 限制为可信来源
  • 谨慎使用 --need-content(会增加响应大小)

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 coze-web-search-1776075603 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 coze-web-search-1776075603 技能

通过命令行安装

skillhub install coze-web-search-1776075603

下载

⬇ 下载 coze-web-search v0.1.0(免费)

文件大小: 3.96 KB | 发布时间: 2026-4-15 12:20

v0.1.0 最新 2026-4-15 12:20
Initial release.

- Search the web using coze-coding-dev-sdk.
- Supports web and image search, AI summaries, time filters, and site restrictions.
- Multiple output formats: text, markdown, and JSON.
- Command-line tool with various options for search customization.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部