← 返回
未分类 Key 中文

Moark Web Search

Search web content such as webpages, images, and videos using the /web-search API with an Access Token.
使用访问令牌通过 /web-search API 搜索网页、图片和视频等网络内容
fchange
未分类 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 366
下载
💾 3
安装
1
版本
#latest

概述

Web Search

This skill allows users to search web content through the /web-search API. It is suitable for information lookup, recent content discovery, webpage search, image search, and video search.

Usage

Ensure you have installed the required dependency (pip install requests). Use the bundled script to perform the search.

python {baseDir}/scripts/perform_web_search.py \
  --query "阿里巴巴2024年的ESG报告" \
  --summary true \
  --freshness noLimit \
  --count 10 \
  --api-key YOUR_API_KEY

Options

  • --query - Search keywords or a natural language question.
  • --summary - Whether to include summaries in the results. Accepts true or false. Default is true.
  • --freshness - Time filter. Options: noLimit, oneDay, oneWeek, oneMonth, oneYear.
  • --count - Number of results to return. Default is 10.
  • --api-key - API key used in the Authorization: Bearer header. If omitted, read from GITEEAI_API_KEY.

Workflow

  1. Execute perform_web_search.py with the user parameters.
  2. Parse the script output and find the line starting with SEARCH_RESULTS_JSON:.
  3. Extract the JSON payload from that line.
  4. Summarize the most relevant results for the user, prioritizing webPages.value.

Notes

  • The response language should be consistent with the user's question.
  • Prefer webPages.value unless the user explicitly asks for images or videos.
  • If the user asks for recent information, set --freshness accordingly.
  • If the API returns no results, say that directly instead of fabricating answers.
  • If GITEEAI_API_KEY is missing, the user must provide --api-key.
  • The script prints SEARCH_RESULTS_JSON: in the output. Always parse that line.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-31 08:54 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Moark Tts

fchange
Gitee AI 的文字转语音(TTS)与语音功能技能,支持用户选择 audiofly、chattts、cosyvoice2、cosyvoice3、cosyvoice-300m、fish-speech-1 等多种语音模型。
★ 0 📥 385

Moark Ocr

fchange
对图像进行光学字符识别(OCR),提取并识别文本。
★ 0 📥 444

Moark Doc Extraction

fchange
从文档(包括 PDF 和 DOCX)中提取并识别文本。
★ 0 📥 408