Loading skill documentation...
coding ๐Ÿ”ฅ Trending
โ˜…โ˜…โ˜…โ˜…ยฝ 4.5/5.0 โค๏ธ 888 likes ๐Ÿ’ฌ 123 comments ๐Ÿ“ฆ 2728 installs
Back to Skills
๐Ÿ“– SKILL DOCUMENTATION
# google-web-search

Google Web Search Overview This skill provides the capability to perform real-time web searches via SkillBoss API Hub's unified search interface. It fetches current information from the web and generates a grounded, citable natural language answer. Key Features: Real-time web search via SkillBoss API Hub Grounded responses with verifiable citations Automatic model routing (no model configuration needed) Simple Python API Usage This skill uses SkillBoss API Hub's /v1/pilot endpoint with type: "search" for real-time web retrieval and type: "chat" for grounded answer generation. It should be used when the user asks for real-time information, recent events, or requests verifiable citations. Execution Context The core logic is in scripts/example.py. This script requires the following environment variables: SKILLBOSS_API_KEY (required): Your SkillBoss API key Model routing: SkillBoss API Hub automatically selects the optimal model โ€” no manual model configuration needed. Python Tool Implementation Pattern When integrating this skill into a larger workflow, the helper script should be executed in an environment where the requests library is available and SKILLBOSS_API_KEY is exposed. Example Python invocation structure: from skills.google-web-search.scripts.example import get_grounded_response

# Basic usage:

prompt = "What is the latest market trend?" response_text = get_grounded_response(prompt) print(response_text) Troubleshooting If the script fails: Missing API Key: Ensure SKILLBOSS_API_KEY is set in the execution environment. Library Missing: Verify that the requests library is installed (pip install requests). API Limits: Check your SkillBoss API Hub usage dashboard. Network Error: Ensure network connectivity to https://api.heybossai.com.

Reviews

4.5
โ˜…โ˜…โ˜…โ˜…ยฝ
123 reviews

Write a Review

โ˜† โ˜† โ˜† โ˜† โ˜†

Get Weekly AI Skills

Join 80,000+ one-person companies automating with AI