← All integrations

Pinecone

Database
pinecone.io →
27 skills · 8 Featured · 507,316 total stars

Commonly used with

Skills using Pinecone (27)

AI & Automation Featured

hunt-rag-vector

Hunt vector-store / embedding-layer weaknesses in RAG pipelines (OWASP LLM08 Vector and Embedding Weaknesses) — persistent corpus poisoning that survives across sessions and users (distinct from one-shot indirect prompt injection, which is owned by hunt-llm-ai), cross-tenant vector-database IDOR (unauthenticated or unscoped queries against Pinecone/Weaviate/Chroma/Milvus/Qdrant/pgvector), source-text/metadata leakage in similarity-search results, and retrieval-hijack via adversarial embedding proximity ('SEO poisoning' for RAG). Targets: any app with a shared knowledge base, document upload feeding a chatbot, or a directly reachable vector-DB port. Validate: a second, clean session/account must inherit a poisoned result, or a cross-tenant artifact must be independently verifiable — confabulation is not a finding, same bar as hunt-llm-ai. Use when target is RAG-backed, exposes a vector-DB port, or lets users upload documents that other users' queries later retrieve.

4,432 Updated today
elementalsouls
AI & Automation Featured

langchain4j-vector-stores-configuration

Provides configuration patterns for LangChain4J vector stores in RAG applications. Use when building semantic search, integrating vector databases (PostgreSQL/pgvector, Pinecone, MongoDB, Milvus, Neo4j), implementing embedding storage/retrieval, setting up hybrid search, or optimizing vector database performance for production AI applications.

344 Updated yesterday
giuseppe-trisciuoglio
AI & Automation Featured

rag

Implements document chunking, embedding generation, vector storage, and retrieval pipelines for Retrieval-Augmented Generation systems. Use when building RAG applications, creating document Q&A systems, or integrating AI with knowledge bases.

344 Updated yesterday
giuseppe-trisciuoglio
AI & Automation Featured

chroma

Embedding database for RAG and semantic search.

244,407 Updated today
NousResearch
AI & Automation Featured

faiss

Fast vector similarity search at billion scale.

244,407 Updated today
NousResearch
AI & Automation Featured

rag-architect

Designs and implements production-grade RAG systems by chunking documents, generating embeddings, configuring vector stores, building hybrid search pipelines, applying reranking, and evaluating retrieval quality. Use when building RAG systems, vector databases, or knowledge-grounded AI applications requiring semantic search, document retrieval, context augmentation, similarity search, or embedding-based indexing.

11,416 Updated 1 months ago
Jeffallan
AI & Automation Featured

retrieval

Retrieval - vector DBs, embeddings, hybrid search, reranking.

1,158 Updated today
sipyourdrink-ltd
AI & Automation Featured

assessing-vector-and-embedding-weaknesses

Test vector stores for embedding inversion, cross-tenant leakage, and poisoning.

57 Updated 1 weeks ago
adriannoes
AI & Automation Solid

ai-llm-integration-expert

Expert guide for integrating Large Language Models (LLMs), Model Context Protocol (MCP v1.x), hybrid reasoning models, RAG architecture, vector databases, and AI agents / Panduan ahli untuk integrasi LLM, Model Context Protocol (MCP), model hybrid reasoning, arsitektur RAG, vector database, dan agen AI.

51 Updated today
roedyrustam
AI & Automation Solid

context-retrieval

Retrieve relevant information from a knowledge base using semantic, keyword, or hybrid search to ground a query. Use when the task starts with a corpus or index that must be searched; use context-ranking when candidate chunks already exist and only need ordering.

179 Updated 1 months ago
seb1n
AI & Automation Solid

hybrid-search-architect

Designs a hybrid retrieval pipeline combining dense vector search and BM25 sparse search with reciprocal rank fusion, and explains when to use each configuration.

9 Updated 3 weeks ago
Notysoty
AI & Automation Solid

ai-engine-wordpress-mcp-server-and-ai-automation

AI Engine is a WordPress plugin by Meow Apps that connects sites to OpenAI, Claude, Gemini, and other models while exposing WordPress actions through MCP and REST interfaces. This skill helps agents configure providers, enable the plugin's MCP capabilities, and automate content, chatbots, media, and site-management workflows from WordPress.

38 Updated today
agentskillexchange
AI & Automation Listed

convex-suggest

Suggest the matching Convex component when the user hand-rolls a pattern it already solves (crons, sharded-counter, rate-limiter, storage, search, presence, workflow, RAG, prosemirror-sync). Passive — suggest after the task, never interrupt. Never install without consent.

422 Updated today
aiskillstore
AI & Automation Listed

vector-databases

Vector database integration for embeddings and similarity search. Pinecone, Weaviate, Qdrant, ChromaDB, pgvector. Index management, metadata filtering, hybrid search, and production optimization. USE WHEN: user mentions "vector database", "embeddings", "similarity search", "Pinecone", "Weaviate", "Qdrant", "ChromaDB", "pgvector", "HNSW", "ANN" DO NOT USE FOR: LangChain integration - use `langchain`; RAG architecture - use `rag-patterns`; traditional databases - use database skills

33 Updated today
claude-dev-suite
AI & Automation Listed

