← 返回
内容创作 Key 中文

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...
通过BytePlus InfoQuest API提供AI优化的网页搜索、图片搜索及内容提取。适用于获取简明、实时信息。
infoquest-byteplus
内容创作 clawhub v1.0.3 2 版本 99896 Key: 需要
★ 3
Stars
📥 901
下载
💾 24
安装
2
版本
#latest

概述

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 : Search within last N days (default: all time)
  • -s, --site : Search within specific site (e.g., github.com)
  • -i, --image: Perform image search instead of web search
  • -z, --image-size : 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 -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"

```

  1. For Node.js < 18, install fetch support:

```bash

# Node.js 18+ includes fetch natively

# For older versions, install node-fetch

npm install node-fetch

```

  1. 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

版本历史

共 2 个版本

  • v1.0.3 当前
    2026-03-29 08:56 安全 安全
  • v1.0.1
    2026-03-26 21:39

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

content-creation

Baidu Wenku AIPPT

ide-rea
使用百度文库 AI 智能生成 PPT,自动根据内容选择模板。
★ 66 📥 46,232
content-creation

AdMapix

fly0pants
广告情报与应用数据分析助手,支持搜索广告素材、分析应用排名、下载量、收入及市场洞察,用于广告素材和竞品分析。
★ 295 📥 136,532
content-creation

YouTube

byungkyu
使用托管OAuth集成YouTube Data API,支持搜索视频、管理播放列表、获取频道数据及评论互动,适用于用户需要时使用此技能。
★ 142 📥 41,104