pinecone-assistant

作者: pinecone-io

创建、管理并与Pinecone助手进行对话,实现带引用的文档问答。处理所有助手操作——创建、上传、同步、对话、上下文……

npx skills add https://github.com/pinecone-io/skills --skill pinecone-assistant

Pinecone Assistant

Pinecone Assistant is a fully managed RAG service. Upload documents, ask questions, get cited answers. No embedding pipelines or infrastructure required.

All scripts are in scripts/ relative to this skill directory. Run with: uv run scripts/script_name.py [arguments]

<<clarify_style>>

Operations

What to doScriptKey args
Create an assistantscripts/create.py--name --instructions --region
Upload filesscripts/upload.py--assistant --source --patterns
Sync files (incremental)scripts/sync.py--assistant --source --delete-missing --dry-run
Chat / ask a questionscripts/chat.py--assistant --message
Get context snippetsscripts/context.py--assistant --query --top-k
List assistantsscripts/list.py--files --json

For full workflow details on any operation, read the relevant file in references/.


Natural Language Recognition

Proactively handle these patterns without requiring explicit commands:

Create: "create an assistant", "make an assistant called X", "set up an assistant for my docs" → See references/create.md

Upload: "upload my docs", "add files to my assistant", "index my documentation" → See references/upload.md

Sync: "sync my docs", "update my assistant", "keep assistant in sync", "refresh from ./docs" → See references/sync.md

Chat: "ask my assistant about X", "what does my assistant know about X", "chat with X" → See references/chat.md

Context: "search my assistant for X", "find context about X" → See references/context.md

List: "show my assistants", "what assistants do I have" → Run uv run scripts/list.py


Conversation Memory

Track the last assistant used within the conversation:

  • When a user creates or first uses an assistant, remember its name
  • If user says "my assistant", "it", or "the assistant" → use the last one
  • Briefly confirm which assistant you're using: "Asking docs-bot..."
  • If ambiguous and multiple exist → ask the user to clarify

Multi-Step Requests

Handle chained requests naturally. Example:

"Create an assistant called docs-bot, upload my ./docs folder, and ask what the main features are"

  1. uv run scripts/create.py --name docs-bot
  2. uv run scripts/upload.py --assistant docs-bot --source ./docs
  3. uv run scripts/chat.py --assistant docs-bot --message "what are the main features?"

Prerequisites

来自 pinecone-io 的更多技能

workdir-smoke
pinecone-io
仅用于冒烟测试评估框架工作目录捕获机制的占位技能。非真实技能——待真实代码生成技能创建后删除。
official
cultivar
pinecone-io
驱动 cultivar CLI 测试代理技能是否改善行为——搭建任务,在 Claude/Copilot/Gemini(本地或……)上分别运行带技能和不带技能的版本
official
pinecone:assistant
pinecone-io
创建、管理并与Pinecone助手进行对话,实现带引用的文档问答。处理所有助手操作——创建、上传、同步、对话、上下文……
official
pinecone:cli
pinecone-io
使用 Pinecone CLI(pc)从终端管理 Pinecone 资源的指南。该 CLI 支持所有索引类型(标准、集成、稀疏)以及所有…
official
pinecone:docs
pinecone-io
为使用Pinecone进行开发的开发者提供的精选文档参考。包含按主题组织的官方文档链接及数据格式参考。适用于……
official
pinecone:full-text-search
pinecone-io
使用预览API(2026-01.alpha,公开预览版)创建、导入数据并查询Pinecone全文搜索(FTS)索引。当用户或代理要求…时使用。
official
pinecone:help
pinecone-io
所有可用Pinecone技能的概览以及用户入门所需的内容。当用户询问有哪些可用技能、如何开始使用……时调用。
official
pinecone:mcp
pinecone-io
Pinecone MCP服务器工具的参考文档。记录了所有可用工具——列出索引、描述索引、描述索引统计、为模型创建索引……
official