Your agent misremembers book details and ISBNs; this returns real bibliographic data from Open Library.
Knowledge & Reference
Searches for books and retrieves metadata including title, author, ISBN, publisher, subjects, and descriptions. Use this to look up a book by title or keyword, find books by a specific author, or get full bibliographic details for a known edition by ISBN.
You need accurate book facts, the right edition, an ISBN, or an author's works instead of guessing from memory.
Reading or borrowing full book text, buying or pricing books, author biographies or photos, reviews, ratings, or bestseller lists.
Each is a sub-skill of Books; the router picks the right one for your request.
information
Returns clean book records (titles, authors, years, ISBNs, subjects, cover image links). Not a downloadable file and not the full text of any book.
The request names a specific book by an exact title, and it is unclear whether to search or to fetch its full record.
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/books/run" \
-H "Authorization: Bearer $FARO_TOKEN" \
-H "Content-Type: application/json" \
-d '{"intent":{"prompt":"Find books by Cormac McCarthy"}}'Example requests