← 返回 Skills 市场
infoquest-byteplus

InfoQuest Web Search

作者 infoquest-byteplus · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ⚠ suspicious
548
总下载
3
收藏
4
当前安装
4
版本数
在 OpenClaw 中安装
/install byted-infoquest-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...
使用说明 (SKILL.md)

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

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:

    export INFOQUEST_API_KEY="your-api-key-here"
    
  2. For Node.js \x3C 18, install fetch support:

    # Node.js 18+ includes fetch natively
    # For older versions, install node-fetch
    npm install node-fetch
    
  3. 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
安全使用建议
This skill appears to be what it claims: a Node CLI wrapper around BytePlus InfoQuest. Before installing, confirm the API key you provide is from the official BytePlus console and has only the permissions you expect. Run the scripts in a controlled environment if you want to inspect traffic (they POST to search.infoquest.bytepluses.com and reader.infoquest.bytepluses.com). If you use an account-level key, consider creating a limited key for this purpose and monitor usage/rate limits. No unrelated credentials are requested.
功能分析
Type: OpenClaw Skill Name: byted-infoquest-search Version: 1.0.3 The skill provides legitimate web search, image search, and content extraction capabilities using the BytePlus InfoQuest API. The implementation in search.mjs and extract.mjs follows standard practices, communicating only with official API endpoints (search.infoquest.bytepluses.com and reader.infoquest.bytepluses.com) using the provided API key. No evidence of malicious intent, data exfiltration, or prompt injection was found.
能力评估
Purpose & Capability
Name/description request a single service (InfoQuest) and the skill only requires node and an INFOQUEST_API_KEY. The requested binary and env var are appropriate and proportional to a web/search/extract integration.
Instruction Scope
SKILL.md instructs running the included Node CLI scripts and setting INFOQUEST_API_KEY. The runtime instructions and code only read command-line args, the declared env var, and call the InfoQuest endpoints; they do not access unrelated files, secrets, or system configuration.
Install Mechanism
There is no install spec and included files are simple Node scripts. No downloads from untrusted URLs, no archive extraction, and only an optional node-fetch dynamic import for older Node versions.
Credentials
Only INFOQUEST_API_KEY is required and is used as an Authorization header for the service's endpoints. No other credentials or broad-scoped environment variables are requested.
Persistence & Privilege
always is false and the skill does not attempt to modify other skills or system-wide settings. It does not request persistent agent presence or elevated privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install byted-infoquest-search
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /byted-infoquest-search 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
- Expanded description to highlight support for both web and image search plus content extraction. - Clarified usage scenarios in the description for when to use the skill. - Minor wording updates for improved clarity and conciseness. - No functional or interface changes; documentation only.
v1.0.2
Adds image search and image size filtering options: - Introduced image search with the `-i` flag. - Added image size filtering with the `-z` flag (`l` for large, `m` for medium, `i` for icon). - Updated documentation to cover new image search and filtering features. - Existing web search features and content extraction remain unchanged.
v1.0.1
fix SKILL.md
v1.0.0
- Initial release of InfoQuest Search skill, enabling AI-optimized web search and content extraction using the BytePlus InfoQuest API. - Supports time-based (`-d, --days`) and site-specific (`-s, --site`) search filtering. - Provides commands for extracting clean, relevant content from any URL. - Requires `INFOQUEST_API_KEY` for authentication. - Includes detailed usage examples and setup instructions for various Node.js versions.
元数据
Slug byted-infoquest-search
版本 1.0.3
许可证 MIT-0
累计安装 4
当前安装数 4
历史版本数 4
常见问题

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。

💬 留言讨论