search-implementation

Configure Algolia or Typesense full-text search with typo tolerance.

1|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/mealpac/manus --skill search-implementation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: search-implementation
Source: https://github.com/mealpac/manus/tree/main/skills/tier4-specialized/search-implementation
Command: npx skills add https://github.com/mealpac/manus --skill search-implementation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires algoliasearch, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill sets up fast, typo-tolerant full-text search for web apps using Algolia or Typesense, enabling instant results and easy integration.

Core Features & Use Cases

  • Setup and configure Algolia or Typesense for your app
  • Generate search components and implement instant search
  • Use case: add real-time search across blog posts, products, or documents with minimal code

Quick Start

Run the setup script to configure and expose the search client.

Frequently Asked Questions about search-implementation

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

FAQPage Schema
How do I add typo-tolerant full-text search to my web app?

Typo-tolerant full-text search is added by running a setup script to configure search clients like Algolia or Typesense, generating instant search components and indexing content for fast retrieval.

Can I implement instant search and autocomplete across different frontend and backend stacks?

Instant search and autocomplete can be implemented across frontend and backend stacks by running the setup configuration, which generates the necessary search components and exposes the search client.

Does this search setup support both Algolia and Typesense?

The search setup supports Algolia, Typesense, and Meilisearch, allowing you to configure your preferred engine by providing the required credentials through environment variables.

What do I need to configure before running the search setup script?

Before running the search setup script, you need to install the algoliasearch dependency and define environment variables containing your Algolia, Typesense, or Meilisearch credentials.

What is the best way to add real-time search across blog posts or products?

The best way to add real-time search across blog posts or products is to run the automated setup script, which configures the search index and generates frontend components for instant results with minimal code.

Why does my full-text search setup require environment variables?

Full-text search setup requires environment variables to securely authenticate your application with the configured Algolia, Typesense, or Meilisearch search engine credentials during client initialization.