/help
Overview of all available Pinecone skills and what a user needs to get started. Invoke when a user asks what skills are available, how to get started with Pinecone, or what they need to set up before using any Pinecone skill.
$ npx -y skills add pinecone-io/pinecone-claude-code-plugin --skill help --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/help
Context preview
The summary Claude sees to decide when to auto-load this skill.
Overview of all available Pinecone skills and what a user needs to get started. Invoke when a user asks what skills are available, how to get started with Pinecone, or what they need to set up before using any Pinecone skill.
SKILL.md
help.SKILL.mdname: pinecone:help
description: Overview of all available Pinecone skills and what a user needs to get started. Invoke when a user asks what skills are available, how to get started with Pinecone, or what they need to set up before using any Pinecone skill.
allowed-tools: Skill, Bash, Read
Pinecone Skills — Help & Overview
Pinecone is the leading vector database for building accurate and performant AI applications at scale in production. It's useful for building semantic search, retrieval augmented generation, recommendation systems, and agentic applications.
Here's everything you need to get started and a summary of all available skills.
---
What You Need
Required
- **Pinecone account** — free to create at https://app.pinecone.io/?sessionType=signup
- **API key** — create one in the Pinecone console after signing up, then export it in your terminal:
export PINECONE_API_KEY="your-key"
Note: Claude Code inherits your shell environment, so the export above is sufficient.
Optional (unlock more capabilities)
| Tool | What it enables | Install | |---|---|---| | **Pinecone MCP server** | Use Pinecone directly inside your AI agent/IDE without writing code | [Setup guide](https://docs.pinecone.io/guides/operations/mcp-server#tools) | | **Pinecone CLI (`pc`)** | Manage all index types from the terminal, batch operations, backups, CI/CD | `brew tap pinecone-io/tap && brew install pinecone-io/tap/pinecone` | | **uv** | Run the packaged Python scripts included in these skills | [Install uv](https://docs.astral.sh/uv/getting-started/installation/) |
---
Available Skills
| Skill | What it does | |---|---| | `pinecone:quickstart` | Step-by-step onboarding — create an index, upload data, and run your first search | | `pinecone:query` | Search integrated indexes using natural language text via the Pinecone MCP | | `pinecone:cli` | Use the Pinecone CLI (`pc`) for terminal-based index and vector management | | `pinecone:assistant` | Create, manage, and chat with Pinecone Assistants for document Q&A with citations | | `pinecone:mcp` | Reference for all Pinecone MCP server tools and their parameters | | `pinecone:full-text-search` | Build a full-text-search index — schema design, safe bulk ingestion, and query construction (`text` / `query_string` / dense / sparse scoring with text-match and metadata filters). **Preview API (`2026-01.alpha`); requires `pinecone` Python SDK ≥ 9.0.** | | `pinecone:docs` | Curated links to official Pinecone documentation, organized by topic | | `pinecone:n8n` | Build n8n workflows with the Pinecone Assistant node or Pinecone Vector Store node, including best practices and full workflow JSON generation |
---
Which skill should I use?
**Just getting started?** → `pinecone:quickstart`
**Want to search an index you already have?**
- Integrated index (built-in embedding model) → `pinecone:query` (uses MCP)
- Any other index type → `pinecone:cli`
**Working with documents and Q&A?** → `pinecone:assistant`
**Building a full-text search index (BM25-style keyword/phrase matching, optionally combined with dense or sparse vectors)?** → `pinecone:full-text-search` (preview API, needs `pinecone` Python SDK ≥ 9.0)
**Building an n8n workflow with Pinecone (RAG pipeline, chat with docs)?** → `pinecone:n8n`
**Need to manage indexes, bulk upload vectors, or automate workflows?** → `pinecone:cli`
**Looking up API parameters or SDK usage?** → `pinecone:docs`
**Need to understand what MCP tools are available?** → `pinecone:mcp`
Read more
name: pinecone:help description: Overview of all available Pinecone skills and what a user needs to get started. Invoke when a user asks what skills are available, how to get started with Pinecone, or what they need to set up before using any Pinecone skill. allowed-tools: Skill, Bash, Read
Pinecone Skills — Help & Overview
Pinecone is the leading vector database for building accurate and performant AI applications at scale in production. It's useful for building semantic search, retrieval augmented generation, recommendation systems, and agentic applications.
Here's everything you need to get started and a summary of all available skills.
---
What You Need
Required
- **Pinecone account** — free to create at https://app.pinecone.io/?sessionType=signup
- **API key** — create one in the Pinecone console after signing up, then export it in your terminal:
export PINECONE_API_KEY="your-key"
Note: Claude Code inherits your shell environment, so the export above is sufficient.
Optional (unlock more capabilities)
| Tool | What it enables | Install | |---|---|---| | **Pinecone MCP server** | Use Pinecone directly inside your AI agent/IDE without writing code | [Setup guide](https://docs.pinecone.io/guides/operations/mcp-server#tools) | | **Pinecone CLI (`pc`)** | Manage all index types from the terminal, batch operations, backups, CI/CD | `brew tap pinecone-io/tap && brew install pinecone-io/tap/pinecone` | | **uv** | Run the packaged Python scripts included in these skills | [Install uv](https://docs.astral.sh/uv/getting-started/installation/) |
---
Available Skills
| Skill | What it does | |---|---| | `pinecone:quickstart` | Step-by-step onboarding — create an index, upload data, and run your first search | | `pinecone:query` | Search integrated indexes using natural language text via the Pinecone MCP | | `pinecone:cli` | Use the Pinecone CLI (`pc`) for terminal-based index and vector management | | `pinecone:assistant` | Create, manage, and chat with Pinecone Assistants for document Q&A with citations | | `pinecone:mcp` | Reference for all Pinecone MCP server tools and their parameters | | `pinecone:full-text-search` | Build a full-text-search index — schema design, safe bulk ingestion, and query construction (`text` / `query_string` / dense / sparse scoring with text-match and metadata filters). **Preview API (`2026-01.alpha`); requires `pinecone` Python SDK ≥ 9.0.** | | `pinecone:docs` | Curated links to official Pinecone documentation, organized by topic | | `pinecone:n8n` | Build n8n workflows with the Pinecone Assistant node or Pinecone Vector Store node, including best practices and full workflow JSON generation |
---
Which skill should I use?
**Just getting started?** → `pinecone:quickstart`
**Want to search an index you already have?**
- Integrated index (built-in embedding model) → `pinecone:query` (uses MCP)
- Any other index type → `pinecone:cli`
**Working with documents and Q&A?** → `pinecone:assistant`
**Building a full-text search index (BM25-style keyword/phrase matching, optionally combined with dense or sparse vectors)?** → `pinecone:full-text-search` (preview API, needs `pinecone` Python SDK ≥ 9.0)
**Building an n8n workflow with Pinecone (RAG pipeline, chat with docs)?** → `pinecone:n8n`
**Need to manage indexes, bulk upload vectors, or automate workflows?** → `pinecone:cli`
**Looking up API parameters or SDK usage?** → `pinecone:docs`
**Need to understand what MCP tools are available?** → `pinecone:mcp`
A lightweight plugin that integrates Pinecone vector database capabilities directly into Claude Code, enabling semantic search, index management, and RAG (Retrieval Augmented Generation) workflows.
Repo: pinecone-io/pinecone-claude-code-plugin
Other skills on pinecone.
- /assistant
Create, manage, and chat with Pinecone Assistants for document Q&A with citations. Handles all assistant operations - create, upload, sync, chat, context retrieval, and list. Recognizes natural language like "create an assistant from my docs", "ask my assistant about X", or
Open skill - /cli
Guide for using the Pinecone CLI (pc) to manage Pinecone resources from the terminal. The CLI supports ALL index types (standard, integrated, sparse) and all vector operations — unlike the MCP which only supports integrated indexes. Use for batch operations, vector management,
Open skill - /docs
Curated documentation reference for developers building with Pinecone. Contains links to official docs organized by topic and data format references. Use when writing Pinecone code, looking up API parameters, or needing the correct format for vectors or records.
Open skill - /full-text-search
Create, ingest into, and query a Pinecone full-text-search (FTS) index using the preview API (2026-01.alpha, public preview). Use when the user or agent asks to build a text search index on Pinecone, add dense or sparse vector fields, ingest documents, construct score_by clauses
Open skill - /mcp
Reference for the Pinecone MCP server tools. Documents all available tools - list-indexes, describe-index, describe-index-stats, create-index-for-model, upsert-records, search-records, cascading-search, and rerank-documents. Use when an agent needs to understand what Pinecone
Open skill - /n8n
Build n8n workflows using the Pinecone Assistant node or Pinecone Vector Store node. Use when building RAG pipelines, chat-with-docs workflows, configuring Pinecone nodes in n8n, troubleshooting Pinecone n8n nodes, or asking about best practices for Pinecone in n8n.
Open skill

