meilisearchDeploy and tune Meilisearch with indexing, filtering, and production configuration.
Install via ClawdBot CLI:
clawdbot install ivangdavila/meilisearchGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated Mar 22, 2026
Implement a fast, typo-tolerant search for an online store with thousands of products. Use filterableAttributes for categories and prices, and set searchableAttributes with product names first for better ranking. Ensure primaryKey is explicitly set on product IDs to avoid indexing failures.
Build a search interface for property listings with geo filtering for location-based queries. Configure _geo fields for latitude and longitude, and use filterableAttributes for price ranges and bedrooms. Batch setting changes to prevent reindexing delays during updates.
Create a searchable archive for internal documents with highlighting on content fields. Limit displayedAttributes to essential metadata to reduce response size, and use search-only API keys for secure frontend access. Schedule snapshots for backup since there's no continuous replication.
Develop a help center search that handles multi-word queries and phrase matching with quotes. Adjust typo tolerance settings to avoid false matches on code snippets, and set up facets distribution for tracking common issues without being limited by pagination.
Offer Meilisearch as a managed service for multiple clients, using API key restrictions to isolate indexes per tenant. Charge based on index size and query volume, with vertical scaling via RAM upgrades. Ensure master keys are secured and search-only keys are issued to clients.
Provide custom integration packages for online retailers to enhance site search performance. Focus on configuring filterableAttributes and sortableAttributes upfront to avoid reindexing, and optimize batch sizes for fast product updates. Revenue comes from one-time setup fees and ongoing maintenance contracts.
Build a tool that indexes large datasets for real-time search and faceted exploration. Leverage Meilisearch's in-memory performance for quick queries, but split data into batches under 100MB for indexing. Monetize through enterprise licenses with support for snapshot-based backups.
💬 Integration Tip
Always declare filterableAttributes and sortableAttributes before adding documents to prevent full reindexing, and use explicit primary keys to avoid inference failures on complex data.
Scored Apr 18, 2026
Summarize URLs or files with the summarize CLI (web, PDFs, images, audio, YouTube).
AI-optimized web search via Tavily API. Returns concise, relevant results for AI agents.
Web search via Tavily API (alternative to Brave). Use when the user asks to search the web / look up sources / find links and Brave web_search is unavailable...
Search the web using Baidu AI Search Engine (BDSE). Use for live information, documentation, or research topics.
Web search and content extraction via Brave Search API. Use for searching documentation, facts, or any web content. Lightweight, no browser required.
This skill should be used when users need to search the web for information, find current content, look up news articles, search for images, or find videos. It uses DuckDuckGo's search API to return results in clean, formatted output (text, markdown, or JSON). Use for research, fact-checking, finding recent information, or gathering web resources.