skills
mcp
Fail
Health Warn
- License — License: MIT
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Low visibility — Only 5 GitHub stars
Code Fail
- rm -rf — Recursive force deletion command in skills/algolia-cli/evals/run_cli_evals.sh
Permissions Pass
- Permissions — No dangerous permissions requested
Purpose
This project provides a set of tools and skills for AI agents to manage Algolia search indices, analytics, and AI conversational experiences via CLI and MCP servers.
Security Assessment
The tool does not request explicitly dangerous permissions, but it does interact heavily with external Algolia APIs, meaning it inherently handles sensitive search data and makes network requests. The primary security flag is the presence of a recursive force deletion command (`rm -rf`) located in an evaluation script. While this is often standard for test and cleanup routines, it can be risky if modified or triggered improperly in a production environment. No hardcoded secrets were detected, but users should be aware of the shell execution capabilities. Overall risk is rated as Medium.
Quality Assessment
The project is actively maintained, with its most recent push happening today. It uses the permissive and standard MIT license, making it highly accessible for development. However, the project suffers from extremely low community visibility, currently boasting only 5 GitHub stars. This indicates a very limited user base, meaning the code has undergone minimal peer review and community testing.
Verdict
Use with caution. While the tool is actively maintained and legitimately licensed, its low community adoption and the inclusion of force-deletion shell commands warrant a thorough manual code review before integration into any sensitive workflows.
This project provides a set of tools and skills for AI agents to manage Algolia search indices, analytics, and AI conversational experiences via CLI and MCP servers.
Security Assessment
The tool does not request explicitly dangerous permissions, but it does interact heavily with external Algolia APIs, meaning it inherently handles sensitive search data and makes network requests. The primary security flag is the presence of a recursive force deletion command (`rm -rf`) located in an evaluation script. While this is often standard for test and cleanup routines, it can be risky if modified or triggered improperly in a production environment. No hardcoded secrets were detected, but users should be aware of the shell execution capabilities. Overall risk is rated as Medium.
Quality Assessment
The project is actively maintained, with its most recent push happening today. It uses the permissive and standard MIT license, making it highly accessible for development. However, the project suffers from extremely low community visibility, currently boasting only 5 GitHub stars. This indicates a very limited user base, meaning the code has undergone minimal peer review and community testing.
Verdict
Use with caution. While the tool is actively maintained and legitimately licensed, its low community adoption and the inclusion of force-deletion shell commands warrant a thorough manual code review before integration into any sensitive workflows.
Algolia skills for AI Agents
README.md
Algolia Skills
Agent skills for managing Algolia search, analytics, recommendations, and index configuration.
✨ 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 |
🚀 Installation
Marketplace (recommended)
/plugin marketplace add algolia/skills
/plugin install <skill> # e.g. algolia-mcp, algolia-cli, algobot-cli
Or install directly:
/plugin install <skill>@algolia-skills # e.g. algolia-mcp, algolia-cli, algobot-cli
npx
npx skills add https://github.com/algolia/skills
Clone / Copy
git clone https://github.com/algolia/skills.git
cp -r skills/<skill> <skills-directory> # e.g. algolia-mcp, algolia-cli, algobot-cli
Skills directories by agent
| Agent | Directory |
|---|---|
| Claude Code | ~/.claude/skills/ |
| Cursor | ~/.cursor/skills/ |
| OpenAI Codex | ~/.codex/skills/ |
| OpenCode | ~/.config/opencode/skills/ |
Restart your agent to load the skill.
Reviews (0)
Sign in to leave a review.
Leave a reviewNo results found