A zero-dependency Pinecone vector database manager for building RAG pipelines, semantic search, and AI memory systems.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install pinecone
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install pinecone using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This Pinecone skill enables agents to interact seamlessly with Pinecone vector databases using only the Python standard library. It provides a comprehensive interface for managing indexes, upserting high-dimensional vectors, and performing low-latency similarity searches. Designed for maximum efficiency and security, it allows developers to build advanced Retrieval-Augmented Generation (RAG) applications and recommendation engines without complex dependency chains. This tool is a cornerstone for developers building persistent AI memory and semantic search capabilities within Openclaw Skills.
First, ensure you have your Pinecone API key ready and exported to your environment.
export PINECONE_API_KEY='your_api_key_here'
You can then verify the setup by listing your current indexes using the human-readable flag:
python3 {baseDir}/scripts/pinecone.py indexes --human
The skill organizes data primarily within Pinecone's cloud infrastructure. No data is stored locally.
| Entity | Description |
|---|---|
| Index | The top-level container for vector data, defined by dimensions and similarity metrics. |
| Vector | Includes a unique ID, an array of floats (values), and optional metadata. |
| Metadata | Key-value pairs attached to vectors used for filtering during queries. |
| Namespace | Logical partitions within an index to isolate data subsets. |
| Collection | Static, read-only snapshots of an index for backup or migration. |
Loading
Automate the entire document lifecycle, from template creation to e-signature collection, using this powerful Openclaw Skills integration.

A comprehensive PagerDuty integration for managing incidents, schedules, and escalation policies through a high-performance CLI.

A comprehensive toolkit for intelligent model routing, cost tracking, and resilient LLM pipelines using OpenRouter.

A Python-powered skill for searching and analyzing US campaign finance data, including candidate totals and individual contributions via the FEC API.

A comprehensive automation tool for managing Printful print-on-demand products, orders, and shipping via Openclaw Skills.

A streamlined integration for managing Railway.app projects, services, deployments, and variables directly through an AI agent.








































