InfoQuest Web Search
/install byted-infoquest-search
Byted InfoQuest Search
AI-optimized web search, image search and content extraction using BytePlus InfoQuest API. Returns concise, relevant results with time filtering and site-specific search and image search capabilities.
Search
Web Search
node {baseDir}/search.mjs "query"
node {baseDir}/search.mjs "query" -d 7
node {baseDir}/search.mjs "query" -s github.com
Image Search
node {baseDir}/search.mjs "query" -i
node {baseDir}/search.mjs "query" -i -z l
node {baseDir}/search.mjs "query" -i -z i -s github.com
Options
-d, --days \x3Cnumber>: Search within last N days (default: all time)-s, --site \x3Cdomain>: Search within specific site (e.g.,github.com)-i, --image: Perform image search instead of web search-z, --image-size \x3Csize>: Image size filter:l(large),m(medium),i(icon)
Extract content from URL
node {baseDir}/extract.mjs "https://example.com/article"
Examples
Recent News Search
# Search for AI news from last 3 days
node search.mjs "artificial intelligence news" -d 3
Site-Specific Research
# Search for Python projects on GitHub
node search.mjs "Python machine learning" -s github.com
Image Search
# Search for cat images
node search.mjs "cat" -i
# Search for large landscape images
node search.mjs "landscape" -i -z l
# Search for icons on GitHub
node search.mjs "logo" -i -z i -s github.com
Content Extraction
# Extract content from a single article
node extract.mjs "https://example.com/article"
Notes
API Access
- API Key: Get from https://console.byteplus.com/infoquest/infoquests
- Documentation: https://docs.byteplus.com/en/docs/InfoQuest/What_is_Info_Quest
- About: InfoQuest is AI-optimized intelligent search and crawling toolset independently developed by BytePlus
Search Features
- Time Filtering: Use
-dfor searches within last N days (e.g.,-d 7) - Site Filtering: Use
-sfor site-specific searches (e.g.,-s github.com) - Image Search: Use
-ifor image search instead of web search - Image Size Filter: Use
-zwithl(large),m(medium), ori(icon) for image size filtering
Quick Setup
-
Set API key:
export INFOQUEST_API_KEY="your-api-key-here" -
For Node.js \x3C 18, install fetch support:
# Node.js 18+ includes fetch natively # For older versions, install node-fetch npm install node-fetch -
Test the setup:
node search.mjs "test search"
Error Handling
The API returns error messages starting with "Error:" for:
- Authentication failures
- Network timeouts
- Empty responses
- Invalid response formats
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install byted-infoquest-search - 安装完成后,直接呼叫该 Skill 的名称或使用
/byted-infoquest-search触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
InfoQuest Web Search 是什么?
AI-optimized web search, image search and content extraction via BytePlus InfoQuest API. Use this skill when you need to gather concise and up-to-date inform... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 548 次。
如何安装 InfoQuest Web Search?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install byted-infoquest-search」即可一键安装,无需额外配置。
InfoQuest Web Search 是免费的吗?
是的,InfoQuest Web Search 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
InfoQuest Web Search 支持哪些平台?
InfoQuest Web Search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 InfoQuest Web Search?
由 infoquest-byteplus(@infoquest-byteplus)开发并维护,当前版本 v1.0.3。