Pinecone’s official Agent Skills library, for use with agentic IDEs such as Cursor, Github Copilot, Antigravity, Gemini CLI and more.
Start reading — 1 minnpx skills add pinecone-io/skillsMIT15 stars9,260 wordsUpdated 18 September 2026
9 skills · 43 min
Pinecone is the leading vector database for building accurate and performant AI applications at scale in production. Use it to build semantic search, retrieval augmented generation, recommendation systems, and agentic applications.
This is Pinecone’s official Agent Skills library, compatible with agentic IDEs such as Cursor, GitHub Copilot, Windsurf, Gemini CLI, and more. Skills follow the Agent Skills standard (opens in a new tab).
npx skills add pinecone-io/skillsUsing Claude Code? Try our official plugin (opens in a new tab) instead.
| Skill | Description |
|---|---|
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 across all index types |
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) |
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 |
pinecone-help | Overview of all skills and what you need to get started |
export PINECONE_API_KEY="your-key"query skill and agent-native index operations. Setup guide (opens in a new tab)cli skill. brew install pinecone-io/tap/pineconeValidate all skills against the Agent Skills spec:
uv run tools/check-skills.py --skills-dir skillsCheck for broken links:
uv run tools/check-links.py --skills-dir skillsCheck source tag conventions in scripts:
uv run tools/check-source-tags.py --dir skillsmain, last pushed 18 September 2026.SKILL.md, not by matching a directory convention. One layout observed: skills/*/SKILL.md.h1 and no skipped levels:/pinecone-io/skills.md, and each skill at its own .md URL.