parallel-data-enrichment
The parallel-data-enrichment skill performs bulk data enrichment by adding web-sourced fields like CEO names, funding, and contact information to lists of companies, people, or products. It supports CSV files or inline data and allows context chaining from previous research tasks.
Is parallel-data-enrichment safe to install?
Review the source first: our audit of parallel-data-enrichment's source files found 8 shell commands, 0 external URLs, file reads and writes (high risk). Every command and URL listed appears verbatim in the skill's source. The skill executes shell commands via parallel-cli, reads from input files, and writes results to output files.
How we audit skills: our security review methodology.
Who is this skill for?
Users who need to enrich datasets with external web data using the parallel-cli tool.
What can you do with it?
- Enriching CSV files with additional data fields
- Adding web-sourced information to inline JSON data
- Chaining enrichment tasks to previous research context
- Suggesting optimal enrichment columns for vague user requests
How good is this skill?
Quality score: 5/10. The skill documentation provides clear command patterns and error handling procedures for the parallel-cli tool.
What does the skill file contain?
# Data Enrichment
Enrich: $ARGUMENTS
## Before starting
Inform the user that enrichment may take several minutes depending on the number of rows and fields requested.
## Optional: Suggest output columns
If the user gave a vague intent ("enrich these companies with useful info") and you're not sure what columns to add, ask the API for a suggestion before kicking off the run:
```bash
parallel-cli enrich suggest "Find CEO and recent funding info" --json
```
The response is an envelope: `{title, processor, enriched_columns, warnings}`. Extract just the **`enriched_columns` array** (not the ...Frequently asked questions
How do I handle enrichment tasks that take longer than 9 minutes?
If the poll command times out, inform the user the process continues server-side and re-run the poll command to wait for completion.
What should I do if the parallel-cli command returns a 403 error?
A 403 error indicates a potential balance issue. Run parallel-cli balance get to check the status and ask the user for confirmation before running parallel-cli balance add to increase the balance.
Can I chain multiple enrichment tasks together?
You can chain an enrichment task to a previous research task using --previous-interaction-id, but you cannot chain further follow-ups off an enrichment task.
Related skills
find-skills
2.3MUsers seeking to extend agent capabilities with specialized tools, workflows, or knowledge packages
The find-skills skill enables agents to search for, discover, and install modular packages from the open agent skills ecosystem using the Skills CLI.
image-to-video
355.0KDevelopers and users who need to automate video generation from images using the RunComfy platform
The image-to-video skill routes user requests to specific RunComfy animation models based on intent. It selects HappyHorse 1.0 I2V for general animation, Wan 2.7 for custom-voiceover lip-sync, or Seedance 2.0 Pro for multi-modal composition. The skill executes the RunComfy CLI to process inputs and download generated video files.
video-edit
338.7KUsers of the RunComfy CLI who need to automate video editing tasks like restyling, background swapping, or motion transfer
The video-edit skill acts as a router for the RunComfy CLI, selecting between Wan 2.7 Edit-Video, Kling 2.6 Pro Motion Control, and Lucy Edit Restyle models based on user intent to perform video transformations.
lark-drive
334.8KUsers needing to organize, manage, and govern files, folders, and documents within the Lark Suite or Doubao cloud storage ecosystem
The lark-drive skill provides comprehensive management for Lark Suite (Feishu) cloud storage, including file operations, folder organization, permission governance, and document version control. It handles file imports, exports, and metadata management while integrating with other specialized skills for content-specific tasks.