pinecone-quickstart

A guided first project for Pinecone, a service that stores and searches data by meaning rather than exact words. It offers a database path for storing and querying example data or an assistant path for answering questions about documents.

In plain words
What is it for?
Use it to create a searchable Pinecone index, add example data, query it with Python, or create a document question-and-answer assistant.
Why use it?
It gives new developers a working introduction to Pinecone instead of requiring them to design the setup from scratch. It also checks that the required API key works before starting.

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-quickstart
Any agent
npx skills add pinecone-io/pinecone-cursor-plugin --skill pinecone-quickstart
Clone the repo
git clone --depth 1 https://github.com/pinecone-io/pinecone-cursor-plugin

Made for: Claude Code, Codex.

Per session 79 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,246 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 91% 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.00079 $0.02246
Opus 5 $0.00039 $0.01123
Sonnet 5 $0.00016 $0.00449
Haiku 4.5 $0.00008 $0.00225

Measured yesterday against content hash a7c6f6579baf, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

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

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/quickstart_complete.py, scripts/upsert.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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

91% identical to pinecone:quickstart — 37 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-quickstart/SKILL.md · 232 lines

How it starts

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

Pinecone Quickstart

Welcome! This skill walks you through your first Pinecone experience using the tools available to you. In this quickstart, you will learn how to do a simple form of semantic search over some example data.

Whenever this skill asks the user to choose between options, confirm a destructive step, or pick from a list, ask in plain prose, list the options, and wait for their answer before continuing.

Prerequisites

Before starting either path, verify the API key works by calling list-indexes via the Pinecone MCP. If it succeeds, proceed. If it fails, ask the user to set their key:

  • 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/....

Then retry list-indexes to confirm.

Step 0: Choose Your Path

Ask the user which path they want:

  • Database – Build a vector search index. Best for developers who want to store and search embeddings. Uses the Pinecone MCP + a Python upsert script.
  • Assistant – Build a document Q&A assistant. Best for users who want to upload files and ask questions with cited answers. No code required.

Path A: Database Quickstart

For each step, explain to the user what will happen. An overview is here:

  1. Check if MCP is set
  2. Create an integrated index with MCP
  3. Upsert sample data using the bundled script (9 sentences across productivity, health, and nature themes)
  4. Run a semantic search query and explore further queries
  5. Optionally try reranking
  6. Offer the complete standalone script

Step 1 – Verify MCP is Available

The prerequisite check already called list-indexes. If it succeeded, the MCP is working — proceed to Step 2.

If it failed because MCP tools were unavailable (not an auth error):

Read the full file on GitHub · 232 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. yesterday First seen · 232 lines · 79 tokens per session scan A a7c6f6579baf

Subscribe to this mod's changes

pinecone-quickstart is a skill published in the GitHub repository pinecone-io/pinecone-cursor-plugin (1 stars, last pushed 18d ago), licensed MIT. It adds 79 tokens to every session and 2,246 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. It is 91% identical to pinecone:quickstart, differing in 37 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-ad-copy-compliance-review

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

skillsaiagent/aiskills · 72 tokens

ai-ad-creative-review

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

skillsaiagent/aiskills · 77 tokens

ai-ad-creative

广告创意诊断助手适合technical、产品、市场营销、software在用户提出“这条广告会被点吗”这类问题,需要快速拆解目标、判断重点并形成可执行结果时使用,帮助基于输入材料生成创意诊断、卖点强化建议、迭代方向。.

skillsaiagent/aiskills · 73 tokens

ai-agent-browser

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

skillsaiagent/aiskills · 71 tokens