pinecone:cli

Manage Pinecone indexes and vector operations via terminal commands.

Updated Mar 5, 2026
One-click install
npx skills add https://github.com/Himanshu040604/codex-skills-setup --skill pinecone-cli
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: pinecone:cli
Source: https://github.com/Himanshu040604/codex-skills-setup/tree/main/assets/codex/skills/claude-import/skills/plugins/pinecone%40claude-plugins-official/skills/cli
Command: npx skills add https://github.com/Himanshu040604/codex-skills-setup --skill pinecone-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Bash, Read, and includes references (resource) components.

What problem does it solve?

This Skill provides command-line access to manage Pinecone indexes, vectors, and other resources, enabling efficient terminal-based operations and automation.

Core Features & Use Cases

  • Full Index Control: Manage all index types (standard, integrated, sparse) including vector operations (upsert, query, fetch, delete).
  • Batch Operations & Automation: Ideal for scripting, CI/CD pipelines, and bulk data management.
  • Use Case: Automate the process of uploading thousands of vectors from a file to a Pinecone index as part of a data pipeline.

Quick Start

Use the pinecone:cli skill to list all available Pinecone indexes.

Frequently Asked Questions about pinecone:cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Pinecone vector databases from the terminal?▼

You can manage Pinecone vector databases from the terminal using a command-line interface that controls indexes and vectors. It supports all index types including standard, integrated, and sparse for direct terminal-based operations.

Can I automate batch vector upserts to Pinecone in a CI/CD pipeline?▼

Yes, you can automate batch vector upserts to Pinecone in CI/CD pipelines using terminal commands. It enables bulk data management and scripting for uploading thousands of vectors as part of automated data pipelines.

What Pinecone index types are supported for command-line vector operations?▼

Command-line vector operations support all Pinecone index types, including standard, integrated, and sparse indexes. This allows granular control over upsert, query, fetch, and delete operations directly from your terminal.

Do I need bash to execute terminal commands for Pinecone data management?▼

Yes, you need bash to execute terminal commands for Pinecone data management. The command-line interface requires both bash and read tools to function properly and perform vector operations.

What's the best way to script bulk vector deletion in Pinecone?▼

The best way to script bulk vector deletion in Pinecone is through command-line batch operations. This approach provides granular control over resources and integrates smoothly into automated scripts for terminal-based data management.