返回顶部
p

proxy-web-search代理网页搜索

|

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

proxy-web-search

代理网络搜索

通过OpenClaw管理器网络搜索代理进行网络搜索。管理器自动从加密存储中注入API密钥——无需手动配置密钥。

代理URL通过WEBSEARCHPROXY_URL环境变量配置(必需)。如果未设置,该技能将不可用。

默认使用searchproquark引擎,返回25条结果。

快速开始

基础cURL用法

bash
curl --request POST \
--url ${WEBSEARCHPROXY_URL}/ \
--header Content-Type: application/json \
--data {
search_query: OpenClaw framework,
searchengine: searchpro_quark,
search_intent: false,
count: 25
}

脚本用法

为方便使用,提供了一个封装shell脚本。

bash

基础搜索(默认使用searchproquark和25条结果)


./scripts/proxy_search.sh --query AI发展趋势

高级搜索

./scripts/proxy_search.sh \ --query 最新开源大语言模型 \ --engine searchprosogou \ --count 50 \ --intent \ --recency oneWeek

身份验证

无需身份验证——代理从管理器的加密密钥存储中内部读取API密钥。

API参数参考

参数类型必需默认值描述
searchquery字符串-搜索内容,建议≤70个字符
searchengine
枚举 | - | searchproquark | searchstd / searchpro / searchprosogou / searchproquark | | search_intent | 布尔值 | - | false | 启用搜索意图识别 | | count | 整数 | - | 25 | 结果数量,范围1-50 | | searchdomainfilter | 字符串 | - | - | 白名单域名过滤 | | searchrecencyfilter | 枚举 | - | noLimit | oneDay / oneWeek / oneMonth / oneYear / noLimit | | content_size | 枚举 | - | medium | medium(摘要)/ high(详细) |

搜索引擎选择指南

引擎使用场景
searchproquark夸克搜索,针对特定高级场景定制(默认
search_std
基础搜索,常规问答 | | search_pro | 高级搜索,需要更精确的结果 | | searchprosogou | 搜狗搜索,中国国内内容 |

响应结构

代理直接返回JSON。

json
{
id: 任务ID,
created: 1704067200,
request_id: 请求ID,
search_intent: [
{
query: 原始查询,
intent: SEARCH_ALL,
keywords: 重写后的关键词
}
],
search_result: [
{
title: 标题,
content: 内容摘要,
link: 结果链接,
media: 站点名称,
icon: 站点图标,
refer: 参考编号,
publish_date: 发布日期
}
]
}

环境要求

  • - OpenClaw管理器必须运行并启用网络搜索代理。
  • WEBSEARCHPROXY_URL环境变量必须设置为代理URL(必需,无默认值)。
  • 系统路径中必须可用curl命令。

标签

skill ai

通过对话安装

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

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 proxy-web-search-1776117602 技能

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

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

通过命令行安装

skillhub install proxy-web-search-1776117602

下载

⬇ 下载 proxy-web-search v1.0.2(免费)

文件大小: 3.39 KB | 发布时间: 2026-4-15 14:02

v1.0.2 最新 2026-4-15 14:02
- Requires the `WEB_SEARCH_PROXY_URL` environment variable to configure the proxy URL (no longer hardcoded to localhost).
- The skill will not be available if `WEB_SEARCH_PROXY_URL` is not set.
- Updated documentation to reflect the new environment variable requirement, including usage examples.
- Explicitly lists `WEB_SEARCH_PROXY_URL` as an environment dependency.

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

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

p2p_official_large
返回顶部