Algolia Skill

Developer Tools

Domain knowledge for your AI assistant — workflow patterns, data model concepts, and gotchas for Algolia tools.

5 tools
SKILL.md

Algolia
SKILL.md

Domain knowledge for Algolia — search indices, queries, settings, logs

Algolia

Algolia is a hosted search API. Indices hold records; settings control ranking; logs help debug.

Data Model

  • Indices are search containers. List returns index names (indexName). Each index has settings and can be queried.
  • Index settings control attributes, ranking, facets. Query runs search against an index.
  • Logs provide API request debugging. Languages support multi-language indices.
  • Key types: Admin key for settings and management; Search-Only key for queries.

Gotchas

  • indexName: Use exact name from list. Case-sensitive.
  • Key scope: Admin key for settings; Search-Only for queries. Wrong key returns 403.

Use with Algolia Bundle

This skill teaches your AI assistant domain knowledge. To actually execute Algolia API calls, enable the MCP bundle — the skill and bundle work together.

Ready to use Algolia?

Install the skill for domain knowledge, enable the bundle for authenticated tool access

What is a Skill?

Algolia Skill - SKILL.md for Claude Code, Cursor & More