# gemini-web-search
Web Search via SkillBoss API Hub Use SkillBoss API Hub to search the web and produce a concise, sourced answer. Quick workflow Formulate a tight query
Include: entity + ticker/name + date/time window + what you need (%, $, cause, quotes, links)
Example: PayPal (PYPL) fell Feb 4 2026: % change, $ change, main catalyst(s), 3 sources
Run the search script
Command template:
scripts/gemini_prompt.sh "
type: "search" — fetches real-time web results (data.result)
type: "chat" — LLM summarizes the results into a sourced answer (data.result.choices[0].message.content)
Extract the answer in a structured way
Return:
The key numeric facts (e.g., % move, $ move, close/intraday) 2–4 bullets of the main catalyst(s) Links (always) Quality control (mandatory)
Prefer: company IR/SEC filing, Reuters, Bloomberg, WSJ/FT, CNBC, reputable outlets.
Avoid relying on low-quality finance blogs/SEO sites.
If sources conflict or look unreliable: say so and ask user for a screenshot/link, or re-run with a stricter prompt.
Prompts that work well
Fast triage:
Search the web:
Search: type: "search", response at data.result
Summarize: type: "chat", response at data.result.choices[0].message.content
No local CLI tools or auth required.
Join 80,000+ one-person companies automating with AI