pinecone-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.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "pinecone-help" with this command: npx skills add pinecone-io/skills/pinecone-io-skills-pinecone-help

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 either export it in your terminal:
    export PINECONE_API_KEY="your-key"
    
    Or add it to a .env file if your IDE doesn't inherit shell variables: PINECONE_API_KEY=your-key

Optional (unlock more capabilities)

ToolWhat it enablesInstall
Pinecone MCP serverUse Pinecone directly inside your AI agent/IDE without writing codeSetup guide
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
pinecone-quickstartStep-by-step onboarding — create an index, upload data, and run your first search
pinecone-querySearch integrated indexes using natural language text via the Pinecone MCP
pinecone-cliUse the Pinecone CLI (pc) for terminal-based index and vector management
pinecone-assistantCreate, manage, and chat with Pinecone Assistants for document Q&A with citations
pinecone-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?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

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

pinecone-docs

No summary provided by upstream source.

Repository SourceNeeds Review
General

pinecone-assistant

No summary provided by upstream source.

Repository SourceNeeds Review
General

pinecone-query

No summary provided by upstream source.

Repository SourceNeeds Review