Fetches the full bibliographic record for a single known work, including its editorial description, subjects, author references, and cover image links. This is the precise lookup step after a search has identified the right book. Use it when you need the description or subject list for a specific edition.
You have identified a specific book and want its description, subjects, and cover details.
Searching for a book you have not found yet, or resolving an ISBN.
0.1 credits / lookup
Set these inside the intent when you run it.
The bare work identifier for the book (e.g. OL45883W), obtained from a prior search.
The full book record with title, description, subjects, authors, and cover image ids.
Run this sub-skill directly: pin it with operation and pass its inputs in the intent. (Omit operation and the Books skill will route from your intent instead.)
curl -X POST "https://skill.askfaro.com/skills/books/run" \
-H "Authorization: Bearer $FARO_TOKEN" \
-H "Content-Type: application/json" \
-d '{"intent":{"operation":"work_details","book_id":"OL45883W"}}'Example requests