What problem does it solve? Searching a Pinecone vector index normally requires embedding text into vectors and writing API calls. This Skill lets you run semantic searches against Pinecone integrated indexes directly with plain text queries through the Pinecone MCP server, without writing embedding or query code. ## Core Features & Use Cases - Natural Language Search: Send text queries to integrated indexes and let the MCP server handle embedding and retrieval automatically. - Interactive Argument Resolution: When index, namespace, or query arguments are missing, the Skill lists available indexes and namespaces and prompts you to choose. - Reranking Support: Optionally apply a reranking model to improve result relevance, with results formatted into a readable table. - Use Case: You have a documentation index built with the multilingual-e5-large embedding model. Ask a question in plain language, pick the namespace, and get ranked records with IDs, scores, and metadata. ## Quick Start Ask the assistant to search your Pinecone index for a phrase, for example: query my docs index for "how to configure vector namespaces" with topK set to 5.