csv-pipeline-fill

Normalize and validate CSV prospect lists for automated sales pipeline enrichment.

Updated Apr 20, 2026
One-click install
npx skills add https://github.com/vruum-gtm/skills --skill csv-pipeline-fill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: csv-pipeline-fill
Source: https://github.com/vruum-gtm/skills/tree/main/plugins/vruum/skills/csv-pipeline-fill
Command: npx skills add https://github.com/vruum-gtm/skills --skill csv-pipeline-fill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill eliminates the manual friction of importing prospect lists from CSV files by automating normalization, deduplication, and handoff to the Vruum deep-research engine.

Core Features & Use Cases

  • Intelligent Normalization: Automatically detects delimiters, encodings, and maps headers to canonical CRM fields.
  • Pre-filter Gate: Performs in-CSV deduplication and validation to ensure only high-quality data enters the research pipeline.
  • Use Case: Quickly import a raw CSV export from Apollo or LinkedIn, normalize the contact data, and trigger deep research for a specific sales campaign without manual data entry.

Quick Start

Use the csv-pipeline-fill skill to process the prospect list located at /Users/name/Downloads/leads.csv for the current campaign.

Frequently Asked Questions about csv-pipeline-fill

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

FAQPage Schema
How do I normalize and deduplicate prospect lists from CSV exports?

To normalize prospect lists, the skill automatically detects CSV delimiters, encodings, and maps headers to canonical CRM fields while performing row-level deduplication to ensure data quality. This prepares contacts for outbound engagement without manual data entry.

Can I import LinkedIn exports and CRM data dumps for sales pipeline enrichment?

Yes, you can import LinkedIn exports and CRM data dumps for sales pipeline enrichment. The skill supports diverse input formats and normalizes them into canonical data structures for integration into deep-research workflows.

What is the best way to automate prospect list imports for outbound campaigns?

Automating prospect list imports is best handled by combining column mapping, row-level validation, and canonical data transformation in a pre-filter gate. This ensures only high-quality, deduplicated data enters the research pipeline.

Does the CSV normalization process support Apollo exports for sales prospecting?

CSV normalization supports Apollo exports by automatically detecting delimiters and encodings, mapping columns to canonical fields, and validating rows. This prepares raw prospect data for deep-research campaign integration.

How does in-CSV deduplication work before triggering deep research workflows?

In-CSV deduplication works by executing a pre-filter gate that validates and removes duplicate rows before data enters the research pipeline. This canonical data transformation ensures only clean, normalized prospects trigger outbound engagement.

Why do my CRM data dumps fail when importing into a sales pipeline?

CRM data dumps often fail due to misaligned headers, inconsistent delimiters, or duplicate rows. The skill resolves this by automatically detecting encodings, mapping columns to canonical fields, and performing row-level deduplication for valid pipeline entry.