Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Genpark Search Auto Suggest Skill

FreeNot checked

GenPark search autocomplete suggestions and semantic query expansion agent skill.

GitHubEmbed

About

GenPark search autocomplete suggestions and semantic query expansion agent skill.

README

This repository contains the GenPark Search Autocomplete & Intent Expansion Skill — an agent configuration skill config (skill.json), a production-ready Python SDK client (suggest_agent.py), and executable verification tests. It is designed to generate search autocomplete suggestions matching prefix constraints and map keywords to expanded synonym arrays.


🚀 Capabilities

  • Keyword Prefix Match: Searches mock indexes to return list completions.
  • Semantic Expansion: Maps core words (like "headphones", "wireless") to rich synonym arrays to maximize search yield.
  • Limit Boundaries: Automatically respects constraints to prevent payload bloating.

🛠️ Setup & Installation

  1. Install dependencies:
    pip install -r requirements.txt
    

💻 SDK Usage Reference

from suggest_agent import SearchSuggestClient

client = SearchSuggestClient()

result = client.get_suggestions("speaker", limit=3)
print(result["suggestions"])
print(result["query_expansion"]["expanded_terms"])

📜 License

This project is licensed under the MIT License.

from github.com/alphaparkinc/genpark-search-auto-suggest-skill

Installing Genpark Search Auto Suggest Skill

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/alphaparkinc/genpark-search-auto-suggest-skill

FAQ

Is Genpark Search Auto Suggest Skill MCP free?

Yes, Genpark Search Auto Suggest Skill MCP is free — one-click install via Unyly at no cost.

Does Genpark Search Auto Suggest Skill need an API key?

No, Genpark Search Auto Suggest Skill runs without API keys or environment variables.

Is Genpark Search Auto Suggest Skill hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Genpark Search Auto Suggest Skill in Claude Desktop, Claude Code or Cursor?

Open Genpark Search Auto Suggest Skill on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Genpark Search Auto Suggest Skill with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs