Agent Skills

no
Summary: Install Pinecone's official Agent Skills library for Cursor, GitHub Copilot, Codex, and other agentic IDEs.

Original Documentation

Documentation Index#

Fetch the complete documentation index at: https://docs.pinecone.io/llms.txt Use this file to discover all available pages before exploring further.

Install Pinecone’s official Agent Skills library for Cursor, GitHub Copilot, Codex, and other agentic IDEs.

export const PrimarySecondaryCTA = ({primaryLabel, primaryHref, primaryTarget, secondaryLabel, secondaryHref, secondaryTarget}) => {primaryLabel && primaryHref &&

  {primaryLabel}

<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M9.70492 6L8.29492 7.41L12.8749 12L8.29492 16.59L9.70492 18L15.7049 12L9.70492 6Z" fill="white" />
</svg>
}

{secondaryLabel && secondaryHref &&

    {secondaryLabel}
  
</a>

}

;

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 Cursor, GitHub Copilot, Codex, Gemini CLI, and other agentic IDEs.

<PrimarySecondaryCTA primaryLabel={“View on GitHub”} primaryHref={“https://github.com/pinecone-io/skills"} primaryTarget={"_blank”} />

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. Both include additional features specific to those tools.

Features#

  • 7 built-in skills for index management, semantic 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#

    export PINECONE_API_KEY="YOUR_API_KEY"
    ```

Replace `YOUR_API_KEY` with your [Pinecone API key](https://app.pinecone.io/organizations/-/keys).
  <span class="step-end"></span>

  <span class="step-marker" data-step-title="Install the skills"></span>
```shell
    npx skills add pinecone-io/skills
    ```

This downloads Pinecone's skills into your project, making them available to your IDE's AI agent.
  <span class="step-end"></span>

  <span class="step-marker" data-step-title="Configure the MCP server (optional)"></span>
For full functionality, configure the [Pinecone MCP server](/guides/operations/mcp-server) in your IDE. This enables the `query` skill and direct index operations.
  <span class="step-end"></span>
<span class="steps-end"></span>

## Available skills

| Skill             | Description                                                                                 |
| ----------------- | ------------------------------------------------------------------------------------------- |
| **quickstart**    | Step-by-step onboarding — create an index, upload data, and run your first search.          |
| **query**         | Search integrated indexes using natural language text via the Pinecone MCP.                 |
| **assistant**     | Create, manage, and chat with Pinecone Assistants for document Q\&A with citations.         |
| **cli**           | Use the Pinecone CLI for terminal-based index and vector management across all index types. |
| **mcp**           | Reference for all available Pinecone MCP server tools and their parameters.                 |
| **pinecone-docs** | Curated links to official Pinecone documentation, organized by topic.                       |
| **help**          | Overview of all skills and what you need to get started.                                    |

## MCP tools

Agent Skills work alongside the [Pinecone MCP server](/guides/operations/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](/guides/operations/mcp-server).

## Resources

* [GitHub repository](https://github.com/pinecone-io/skills)
* [Pinecone MCP server guide](/guides/operations/mcp-server)
Link last verified June 7, 2026. View original ↗
Source: Pinecone Docs
Link last verified: 2026-04-05