BeClaude

algobot-cli

New
8Community RegistryGeneralby Algolia

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.

Community PluginView Source

Overview

<div align="center">

Algolia Skills

[Agent skills](https://agentskills.io/) for managing Algolia search, analytics, recommendations, and index configuration.

![License: MIT](LICENSE)

</div>


✨ Skills

SkillDescription
algolia-mcpSearch, analytics, and recommendations via the Algolia MCP server
algolia-cliManage indices, settings, rules, and synonyms via the Algolia CLI
algobot-cliAI agents, Agent Studio, RAG, and conversational experiences built on Algolia
instantsearchBuild search UIs (autocomplete, search results, faceted search) with InstantSearch

🚀 Installation

bash
/plugin marketplace add algolia/skills
/plugin install <skill>   # e.g. algolia-mcp, algolia-cli, algobot-cli, instantsearch

Or install directly:

bash
/plugin install <skill>@algolia-skills   # e.g. algolia-mcp, algolia-cli, algobot-cli, instantsearch
bash
npx skills add https://github.com/algolia/skills
bash
git 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>

AgentDirectory
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

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/algobot-cli.md https://raw.githubusercontent.com/algolia/skills/main/SKILL.md
3
Invoke in Claude Code
/algobot-cli
View source on GitHub
deploymentfrontendmcpagent

Frequently 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.