Converts a rough topic name or phrase into the exact canonical article title needed for a precise summary lookup. Use this when the subject is ambiguous, misspelled, or could match multiple articles, so that the follow-up summary returns the right entry.
You have a rough name and need the canonical article title to fetch a clean summary.
Returning the article text itself, which the summary operation does.
0.1 credits / lookup
Set these inside the intent when you run it.
The subject to resolve, stated in plain words.
The canonical article title that best matches the topic, with disambiguation context when multiple candidates are found.
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":"resolve_title","topic":"Marie Curie"}}'Example requests