Searches the encyclopedia full-text for articles matching a query and returns a ranked list of titles with short excerpts. Supports pagination to browse deeper into results when the first page does not contain the right entry.
You want to discover which articles exist on a topic, or browse related ones.
A single overview of one known topic (use the summarize operation).
0.1 credits / search
Set these inside the intent when you run it.
The search query to find matching articles.
How many results to return, up to 50. Defaults to 10.
A list of matching article titles with short text excerpts and source links, plus a pagination offset for the next page.
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":"search_articles","topic":"climate change effects on coral reefs","limit":"5"}}'Example requests