tag

algolia

9 indexed skills · max 10 per page

skills (9)

find-and-add-to-cart

vuoriclothing.com/find-and-add-to-cart-m9bi61 · shopping

0

Search the Vuori Clothing catalog for a product, open the product detail page, select the requested size and color, and add one unit to the bag. Read-only beyond the cart drawer — never proceeds to checkout.

find-opportunities

volunteermatch.org/find-opportunities-0ycqah · volunteering

0

Search for volunteer opportunities by location, cause/interest, skills, format, schedule, time commitment, and audience, and return each match as structured JSON. VolunteerMatch.org has sunset and 301-redirects to Idealist.org; this skill queries Idealist's public Algolia search index directly (the catalog VolunteerMatch postings were migrated into, with a `vmLegacyId` field preserving the old IDs).

scrape-exhibitor-directory

lasvegas.jckonline.com/scrape-exhibitor-directory-3uw0f6 · trade-shows

0

Extract the full list of exhibitors from the JCK Las Vegas show directory (~1,700 companies) with name, contact information (phone, email, website, country), description, booth/stand reference, and product categories. Uses the public Algolia search API embedded in the directory page — two HTTPS POSTs cover the full roster.

firebox-gift-recommender

firebox.eu/firebox-gift-recommender-wxeg65 · shopping

0

Recommend Firebox.eu products for a recipient profile (interests, budget, occasion, recipient role). Uses the storefront's Algolia index for facet-filtered scoring (product_tags, categories.level1, gift_gender, price.EUR.default, personalizable) and returns ranked picks with title, price, url, and a rationale grounded in matched facets. Read-only.

find-all-products

dior.com/find-all-products-qxm8lj · luxury-retail

0

Enumerate every product in Dior's storefront for a given locale via the public Algolia search index for /fashion (~5.7k products per locale, 18 API calls) and the per-locale beauty sitemap for /beauty (~350 products). Returns objectID, name, category path, price, color, material, image, URL, and stock state per product. Read-only.

search-documentation

algolia.com/search-documentation-kd312d · developer-docs

0

Search algolia.com/doc for documentation pages matching a free-text query and return ranked hits with section hierarchy, snippets, and direct anchor URLs — via the public hosted DocSearch API, with a per-page markdown fallback.

search-trails

alltrails.com/search-trails-dsqvnx · outdoors

0

Search AllTrails for hiking, biking, running, climbing, backpacking, or paddling trails near a location with the full filter panel surface (activity, difficulty, length, elevation, route type, suitability, traffic, attributes, rating, sort). Returns structured JSON with name, location, coordinates, length/elevation, difficulty, rating, photos, description, dog/kid policy, and region-wide totals. Read-only.

algolia-search

sickn33/antigravity-awesome-skills · Backend

0

Expert patterns for Algolia search implementation, indexing strategies, and React InstantSearch integration. \n \n React InstantSearch with hooks (useSearchBox, useHits, useRefinementList, usePagination) for type-ahead search and faceted filtering in modern React applications \n Next.js SSR support via react-instantsearch-nextjs, compatible with both Pages Router and App Router, with URL synchronization and dynamic rendering configuration \n Three indexing strategies: full reindexing, full recor

algolia-search

davila7/claude-code-templates · Backend

0

Modern React InstantSearch setup using hooks for type-ahead search.