pinecone:query

Query Pinecone indexes with natural language via the Pinecone MCP server.

Updated Mar 5, 2026
One-click install
npx skills add https://github.com/Himanshu040604/codex-skills-setup --skill pinecone-query
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pinecone:query
Source: https://github.com/Himanshu040604/codex-skills-setup/tree/main/assets/codex/skills/claude-import/skills/plugins/pinecone%40claude-plugins-official/skills/query
Command: npx skills add https://github.com/Himanshu040604/codex-skills-setup --skill pinecone-query

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill simplifies querying integrated Pinecone indexes using natural language, making vector search accessible without complex CLI commands.

Core Features & Use Cases

  • Text-based Search: Query Pinecone indexes using plain text.
  • Integrated Index Focus: Optimized for indexes with built-in Pinecone embedding models.
  • Use Case: Quickly find relevant product information in your Pinecone catalog by simply asking "What are the latest hiking boots?" instead of crafting complex vector queries.

Quick Start

Query the 'products' index for 'running shoes' and limit results to 5.

Frequently Asked Questions about pinecone:query

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

FAQPage Schema
How do I query a Pinecone index using natural language text?

To query a Pinecone index using natural language text, you can use this skill to send plain text queries via the Pinecone MCP server. It handles the embedding and search operations automatically to retrieve relevant records.

Do I need a specific API key to perform vector search with Pinecone?

Yes, to perform vector search with Pinecone, you must configure the PINECONE_API_KEY environment variable. You also need a configured Pinecone MCP server to handle the embedding and search operations.

Can I use Pinecone vector search for indexes without built-in embedding models?

No, this Pinecone vector search is optimized specifically for integrated indexes with built-in Pinecone embedding models, such as multilingual-e5-large. It is not designed for standard indexes without integrated embeddings.

What is the best way to find product information in a Pinecone catalog?

The best way to find product information in a Pinecone catalog is by asking plain text questions like "What are the latest hiking boots?" instead of crafting complex vector queries. The skill translates natural language into searchable embeddings.

Does querying Pinecone indexes require writing complex CLI commands?

No, querying Pinecone indexes does not require complex CLI commands. This skill simplifies data retrieval by allowing you to query integrated indexes directly using natural language text.