pinecone-help

An overview of guides for using Pinecone, a database designed for meaning-based search in AI applications. It explains the account, API key, environment setup, and available Pinecone tools.

In plain words
What is it for?
Preparing a Pinecone account and API key, configuring the environment, understanding the Pinecone connection, and finding the appropriate task-specific guide.
Why use it?
It gives newcomers the prerequisites and helps them choose the right Pinecone guide before building a search, document-questioning, recommendation, or AI-agent workflow.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/pinecone-io/pinecone-cursor-plugin/pinecone-help
Any agent
npx skills add pinecone-io/pinecone-cursor-plugin --skill pinecone-help
Clone the repo
git clone --depth 1 https://github.com/pinecone-io/pinecone-cursor-plugin

Made for: Claude Code, Codex.

Per session 52 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 924 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 86% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00052 $0.00924
Opus 5 $0.00026 $0.00462
Sonnet 5 $0.00010 $0.00185
Haiku 4.5 $0.00005 $0.00092

Measured 2d ago against content hash 2476d8de896b, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

pinecone-help scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

86% identical to pinecone-help — 7 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/pinecone-help/SKILL.md · 71 lines

How it starts

The opening of the file, as written. The whole thing — 71 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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.

Invoke any skill from Cursor Agent chat with /pinecone-<skill-name> — for example /pinecone-quickstart or /pinecone-n8n.


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 make it available to this environment:
    • Add PINECONE_API_KEY=your-key to a .env file at your workspace root. The bundled MCP config reads it through Cursor's envFile field.
  • For scripts, either export PINECONE_API_KEY="your-key" in your terminal or run them with uv run --env-file .env scripts/....

Optional (unlock more capabilities)

Tool What it enables Install
Pinecone MCP server Use Pinecone directly inside your AI agent/IDE without writing code Setup guide
Pinecone CLI (pc) Manage all index types from the terminal, batch operations, backups, CI/CD brew tap pinecone-io/tap && brew install pinecone-io/tap/pinecone
uv Run the packaged Python scripts included in these skills Install uv

Available Skills

Skill What it does
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
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). Preview API (2026-01.alpha); requires pinecone Python SDK ≥ 9.0.
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

Read the full file on GitHub · 71 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 71 lines · 52 tokens per session scan A 2476d8de896b

Subscribe to this mod's changes

pinecone-help is a skill published in the GitHub repository pinecone-io/pinecone-cursor-plugin (1 stars, last pushed 18d ago), licensed MIT. It adds 52 tokens to every session and 924 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. It is 86% identical to pinecone-help, differing in 7 lines, and is treated as a copy.

Related

Other skills, from other repositories

ai-ab-testing

Skill "ai-ab-testing" from skillsaiagent/aiskills, covering ai-ab-testing a/b 测试设计助手, 概述, 什么时候使用, 调用方式 and 命令示例.

skillsaiagent/aiskills · 77 tokens

ai-accessibility

无障碍体验诊断助手适合内容创作者、市场营销、运营、内容媒体在用户提出“这个页面好用吗”这类问题,需要快速拆解目标、判断重点并形成可执行结果时使用,帮助基于输入材料生成问题归因、服务改进建议、SOP 或 FAQ 清单。.

skillsaiagent/aiskills · 75 tokens

ai-account-research-sales-card

销售增长助手适合销售、市场营销、运营、产品在用户提出“客户为什么不推进”这类问题,需要快速拆解目标、判断重点并形成可执行结果时使用,帮助基于输入材料生成摘要、诊断结论、行动建议和可复用交付物。.

skillsaiagent/aiskills · 71 tokens

ai-account-research

客户研究助手适合市场营销、运营、software、教育培训在用户提出“这个客户怎么切入”这类问题,需要快速拆解目标、判断重点并形成可执行结果时使用,帮助基于输入材料生成销售策略、沟通素材、跟进计划。.

skillsaiagent/aiskills · 65 tokens

ai-ad-copy-compliance-review

风险审阅助手适合运营、市场营销、销售、法务在用户提出“这里有什么风险”这类问题,需要快速拆解目标、判断重点并形成可执行结果时使用,帮助基于输入材料生成摘要、诊断结论、行动建议和可复用交付物。.

skillsaiagent/aiskills · 72 tokens

ai-ad-creative-review

文案诊断助手适合市场营销、运营、产品、销售在用户提出“这段文案能打动人吗”这类问题,需要快速拆解目标、判断重点并形成可执行结果时使用,帮助基于输入材料生成摘要、诊断结论、行动建议和可复用交付物。.

skillsaiagent/aiskills · 77 tokens