Your agent answers from stale training data; this searches the live web and returns ranked, linkable results.
Web & Search
Searches the live web and returns ranked results with titles, links, and excerpts, routing your request to the right approach. Whether you need a quick answer, news, a file, a site-scoped search, or a broad topic survey, describe what you want and the skill picks the best strategy. Results are raw hits for you to triage, not a synthesized answer -- use Research for AI-written cited summaries.
You need fresh, external, or verifiable information from the live web rather than memory.
Reading a full page's text, AI-synthesized cited answers, or image, video, or local-business search.
Each is a sub-skill of Web Search; the router picks the right one for your request.
information
Returns ranked results (title, link, and a snippet per result), not full page text and not a synthesized answer. Snippets are excerpts to triage and cite, not the source of truth; read the linked page for the full content.
The request could mean a quick single-fact lookup or a broad multi-search topic scan, and the desired depth is unclear.
Skills run through one gateway with your Faro token. Hand it an intent in plain language; Faro routes to the right sub-skill, runs it, and bills per call.
curl -X POST "https://skill.askfaro.com/skills/web-search/run" \
-H "Authorization: Bearer $FARO_TOKEN" \
-H "Content-Type: application/json" \
-d '{"intent":{"prompt":"What's the latest stable version of Node.js?"}}'Example requests