Install
$ agentstack add skill-pinecone-io-skills-pinecone-help ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ● Environment & secrets Used
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
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:
``bash export PINECONE_API_KEY="your-key" ` Or add it to a .env file if your IDE doesn't inherit shell variables: PINECONEAPIKEY=your-key`
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 |
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
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: pinecone-io
- Source: pinecone-io/skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.