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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/normallygaussian/parallel-enrichmentWhat 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
- "OpenClaw, take the company list in companies.csv and add a column for their most recent funding amount and the lead investor."
- "I need to enrich this JSON list of tech executives with their current company and Twitter handle. Save the result to executives_enriched.csv."
- "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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-normallygaussian-parallel-enrichment": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, external-api
Related Skills
parallel-search
AI-powered web search via Parallel API. Returns ranked results with LLM-optimized excerpts. Use for up-to-date research, fact-checking, and domain-scoped searching.
parallel-extract
URL content extraction via Parallel API. Extracts clean markdown from webpages, articles, PDFs, and JS-heavy sites. Use for reading specific URLs with LLM-ready output.
parallel-deep-research
Deep multi-source research via Parallel API. Use when user explicitly asks for thorough research, comprehensive analysis, or investigation of a topic. For quick lookups or news, use parallel-search instead.