algobot-cli

Create and manage Algolia AI agents with the Algobot CLI.

9|3|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/algolia/skills --skill algobot-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: algobot-cli
Source: https://github.com/algolia/skills/tree/main/skills/algobot-cli
Command: npx skills add https://github.com/algolia/skills --skill algobot-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Create, test, and deploy AI agents on Algolia using the Algobot CLI, enabling reproducible agent workflows and seamless integration with Agent Studio.

Core Features & Use Cases

  • End-to-end agent lifecycle: scaffold, test, deploy, and monitor agents with config-as-code support.
  • MCP integrations: connect Algolia search with external data sources (CRMs, inventories) to power contextual AI.
  • Multi-environment deployments and memory: manage dev/stage/prod with persistent memory and GDPR-conscious storage.
  • Collaboration and publishing: version-controlled agent definitions and streamlined rollout processes.

Quick Start

Install algobot-cli globally and run the interactive wizard to scaffold your first agent.

Frequently Asked Questions about algobot-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build and deploy AI agents on Algolia?

To build and deploy Algolia AI agents, you can use a CLI tool to scaffold projects, define behavior via agent-config.json and PROMPT.md, test interactions, and publish agents directly to your Algolia environment.

What is the best way to manage multi-environment configurations for conversational AI?

Managing multi-environment configurations for conversational AI involves using config-as-code to maintain separate dev, stage, and prod environments, ensuring persistent memory and GDPR-conscious storage across deployments.

Can I connect external data sources like CRMs to my Algolia search agents?

Yes, you can connect external data sources like CRMs and inventories to Algolia search agents by applying MCP integrations, enabling contextual AI to access and utilize external data during conversations.

How does config-as-code work for AI agent workflows?

Config-as-code for AI agent workflows works by versioning agent definitions through files like agent-config.json and PROMPT.md, enabling reproducible workflows, streamlined collaboration, and controlled rollout processes.

Do I need Agent Studio to test and monitor Algolia agents?

Agent Studio provides a seamless interface for testing and monitoring agents, but the CLI independently handles end-to-end agent lifecycle tasks including interactive scaffolding, testing, and deployment.