Retrieves a concise, sourced overview of a topic, person, place, or concept along with a citation link. Ideal for grounding an answer in verified factual content rather than relying on the model's recall.
You want a one-paragraph, citable overview of a known topic, person, or place.
Discovering which articles exist (use the search operation), or full article text.
0.1 credits / summary
Set these inside the intent when you run it.
The subject to summarize, stated by its common name.
A short plain-text summary of the topic with a source URL for attribution.
Run this sub-skill directly: pin it with operation and pass its inputs in the intent. (Omit operation and the Knowledge & Facts skill will route from your intent instead.)
curl -X POST "https://skill.askfaro.com/skills/knowledge/run" \
-H "Authorization: Bearer $FARO_TOKEN" \
-H "Content-Type: application/json" \
-d '{"intent":{"operation":"summarize","topic":"Black hole"}}'Example requests