Skip to main content
Pinecone’s official Agent Skills library brings Pinecone capabilities to any agentic IDE that supports the Agent Skills standard. Use skills to manage indexes, run semantic search, create document Q&A assistants, and more — all through natural language in your IDE. Compatible with GitHub Copilot, Codex, and other agentic IDEs.
If you use Claude Code, install the dedicated Pinecone plugin for Claude Code instead. If you use Gemini CLI, install the dedicated Pinecone extension for Gemini CLI instead. If you use Cursor, install the dedicated Pinecone plugin for Cursor instead. Each includes additional features specific to that tool.

Features

  • Built-in skills for index management, semantic search, full-text search, assistant creation, and more
  • Universal compatibility with any IDE that supports Agent Skills
  • Works with the Pinecone MCP server for direct index operations

Prerequisites

Installation

1

Set your API key

Replace YOUR_API_KEY with your Pinecone API key.
2

Install the skills

This downloads Pinecone’s skills into your project, making them available to your IDE’s AI agent.
3

Configure the MCP server (optional)

For full functionality, configure the Pinecone MCP server in your IDE. This enables the query skill and direct index operations.

Available skills

MCP tools

Agent Skills work alongside the Pinecone MCP server, which provides tools for listing indexes, creating indexes, upserting records, searching, reranking, and more. Configure the MCP server in your IDE to enable the query skill and direct index operations. For the full list of MCP tools, see Use the Pinecone MCP server.

Resources