parallel-cli

Automate vendor-specific web search, extraction, and enrichment workflows with JSON output.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Aevonix/colony-ai --skill parallel-cli-aevonix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: parallel-cli
Source: https://github.com/Aevonix/colony-ai/tree/main/skills/research/parallel-cli
Command: npx skills add https://github.com/Aevonix/colony-ai --skill parallel-cli-aevonix

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Parallel CLI integration provides a vendor-specific workflow for advanced web search, extraction, enrichment, and monitoring, delivering structured results that complement Colony-native tools.

Core Features & Use Cases

  • Vendor-enabled web search for comprehensive data gathering with JSON output
  • Asynchronous research workflows with status and polling for long-running tasks
  • Entity discovery and enrichment to build richer context around lookup results
  • Monitor and FindAll-like capabilities to track changes over time and surface structured datasets
  • Use case: When building agent knowledge bases, you can orchestrate parallel research runs and fetch enriched results in a predictable, machine-readable format.

Quick Start

Run a non-interactive search with --json against a target query to begin.

Frequently Asked Questions about parallel-cli

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

FAQPage Schema
How do I automate asynchronous web search workflows with JSON output?

Asynchronous web search workflows with JSON output are automated by submitting non-interactive search queries and polling for task status. This ensures structured, machine-readable results for long-running data gathering and extraction tasks.

What is entity discovery and data enrichment for web research?

Entity discovery and data enrichment involve extracting web search results and building richer context around them. This process surfaces structured datasets by automatically looking up and enhancing specific entities found across diverse web sources.

How do I run parallel research tasks and monitor their status?

Parallel research tasks run asynchronously, allowing you to submit multiple queries and monitor their progress. You use status polling to track each long-running task and fetch enriched, predictable JSON results upon completion.

Can I use non-interactive CLI commands for structured data extraction?

Yes, non-interactive CLI commands support structured data extraction by using the --json flag. This approach guarantees JSON-first outputs without requiring user interaction, making it ideal for repeatable automated workflows.

What is the best way to monitor changes across diverse web sources over time?

Monitoring changes across diverse web sources is handled through FindAll-like capabilities that track data shifts over time. This delivers structured, machine-readable datasets for continuous discovery and monitoring without manual intervention.

Do I need asynchronous task management for building agent knowledge bases?

Asynchronous task management is needed for building agent knowledge bases when orchestrating parallel research runs. It allows you to submit multiple queries, poll for completion, and fetch enriched JSON results predictably.