pinecone:quickstart

Installation
SKILL.md

Pinecone Quickstart

Welcome! This skill walks you through your first Pinecone experience using the tools available to you. In this quickstart, you will learn how to do a simple form of semantic search over some example data.

Prerequisites

Before starting either path, verify the API key works by calling list-indexes via the Pinecone MCP. If it succeeds, proceed. If it fails, ask the user to set their key:

export PINECONE_API_KEY="your-key"

Then retry list-indexes to confirm.

Step 0: Choose Your Path

Use AskUserQuestion to let the user choose their path:

Installs
2
GitHub Stars
67
First Seen
May 24, 2026
pinecone:quickstart — pinecone-io/pinecone-claude-code-plugin