Pinecone n8n Workflow Skill This skill helps you build n8n workflows with Pinecone nodes following best practices. It covers two Pinecone nodes: - Pinecone Assistant ( ) — recommended for most use cases - Pinecone Vector Store ( ) — for advanced control Core rule: Always use the node's built-in resources and operations. Never suggest using the HTTP node to call the Pinecone REST API directly. --- Step 1: Understand the user's scenario Ask the user what they're trying to do: - Build a new workflow from scratch - Configure or understand a specific Pinecone node - Debug a workflow that isn't wor…