chroma

Embedding database for RAG and semantic search.

0 Updated today
PavelDumbrao
AI & Automation Listed

faiss

Fast vector similarity search at billion scale.

0 Updated today
PavelDumbrao
AI & Automation Listed

chroma

Open-source embedding database for AI applications. Store embeddings and metadata, perform vector and full-text search, filter by metadata. Simple 4-function API. Scales from notebooks to production clusters. Use for semantic search, RAG applications, or document retrieval. Best for local development and open-source projects.

0 Updated 3 weeks ago
Jensen-Yao
AI & Automation Listed

faiss

Facebook's library for efficient similarity search and clustering of dense vectors. Supports billions of vectors, GPU acceleration, and various index types (Flat, IVF, HNSW). Use for fast k-NN search, large-scale vector retrieval, or when you need pure similarity search without metadata. Best for high-performance applications.

0 Updated 3 weeks ago
Jensen-Yao
Data & Documents Listed

ccc-data

complete data ecosystem — 8 skills in one. Data pipelines, SQL optimization, visualization, machine learning, data quality, analytics, reporting, and vector search.

6 Updated today
KevinZai
AI & Automation Listed

ai-native-development

Build AI-first applications with RAG pipelines, embeddings, vector databases, agentic workflows (ReAct, multi-agent, Opus 4.5), LLM integration, prompt engineering, streaming, and cost optimization. Use when: building an AI feature, integrating an LLM, setting up vector search, or designing agent architectures. Triggers on: AI app, LLM integration, RAG, vector database, agentic, prompt engineering, AI-native, semantic search, multi-agent, embeddings pipeline, cost optimization

6 Updated 1 months ago
ArieGoldkin
Code & Development Listed

security-review

Auditoria de segurança de projetos web (Laravel/PHP, Node/JavaScript/TypeScript, Python e apps com LLM/RAG/agentes): detecta a stack, roda os scanners disponíveis (npm/composer/pip audit, gitleaks, semgrep), procura padrões perigosos no código (SQL por concatenação, XSS, IDOR, secrets hardcoded, SSRF, path traversal, output de LLM executado sem validação, agente com privilégio excessivo), classifica por severidade, reporta com arquivo e linha e corrige com confirmação. Invocar quando pedirem para revisar a segurança de um projeto ou PR, apontar vulnerabilidades, checar OWASP, ou antes de aprovar código gerado por IA.

1 Updated 1 weeks ago
luizsiqueira-eng
AI & Automation Listed

chroma

Open-source embedding database for AI applications. Store embeddings and metadata, perform vector and full-text search, filter by metadata. Simple 4-function API. Scales from notebooks to production clusters. Use for semantic search, RAG applications, or document retrieval. Best for local development and open-source projects.

1 Updated 1 months ago
dsivov
AI & Automation Listed

faiss

Facebook's library for efficient similarity search and clustering of dense vectors. Supports billions of vectors, GPU acceleration, and various index types (Flat, IVF, HNSW). Use for fast k-NN search, large-scale vector retrieval, or when you need pure similarity search without metadata. Best for high-performance applications.

1 Updated 1 months ago
dsivov
AI & Automation Listed

rag-poisoning

Expert methodology for attacking Retrieval-Augmented Generation (RAG) pipelines through document poisoning, index corruption, adversarial queries, and retrieval manipulation. For authorized red team assessments of AI search and Q&A systems.

1 Updated 3 weeks ago
sunilgentyala
AI & Automation Listed

pinecone

Managed vector database for production AI applications. Fully managed, auto-scaling, with hybrid search (dense + sparse), metadata filtering, and namespaces. Low latency (<100ms p95). Use for production RAG, recommendation systems, or semantic search at scale. Best for serverless, managed infrastructure.

2 Updated 1 months ago
Zephyrex21
AI & Automation Listed

rag-specialist

Build Retrieval Augmented Generation (RAG) pipelines with vector databases, embeddings, and context-aware responses. Adapted from Anthropic's Claude Cookbooks.

1 Updated today
Marine-softdrink524
AI & Automation Listed

senior-rag-engineer

Use when designing, building, reviewing, or operating retrieval augmented generation systems: corpus parsing, chunking, embedding, indexing, retrieval (semantic, lexical, hybrid), reranking, citation, evaluation, and ingestion freshness. Covers vector stores (pgvector, Pinecone, Weaviate, Qdrant, Vespa, Milvus, Elastic kNN), embedding models (text-embedding-3, bge-large, nomic-embed, voyage, cohere), BM25 and reciprocal rank fusion, cross encoder rerankers, ColBERT, MMR, and retrieval specific evaluation. Triggers: RAG, retrieval augmented generation, retrieval, embedding, vector store, hybrid search, BM25, reranker, citation, chunking, document parsing, freshness, retrieval eval, recall, precision, NDCG, MRR. Produces parsing plans, chunking configs, vector store schemas, hybrid retrieval pipelines, retrieval eval harnesses. Not for the LLM app around retrieval, see senior-llm-app-engineer; not for eval harness rigor, see senior-eval-engineer.

0 Updated 1 months ago
iamdemetris

Integration detected automatically from skill content. Some results may be false positives.