← Back to Skills Marketplace
infoquest-byteplus

InfoQuest Web Search

by infoquest-byteplus · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ⚠ suspicious
548
Downloads
3
Stars
4
Active Installs
4
Versions
Install in OpenClaw
/install 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 inform...
README (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
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install byted-infoquest-search
  3. After installation, invoke the skill by name or use /byted-infoquest-search
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug byted-infoquest-search
Version 1.0.3
License MIT-0
All-time Installs 4
Active Installs 4
Total Versions 4
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 548 downloads so far.

How do I install InfoQuest Web Search?

Run "/install byted-infoquest-search" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is InfoQuest Web Search free?

Yes, InfoQuest Web Search is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does InfoQuest Web Search support?

InfoQuest Web Search is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created InfoQuest Web Search?

It is built and maintained by infoquest-byteplus (@infoquest-byteplus); the current version is v1.0.3.

💬 Comments