This is a straightforward status checker for research tasks you've kicked off through the Parallel CLI. You give it a run ID and it spits back JSON with whatever's happening with that job. It's the kind of thing you'll tab over to when you're waiting on a long-running research task and want to know if it's still chugging along or if something went sideways. The skill wraps a single bash command, so there's not much magic here, but that's fine because checking status shouldn't be complicated. Just note that it assumes you've already run the setup skill to get the CLI installed.
npx skills add https://github.com/parallel-web/parallel-agent-skills --skill status