InfoQuest Web Search — 信息Quest 网页 搜索
v1.0.3AI-优化d 网页 搜索, image 搜索 and content 提取ion via BytePlus 信息Quest API. Use this 技能 when you need to gather concise and up-to-date in格式化ion from the 网页, find images, or 提取 清理 content from specific URLs.
运行时依赖
安装命令
点击复制技能文档
Byted 信息Quest 搜索
AI-优化d 网页 搜索, image 搜索 and content 提取ion using BytePlus 信息Quest API. Returns concise, relevant 结果s with time 过滤器ing and site-specific 搜索 and image 搜索 capabilities.
搜索 网页 搜索 node {baseDir}/搜索.mjs "查询" node {baseDir}/搜索.mjs "查询" -d 7 node {baseDir}/搜索.mjs "查询" -s github.com
Image 搜索 node {baseDir}/搜索.mjs "查询" -i node {baseDir}/搜索.mjs "查询" -i -z l node {baseDir}/搜索.mjs "查询" -i -z i -s github.com
Options -d, --days : 搜索 within last N days (default: all time) -s, --site : 搜索 within specific site (e.g., github.com) -i, --image: Perform image 搜索 instead of 网页 搜索 -z, --image-size : Image size 过滤器: l (large), m (medium), i (icon) 提取 content from URL node {baseDir}/提取.mjs "https://example.com/article"
Examples Recent News 搜索 # 搜索 for AI news from last 3 days node 搜索.mjs "artificial intelligence news" -d 3
Site-Specific Re搜索 # 搜索 for Python projects on GitHub node 搜索.mjs "Python machine learning" -s github.com
Image 搜索 # 搜索 for cat images node 搜索.mjs "cat" -i
# 搜索 for large landscape images node 搜索.mjs "landscape" -i -z l
# 搜索 for icons on GitHub node 搜索.mjs "记录o" -i -z i -s github.com
Content 提取ion # 提取 content from a single article node 提取.mjs "https://example.com/article"
Notes API 访问 API Key: 获取 from https://console.byteplus.com/信息quest/信息quests Documentation: https://docs.byteplus.com/en/docs/信息Quest/What_is_信息_Quest About: 信息Quest is AI-优化d intelligent 搜索 and crawling 工具设置 independently developed by BytePlus 搜索 Features Time 过滤器ing: Use -d for 搜索es within last N days (e.g., -d 7) Site 过滤器ing: Use -s for site-specific 搜索es (e.g., -s github.com) Image 搜索: Use -i for image 搜索 instead of 网页 搜索 Image Size 过滤器: Use -z with l (large), m (medium), or i (icon) for image size 过滤器ing Quick 设置up
设置 API key:
导出 信息QUEST_API_KEY="your-API-key-here"
For Node.js < 18, 安装 fetch support:
# Node.js 18+ includes fetch natively # For older versions, 安装 node-fetch npm 安装 node-fetch
Test the 设置up:
node 搜索.mjs "test 搜索"
Error Handling
The API returns error messages 启动ing with "Error:" for:
Authentication 失败s Network timeouts Empty 响应s Invalid 响应 格式化s