Pinecone Skills — Help & Overview

SkillAI & models

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.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Pinecone Skills — Help & Overview skill

What this skill tells your AI

The instructions your AI receives, as published by pinecone-io/gemini-cli-extension in skills/help/SKILL.md and read by ahel’s review.

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 either export it in your terminal:
    export PINECONE_API_KEY="your-key"
    

Optional (unlock more capabilities)

ToolWhat it enablesInstall
Pinecone MCP serverUse Pinecone directly inside your AI agent/IDE without writing codeAlready installed for you in Gemini CLI!
Pinecone CLI (pc)Manage all index types from the terminal, batch operations, backups, CI/CDbrew tap pinecone-io/tap && brew install pinecone-io/tap/pinecone
uvRun the packaged Python scripts included in these skillsInstall uv

Available Skills

SkillWhat it does
quickstartStep-by-step onboarding — create an index, upload data, and run your first search
querySearch integrated indexes using natural language text via the Pinecone MCP
cliUse the Pinecone CLI (pc) for terminal-based index and vector management
assistantCreate, manage, and chat with Pinecone Assistants for document Q&A with citations
mcpReference for all Pinecone MCP server tools and their parameters
pinecone-docsCurated links to official Pinecone documentation, organized by topic

Which skill should I use?

Just getting started?quickstart

Want to search an index you already have?

  • Integrated index (built-in embedding model) → query (uses MCP)
  • Any other index type → cli

Working with documents and Q&A?assistant

Need to manage indexes, bulk upload vectors, or automate workflows?cli

Looking up API parameters or SDK usage?pinecone-docs

Need to understand what MCP tools are available?mcp

Issues using Pinecone here?

  • Make sure you export your API key in addition to configuring it for usage with the MCP. If you don't, you won't be able to run the packaged scripts here.
  • If skills are not being automatically invoked, you may need to explicitly inform Gemini CLI of your intent. Try saying "Use the quickstart skill", or "Use the Pinecone Docs skill", when having issues routing requests.

Signals

GitHub stars
23
Forks
2
Last commit
Aug 2026
Advanced
Catalog kind
skill
Gateway key
help-pinecone-io
Source
github.com/pinecone-io/gemini-cli-extension