result
parallel-web/parallel-agent-skills
Retrieve completed research task results by run ID using Parallel CLI.
What is result?
Fetches and displays results from a completed Parallel research task using its run ID. Use this after a research task has finished processing to view the organized findings.
- Polls research task status by run ID
- Returns results in JSON format
- Presents findings in clear, organized output
- Handles missing CLI with setup guidance
How to install result
npx skills add https://github.com/parallel-web/parallel-agent-skills --skill result- Parallel CLI installed (or run /parallel:parallel-cli-setup if missing)
- Valid run ID from a submitted research task
How to use result
- 1.Obtain the run ID from your submitted research task
- 2.Invoke the skill with the run ID as argument
- 3.Wait for the CLI to poll and retrieve results
- 4.Review the formatted output with your findings
Use cases
- Retrieve research findings after a long-running task completes
- Check status and results of a previously submitted research job
- Export research data in JSON format for further processing
- Verify task completion before proceeding with next steps
- Researchers using Parallel for automated research tasks
- Developers integrating Parallel research into workflows
- Teams managing multiple concurrent research jobs
result FAQ
A run ID is the unique identifier assigned to a research task when you submit it to Parallel. Use this ID to retrieve results later.
Results are returned in JSON format, which is then presented in a clear, organized display.
Run the command /parallel:parallel-cli-setup to install or configure the Parallel CLI, then try again.
Yes, as long as you have the run ID from the original task submission, you can retrieve its results.
Full instructions (SKILL.md)
Source of truth, from parallel-web/parallel-agent-skills.
name: result description: Get completed research task result by run ID user-invocable: true argument-hint: <run_id> allowed-tools: Bash(parallel-cli:*) metadata: author: parallel
Get Research Result
Run ID: $ARGUMENTS
parallel-cli research poll "$ARGUMENTS" --json
Present results in a clear, organized format.
If CLI not found, tell user to run /parallel:parallel-cli-setup.
Related skills
More from parallel-web/parallel-agent-skills and the wider catalog.
parallel-deep-research
Exhaustive multi-source research for complex topics when users explicitly request deep, comprehensive, or thorough investigation.
parallel-web-search
Fast, cost-effective web search for current information and research queries.
parallel-web-extract
Token-efficient URL content extraction for webpages, articles, PDFs, and JavaScript-heavy sites.
parallel-data-enrichment
Bulk enrich company, people, or product data with web-sourced fields like CEO names, funding, and contact info.
status
Check the status of a running research task by its run ID.
parallel-monitor
Continuously track the web for changes on a recurring cadence. Use when the user asks to 'monitor', 'track changes to', 'watch', or 'alert me when' something on the web changes — e.g., 'Track price changes for iPhone 16', 'Alert me when Tesla files a new 8-K', 'Monitor competitor pricing pages weekly'. Also use to list, inspect, update, or delete existing monitors.