AgentStack
SKILL verified MIT Self-run

Help

skill-pinecone-io-gemini-cli-extension-help · by pinecone-io

Overview of all available Pinecone skills and what a user needs to get started. Invoke when a user asks what skills are available, how to get started with Pinecone, or what they need to set up before using any Pinecone skill.

No reviews yet
0 installs
12 views
0.0% view→install

Install

$ agentstack add skill-pinecone-io-gemini-cli-extension-help

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

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

Are you the author of Help? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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" ``

Optional (unlock more capabilities)

| Tool | What it enables | Install | |---|---|---| | Pinecone MCP server | Use Pinecone directly inside your AI agent/IDE without writing code | Already installed for you in Gemini CLI! | | 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 | |---|---| | quickstart | Step-by-step onboarding — create an index, upload data, and run your first search | | query | Search integrated indexes using natural language text via the Pinecone MCP | | cli | Use the Pinecone CLI (pc) for terminal-based index and vector management | | assistant | Create, manage, and chat with Pinecone Assistants for document Q&A with citations | | mcp | Reference for all Pinecone MCP server tools and their parameters | | pinecone-docs | Curated links to official Pinecone documentation, organized by topic |


Which skill should I use?

Just getting started?quickstart

Want to search an index you already have?

  • Integrated index (built-in embedding model) → query (uses MCP)
  • Any other index type → cli

Working with documents and Q&A?assistant

Need to manage indexes, bulk upload vectors, or automate workflows?cli

Looking up API parameters or SDK usage?pinecone-docs

Need to understand what MCP tools are available?mcp

Issues using Pinecone here?

  • Make sure you export your API key in addition to configuring it for usage with the MCP. If you don't, you won't be able to run the packaged scripts here.
  • If skills are not being automatically invoked, you may need to explicitly inform Gemini CLI of your intent. Try saying "Use the quickstart skill", or "Use the Pinecone Docs skill", when having issues routing requests.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.