Runs autonomous multi-step research to produce a detailed, citation-rich report on a topic, suitable for a market landscape, competitive analysis, literature synthesis, or any question requiring comprehensive coverage. The skill runs many searches, synthesizes the findings, and returns a structured multi-section report. Slower and more expensive than a quick or standard answer.
You want a report, deep dive, market landscape, or a synthesis of the literature on a topic.
A quick fact or a single comparison, which a quick or standard answer handles far more cheaply.
~3000 credits / report (up to 10000)
A focused report at moderate depth is the usual case; an exhaustive report runs many more searches and costs more.
Estimated; the actual charge depends on your input and is shown in the response.
Set these inside the intent when you run it.
The topic or question to research comprehensively.
Scope to web, scholarly, or sec (US regulatory filings). Defaults to web.
How fresh sources must be, e.g. this week, this month, this year.
A list of publisher domains to restrict the report to.
A detailed multi-section research report with full citations and source results.
Run this sub-skill directly: pin it with operation and pass its inputs in the intent. (Omit operation and the Research skill will route from your intent instead.)
curl -X POST "https://skill.askfaro.com/skills/research/run" \
-H "Authorization: Bearer $FARO_TOKEN" \
-H "Content-Type: application/json" \
-d '{"intent":{"operation":"research_deep","question":"Competitive landscape of AI code editors","sources":"web","recency":"this year","trusted_sites":"[\"ft.com\"]"}}'Example requests