
Result
Poll a finished Parallel research run by ID and present structured findings inside the agent session.
Install
npx skills add https://github.com/parallel-web/parallel-agent-skills --skill resultWhat is this skill?
- User-invocable skill with argument hint `<run_id>` for direct slash-style invocation
- Runs `parallel-cli research poll <run_id> --json` via allowed Bash tooling
- Presents poll JSON in a clear, organized format for the builder
- Points to `/parallel:parallel-cli-setup` when parallel-cli is missing
Adoption & trust: 7.9k installs on skills.sh; 56 GitHub stars; 3/3 security scanners passed (skills.sh audits).
Recommended Skills
Microsoft Foundrymicrosoft/azure-skills
Azure Aimicrosoft/azure-skills
Azure Hosted Copilot Sdkmicrosoft/azure-skills
Lark Eventlarksuite/cli
Running Claude Code Via Litellm Copilotxixu-me/skills
Setup Matt Pocock Skillsmattpocock/skills
Journey fit
Primary fit
Fetching completed research output is the first canonical touchpoint when turning async web research into product decisions. Research is where run IDs from Parallel jobs are resolved into usable evidence for ideation and validation.
Common Questions / FAQ
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.
SKILL.md
READMESKILL.md - Result
# Get Research Result ## Run ID: $ARGUMENTS ```bash 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`.