
Status
Poll an in-flight Parallel research run by run ID so you know when results are ready without re-submitting the job.
Install
npx skills add https://github.com/parallel-web/parallel-agent-skills --skill statusWhat is this skill?
- User-invocable skill with `<run_id>` argument hint for direct status lookups
- Runs `parallel-cli research status "$ARGUMENTS" --json` for machine-readable state
- Scoped Bash tool access to `parallel-cli:*` only
- Points to `/parallel:parallel-cli-setup` when the CLI is missing
- JSON output suited for agent parsing in automation loops
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
Status checks are operational follow-up on async agent research, not the research itself—canonical shelf is monitoring running work. Maps directly to tracking long-running CLI research tasks via `parallel-cli research status`.
Common Questions / FAQ
Is Status 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 - Status
# Check Research Status ## Run ID: $ARGUMENTS ```bash parallel-cli research status "$ARGUMENTS" --json ``` If CLI not found, tell user to run `/parallel:parallel-cli-setup`.