algolia-hello-world

Installation
SKILL.md

Algolia Hello World

Overview

Index records into Algolia and search them back — the two fundamental operations. Uses the algoliasearch v5 client where all methods live on the client directly (no initIndex).

Prerequisites

  • algoliasearch v5 installed (npm install algoliasearch)
  • ALGOLIA_APP_ID and ALGOLIA_ADMIN_KEY environment variables set
  • See algolia-install-auth for setup

Instructions

Step 1: Index Records with saveObjects

import { algoliasearch } from 'algoliasearch';
Installs
2
GitHub Stars
2.3K
First Seen
Apr 13, 2026
algolia-hello-world — jeremylongshore/claude-code-plugins-plus-skills