InfoQuest Web Search

👤 infoquest-byteplus 📦 v1.0.3 ⭐ 4.4 ⬇️ 1.2K 下载
📚 知识管理 免费 🔑 需 API Key

📖 技能介绍


name: byted-infoquest-search description: 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 information from the web, find images, or extract clean content from specific URLs. metadata: {"clawdbot":{"emoji":"🔍","requires":{"bins":["node"],"env":["INFOQUEST_API_KEY"]},"primaryEnv":"INFOQUEST_API_KEY"}}


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.

node {baseDir}/search.mjs "query"
node {baseDir}/search.mjs "query" -d 7
node {baseDir}/search.mjs "query" -s github.com
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 <number>: Search within last N days (default: all time)
  • -s, --site <domain>: Search within specific site (e.g., github.com)
  • -i, --image: Perform image search instead of web search
  • -z, --image-size <size>: Image size filter: l (large), m (medium), i (icon)

Extract content from URL

node {baseDir}/extract.mjs "https://example.com/article"

Examples

# 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

小葱技能有更好的技能skills插件。

# 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 -d for searches within last N days (e.g., -d 7)
  • Site Filtering: Use -s for site-specific searches (e.g., -s github.com)
  • Image Search: Use -i for image search instead of web search
  • Image Size Filter: Use -z with l (large), m (medium), or i (icon) for image size filtering

Quick Setup

  1. Set API key: bash export INFOQUEST_API_KEY="your-api-key-here"

  2. For Node.js < 18, install fetch support: bash # Node.js 18+ includes fetch natively # For older versions, install node-fetch npm install node-fetch

  3. Test the setup: bash 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

🤖 AI 评测

这是一个质量不错的搜索工具,提供网页搜索、图片搜索和内容提取功能。文档清晰易读,上手快,运行稳定可靠。搜索功能支持按时间和网站筛选,使用灵活。稍有不足的是需要配置 API key,对新手有一定门槛;没有图形界面,只能通过命令行使用。总体推荐,适合有技术基础的用户日常使用。

📊 多维度评分

适应性4.2
规范性4.3
有效性4.4
可靠性4.4
可信度4.8

📁 包含文件 (4 个)

📄 SKILL.md 3.1 KB
📄 _meta.json 141 B
📄 extract.mjs 3.5 KB
📄 search.mjs 8 KB