Your agent answers facts from stale training data; this returns current, sourced answers from Wikipedia and Wikidata.
Knowledge & Reference
Answers factual questions and looks up reference information on people, places, concepts, and events. Returns structured factual summaries rather than a web search result list. Covers both encyclopedic overviews and machine-readable structured data such as dates, coordinates, and identifiers.
You need a grounded, citable fact about a topic, person, place, or thing rather than recalling it from training data.
General web search or current events, real-time data like prices or weather, scraping arbitrary URLs, or full article bodies.
Each is a sub-skill of Knowledge & Facts; the router picks the right one for your request.
information
Returns the fact plus a source link for verification and attribution. Structured facts come back as labelled values, not a downloadable file.
The request could want a plain-language overview or specific structured data fields, and the path differs.
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/knowledge/run" \
-H "Authorization: Bearer $FARO_TOKEN" \
-H "Content-Type: application/json" \
-d '{"intent":{"prompt":"What is the correct article title for the Roman emperor Constantine?"}}'Example requests