
Result
- 10.7k installs
- 62 repo stars
- Updated July 17, 2026
- parallel-web/parallel-agent-skills
Retrieves the completed output payload (in JSON) of a Parallel research task identified by a run ID.
About
This skill retrieves results from completed Parallel research tasks using a run ID. Developers invoke it through a Bash command that queries the parallel-cli research subsystem with JSON output formatting. The skill wraps the underlying `parallel-cli research poll` command, handling cases where the CLI is not installed by directing users to run setup. It serves as a monitoring checkpoint in research workflows, enabling developers to access and present task outputs in structured formats.
- Polls research task status and retrieves results by run ID
- Returns JSON-formatted output for programmatic consumption
- Integrates with parallel-cli ecosystem via Bash execution
- Provides fallback guidance when CLI dependencies are missing
- Designed for agent and workflow integration in research pipelines
Result by the numbers
- 10,659 all-time installs (skills.sh)
- +336 installs in the week ending Jul 28, 2026 (Skillselion tracking)
- Ranked #24 of 1,453 DevOps & CI/CD skills by installs in the Skillselion catalog
- Security screen: LOW risk (skills.sh audit)
- Data as of Jul 28, 2026 (Skillselion catalog sync)
result capabilities & compatibility
- Capabilities
- poll task by run id · format output as json · fallback to setup guidance
- Platforms
- macOS · Windows · Linux · WSL
- Runs
- Runs locally
- Pricing
- Free
What result says it does
Get completed research task result by run ID
parallel-cli research poll "$ARGUMENTS" --json
npx skills add https://github.com/parallel-web/parallel-agent-skills --skill resultAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 10.7k |
|---|---|
| repo stars | ★ 62 |
| Security audit | 3 / 3 scanners passed |
| Last updated | July 17, 2026 |
| Repository | parallel-web/parallel-agent-skills ↗ |
What it does
Poll and retrieve completed research task results by run ID via CLI.
Who is it for?
Checking research task completion and retrieving results in automation, CI/CD, and agent-driven workflows.
Skip if: Triggering new research tasks; monitoring long-running processes in real-time without structured polling.
When should I use this skill?
A research task has been submitted and developer needs to fetch its final results; typically after a delay to allow processing.
What you get
Developer receives structured JSON results of a completed research task, ready for consumption in downstream workflows or agent logic.
- JSON-formatted research task results
- structured output ready for consumption or display
By the numbers
- Uses `parallel-cli research poll` command with --json output flag
- Accepts single argument: run ID
Files
Get Research Result
Run ID: $ARGUMENTS
parallel-cli research poll "$ARGUMENTS" --jsonPresent results in a clear, organized format.
If CLI not found, tell user to run /parallel:parallel-cli-setup.
Related skills
FAQ
What happens if the parallel-cli is not installed?
The skill instructs the user to run `/parallel:parallel-cli-setup` to install the CLI before retrying the poll.
What format are results returned in?
Results are returned as JSON via the `--json` flag, suitable for parsing and downstream processing.
Is Result safe to install?
skills.sh reports 3 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.