pinecone-help

作成者: pinecone-io

利用可能なすべてのPineconeスキルの概要と、ユーザーが始めるために必要な情報。ユーザーが利用可能なスキルや、始め方について質問したときに呼び出します。

npx skills add https://github.com/pinecone-io/skills --skill 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-full-text-searchBuild 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-docsCurated links to official Pinecone documentation, organized by topic
pinecone-n8nBuild 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

pinecone-ioのその他のスキル

assistant
pinecone-io
Pinecone Assistantの作成、管理、チャットを行い、引用付きのドキュメントQ&Aを実現します。アシスタントの作成、アップロード、同期、チャット、コンテキストなど、すべての操作を処理します。
official
cli
pinecone-io
Pinecone CLI(pc)を使用してターミナルからPineconeリソースを管理するためのガイドです。CLIはすべてのインデックスタイプ(標準、統合、スパース)およびすべての…
official
help
pinecone-io
利用可能なPineconeスキルの概要と、ユーザーが始めるために必要な情報。ユーザーが利用可能なスキルや開始方法について質問したときに呼び出します。
official
mcp
pinecone-io
Pinecone MCPサーバーツールのリファレンス。利用可能な全ツール(list-indexes、describe-index、describe-index-stats、create-index-for-model、…)を文書化しています。
official
pinecone-assistant
pinecone-io
Pineconeアシスタントを作成、管理、チャットを行い、引用付きのドキュメントQ&Aを実現します。アシスタントの作成、アップロード、同期、チャット、コンテキストなど、すべての操作を処理します。
official
pinecone-cli
pinecone-io
Pinecone CLI(pc)を使用してターミナルからPineconeリソースを管理するためのガイドです。このCLIはすべてのインデックスタイプ(標準、統合、スパース)をサポートしており、すべての…
official
pinecone-docs
pinecone-io
Pineconeで開発する開発者向けの厳選されたドキュメントリファレンス。トピック別に整理された公式ドキュメントへのリンクとデータ形式リファレンスを含む。以下の場合に使用…
official
pinecone-full-text-search
pinecone-io
Pineconeのフルテキスト検索(FTS)インデックスを作成、データを取り込み、クエリを実行します。プレビューAPI(2026-01.alpha、公開プレビュー)を使用します。ユーザーまたはエージェントが要求した場合に使用します。
official