Runs a single focused search to find a specific answer, official page, definition, or document. Describe what you are looking for in plain words and the skill builds and runs the query, returning the best matches ranked by relevance. The right choice when one good search should do the job.
You want a specific answer, link, or official source and one good search will do.
Surveying a whole topic, which needs a broader multi-search scan.
6.25 credits / search
Set these inside the intent when you run it.
What you want to find, in plain words.
How recent results must be, e.g. today, this week, this month, this year.
A country or language to localize results to.
Ranked search results with title, link, and a short excerpt per result. Not full-page content -- use web scraping to read a specific page.
Run this sub-skill directly: pin it with operation and pass its inputs in the intent. (Omit operation and the Web Search skill will route from your intent instead.)
curl -X POST "https://skill.askfaro.com/skills/web-search/run" \
-H "Authorization: Bearer $FARO_TOKEN" \
-H "Content-Type: application/json" \
-d '{"intent":{"operation":"lookup","query":"official Python asyncio documentation","recency":"this year","region":"US"}}'Example requests