algobot-cli
NewUse for anything AI/agent/conversational built on Algolia: algobot CLI, Agent Studio, RAG systems, conversational product discovery, genAI content generation from search results (carousels, descriptions, headers), chatbots or recommendation agents using Algolia as retrieval, config-as-code workflows, multi-environment deploy (dev/staging/prod), memory and personalization, MCP tool integrations, conversation history / GDPR retention, or adding a chat widget alongside InstantSearch. Do NOT use for raw index ops (records, synonyms, settings) â use algolia-cli. Do NOT use for pure frontend search UI (InstantSearch, autocomplete) with no AI/agent layer.
Overview
<div align="center">
Algolia Skills
[Agent skills](https://agentskills.io/) for managing Algolia search, analytics, recommendations, and index configuration.

</div>
✨ Skills
| Skill | Description |
|---|---|
algolia-mcp | Search, analytics, and recommendations via the Algolia MCP server |
algolia-cli | Manage indices, settings, rules, and synonyms via the Algolia CLI |
algobot-cli | AI agents, Agent Studio, RAG, and conversational experiences built on Algolia |
instantsearch | Build search UIs (autocomplete, search results, faceted search) with InstantSearch |
🚀 Installation
/plugin marketplace add algolia/skills
/plugin install <skill> # e.g. algolia-mcp, algolia-cli, algobot-cli, instantsearchOr install directly:
/plugin install <skill>@algolia-skills # e.g. algolia-mcp, algolia-cli, algobot-cli, instantsearchnpx skills add https://github.com/algolia/skillsgit clone https://github.com/algolia/skills.git
cp -r skills/<skill> <skills-directory> # e.g. algolia-mcp, algolia-cli, algobot-cli, instantsearch<details> <summary>Skills directories by agent</summary>
| Agent | Directory |
|---|---|
| Claude Code | ~/.claude/skills/ |
| Cursor | ~/.cursor/skills/ |
| OpenAI Codex | ~/.codex/skills/ |
| OpenCode | ~/.config/opencode/skills/ |
</details>
Restart your agent to load the skill.
Install & Usage
mkdir -p .claude/skillsmkdir -p .claude/skills && curl -o .claude/skills/algobot-cli.md https://raw.githubusercontent.com/algolia/skills/main/SKILL.md/algobot-cliFrequently Asked Questions
What is algobot-cli?
Use for anything AI/agent/conversational built on Algolia: algobot CLI, Agent Studio, RAG systems, conversational product discovery, genAI content generation from search results (carousels, descriptions, headers), chatbots or recommendation agents using Algolia as retrieval, config-as-code workflows, multi-environment deploy (dev/staging/prod), memory and personalization, MCP tool integrations, conversation history / GDPR retention, or adding a chat widget alongside InstantSearch. Do NOT use for raw index ops (records, synonyms, settings) â use algolia-cli. Do NOT use for pure frontend search UI (InstantSearch, autocomplete) with no AI/agent layer.
How to install algobot-cli?
To install algobot-cli, create the .claude/skills directory in your project, then run the curl command to download the skill file. Once installed, invoke it in Claude Code with /algobot-cli.
What is algobot-cli best for?
algobot-cli is a community categorized under General. It is designed for: deployment, frontend, mcp, agent. Created by Algolia.