ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified data analysis Safety 4/5

parallel-enrichment

Bulk data enrichment via Parallel API. Adds web-sourced fields (CEO names, funding, contact info) to lists of companies, people, or products. Use for enriching CSV files or inline data.

Why use this skill?

Easily enrich CSV files and data lists with web-sourced intelligence using the Parallel Enrichment skill for OpenClaw. Automate company, person, and product research.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/normallygaussian/parallel-enrichment
Or

What This Skill Does

The parallel-enrichment skill is a powerful bulk data processing engine for the OpenClaw ecosystem. It bridges the gap between raw data sets—such as stagnant CSV exports or unstructured JSON objects—and live web-sourced intelligence. By leveraging the Parallel API, this skill iterates through your data records, performing automated research to fill in missing information such as executive biographies, funding history, social media handles, or company metrics. It abstracts the complexity of web scraping and data normalization, allowing users to define their requirements through natural language intents rather than writing custom scripts or complex regex patterns. The engine handles the orchestration of requests, meaning it scales naturally from small batch experiments to large, multi-column enterprise data enrichment tasks.

Installation

To integrate this skill into your OpenClaw environment, execute the following command in your terminal:

clawhub install openclaw/skills/skills/normallygaussian/parallel-enrichment

Ensure your local environment has the necessary permissions for file system access, as this skill performs both read operations on source files and write operations to generate the target CSV output files.

Use Cases

This skill is highly effective for professionals in lead generation, market research, and data science. Common applications include:

  • Sales Prospecting: Enriching a list of company names with verified CEO names and LinkedIn URLs to speed up cold outreach.
  • Market Intelligence: Aggregating funding round details and headquarters locations for lists of competitors to perform comparative industry analysis.
  • HR and Recruitment: Normalizing a list of names by finding current employment titles and professional contact handles.
  • Product Management: Adding metadata to internal product lists by looking up website descriptions and official launch years.

Example Prompts

  1. "OpenClaw, take the company list in companies.csv and add a column for their most recent funding amount and the lead investor."
  2. "I need to enrich this JSON list of tech executives with their current company and Twitter handle. Save the result to executives_enriched.csv."
  3. "Run a deep enrichment on the leads.csv file. I want to see the company size, revenue estimates, and main industry sector for every record."

Tips & Limitations

To get the most out of parallel-enrichment, be as specific as possible in your intent description. While the skill is capable of interpreting general requests, explicit requirements help the underlying models prioritize the correct data fields. Note that the skill writes directly to your specified target file; verify your paths before running large operations to prevent accidental overwrites. For very large datasets, consider using the pro-fast or ultra-fast tiers for the best balance of speed and data depth, though these may consume more API credits. Always review the output CSV after execution, as web-sourced data can vary in availability depending on the target entity's digital footprint.

Metadata

Stars1287
Views0
Updated2026-02-22
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-normallygaussian-parallel-enrichment": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#data-enrichment#automation#csv-processing#lead-gen#research
Safety Score: 4/5

Flags: file-write, file-read, external-api