Globales Ranking · von 601 Skills
byted-byteplus-infoquest-search AI Agent Skill
Quellcode ansehen: bytedance/agentkit-samples
MediumInstallation
npx skills add bytedance/agentkit-samples --skill byted-byteplus-infoquest-search 10
Installationen
Byted InfoQuest
AI-optimized web search, image search and content extraction using BytePlus InfoQuest API. Returns concise, relevant results with time filtering, site-specific search, and image search capabilities.
Tip: InfoQuest is currently not available in Mainland China regions.
Environment Variables
Before using this skill, ensure the following environment variable are set:
INFOQUEST_API_KEY: API key for the web search, image search and content extraction service
Web Search
python3 scripts/search.py "query"
python3 scripts/search.py "query" -d 7
python3 scripts/search.py "query" -s github.comImage Search
python3 scripts/search.py "query" -i
python3 scripts/search.py "query" -i -z l
python3 scripts/search.py "query" -i -s unsplash.com -d 30Options
-d, --days <number>: Search within last N days (default: all time)-s, --site <domain>: Search within specific site (e.g.,github.com,unsplash.com)-i, --image: Perform image search (default: web search)-z, --image-size <size>: Image size filter:l(large),m(medium),i(icon)
Extract content from URL
python3 scripts/extract.py "https://example.com/article"Examples
Recent News Search
# Search for AI news from last 3 days
python3 scripts/search.py "artificial intelligence news" -d 3Site-Specific Research
# Search for Python projects on GitHub
python3 scripts/search.py "Python machine learning" -s github.comImage Search Examples
# Search for cat images
python3 scripts/search.py "cat" -i
# Search for large landscape images
python3 scripts/search.py "landscape" -i -z l
# Search for icons from specific site
python3 scripts/search.py "logo" -i -z i -s github.com
# Search for recent images
python3 scripts/search.py "sunset" -i -d 7Content Extraction
# Extract content from a single article
python3 scripts/extract.py "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
-dfor searches within last N days (e.g.,-d 7) - Site Filtering: Use
-sfor site-specific searches (e.g.,-s github.com) - Image Search: Use
-ifor image search, with optional size filtering (-z) - Image Size Options:
l(large),m(medium),i(icon)
Image Search Usage
Image search returns URLs to images that can be used as reference for image generation. Each result includes:
title: Image title or descriptionimage_url: Direct URL to the image
Usage hint: Use the image_url values as reference images in image generation. Download them first if needed.
Quick Setup
Set API key:
export INFOQUEST_API_KEY=<REPLACE_WITH_YOUR_KEY>Install required Python packages:
pip install requestsTest the setup:
# Test web search python3 scripts/search.py "test search" # Test image search python3 scripts/search.py "test" -i
Error Handling
The API returns error messages starting with "Error:" for:
- Authentication failures
- Network timeouts
- Empty responses
- Invalid response formats
- Invalid image size parameters (must be 'l', 'm', or 'i')
Differences from Node.js Version
- Python 3.6+ required
- requests library used instead of fetch
- Simplified argument parsing using argparse
- Same functionality and API endpoints
Installationen
Sicherheitsprüfung
Quellcode ansehen
bytedance/agentkit-samples
Mehr aus dieser Quelle
Power your AI Agents with
the best open-source models.
Drop-in OpenAI-compatible API. No data leaves Europe.
Explore Inference APIGLM
GLM 5
$1.00 / $3.20
per M tokens
Kimi
Kimi K2.5
$0.60 / $2.80
per M tokens
MiniMax
MiniMax M2.5
$0.30 / $1.20
per M tokens
Qwen
Qwen3.5 122B
$0.40 / $3.00
per M tokens
So verwenden Sie diesen Skill
Install byted-byteplus-infoquest-search by running npx skills add bytedance/agentkit-samples --skill byted-byteplus-infoquest-search in your project directory. Führen Sie den obigen Installationsbefehl in Ihrem Projektverzeichnis aus. Die Skill-Datei wird von GitHub heruntergeladen und in Ihrem Projekt platziert.
Keine Konfiguration erforderlich. Ihr KI-Agent (Claude Code, Cursor, Windsurf usw.) erkennt installierte Skills automatisch und nutzt sie als Kontext bei der Code-Generierung.
Der Skill verbessert das Verständnis Ihres Agenten für byted-byteplus-infoquest-search, und hilft ihm, etablierte Muster zu befolgen, häufige Fehler zu vermeiden und produktionsreifen Code zu erzeugen.
Was Sie erhalten
Skills sind Klartext-Anweisungsdateien — kein ausführbarer Code. Sie kodieren Expertenwissen über Frameworks, Sprachen oder Tools, das Ihr KI-Agent liest, um seine Ausgabe zu verbessern. Das bedeutet null Laufzeit-Overhead, keine Abhängigkeitskonflikte und volle Transparenz: Sie können jede Anweisung vor der Installation lesen und prüfen.
Kompatibilität
Dieser Skill funktioniert mit jedem KI-Coding-Agenten, der das skills.sh-Format unterstützt, einschließlich Claude Code (Anthropic), Cursor, Windsurf, Cline, Aider und anderen Tools, die projektbezogene Kontextdateien lesen. Skills sind auf Transportebene framework-agnostisch — der Inhalt bestimmt, für welche Sprache oder welches Framework er gilt.
Chat with 100+ AI Models in one App.
Use Claude, ChatGPT, Gemini alongside with EU-Hosted Models like Deepseek, GLM-5, Kimi K2.5 and many more.