book-wishlist

Records book wishlist entries from SE-ED and Naiin into a Google Drive markdown table.

1|Updated Jun 29, 2026
One-click install
npx skills add https://github.com/natthasath/natthasath-marketplace --skill book-wishlist-natthasath
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: book-wishlist
Source: https://github.com/natthasath/natthasath-marketplace/tree/main/plugins/drive/skills/book-wishlist
Command: npx skills add https://github.com/natthasath/natthasath-marketplace --skill book-wishlist-natthasath

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Keeping track of books you want to buy usually means scattered notes, screenshots, or browser bookmarks. This Skill centralizes your book wishlist into a single markdown table on Google Drive, automatically fetching author, page count, purchase link, and cover image from real product pages. ## Core Features & Use Cases - Automated Book Lookup: Searches SE-ED and Naiin (Thai online bookstores) for the exact product page and extracts author, page count, link, and cover image. - Bitly Link Shortening: Shortens both product links and cover image URLs via the Bitly MCP connector so the markdown table stays compact and readable. - Duplicate Detection & Backfill: Skips books already in the list and progressively shortens legacy full URLs (up to 10 rows per run) without a separate migration script. - Use Case: You see a book recommendation and attach a photo of its cover. The Skill reads the title from the image, finds it on Naiin, shortens the links, and appends a new 📖 Wishlist row to Automation/book/book-list.md on Google Drive. ## Quick Start Run /drive:book-wishlist with a book title or an attached cover photo to add it to your wishlist on Google Drive.

Frequently Asked Questions about book-wishlist

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add a book to my wishlist on Google Drive?▼

Invoke /drive:book-wishlist with the book title or attach a photo of the cover. The Skill searches SE-ED and Naiin for the product page, extracts author and page count, shortens links via Bitly, and appends a new row to book-list.md.

What book sources does this wishlist skill support?▼

Only SE-ED (se-ed.com) and Naiin (naiin.com) are supported, because their product pages provide standardized metadata and stable CDN cover images. Books not found on either site are saved with title, author, and page count only, with link and cover left blank.

Can I use this skill to track books I already own?▼

No. This skill only writes rows with the 📖 Wishlist status. Marking books as ✅ Owned is handled by the separate /drive:book-owned skill, and this skill will never change a row's status to Owned.

Does the book wishlist skill require any setup?▼

You need the Google Drive MCP connector and Bitly MCP connector connected beforehand. No Apps Script deployment or additional configuration is required; it writes markdown directly through Drive MCP and uses your Bitly account's default domain.

What happens if Bitly link shortening fails?▼

The Skill retries once, and if shortening still fails it saves the full original URL instead of stopping the whole process. It then reports which links could not be shortened and why in the final summary.

Why does the skill reject links from Shopee or Lazada?▼

Only product pages on the official SE-ED and Naiin domains are accepted, even if those stores sell through marketplaces. Marketplace URLs fail the hostname check, so the Skill keeps searching for the direct store page or saves the entry without a link.