status
The status skill retrieves the progress of a research task using a provided run ID.
Is status safe to install?
Review the source first: our audit of status's source files found 1 shell command, 0 external URLs, no file writes (high risk). Every command and URL listed appears verbatim in the skill's source. The skill executes shell commands via the parallel-cli tool.
How we audit skills: our security review methodology.
Who is this skill for?
Users of the parallel-cli tool who need to monitor active research tasks.
What can you do with it?
- Check the current status of a specific research task by ID.
- Retrieve research task details in JSON format.
How good is this skill?
Quality score: 9/10. The skill is concise and performs a single, well-defined function. It provides clear instructions for missing dependencies.
What does the skill file contain?
# 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`.
Frequently asked questions
What argument does this skill require?
The skill requires a run_id to identify the specific research task.
What happens if the parallel-cli tool is missing?
The skill instructs the user to execute /parallel:parallel-cli-setup.
Related skills
find-skills
2.3MUsers seeking to extend agent capabilities with specialized tools, workflows, or knowledge packages
The find-skills skill enables agents to search for, discover, and install modular packages from the open agent skills ecosystem using the Skills CLI.
agent-browser
506.7KAI agents and developers requiring programmatic web interaction, exploratory testing, or automation of Electron desktop applications
The agent-browser CLI provides browser automation for AI agents using Chrome or Chromium via CDP. It supports page navigation, form interaction, data extraction, and testing. The tool utilizes accessibility-tree snapshots and element references for interaction.
image-to-video
355.0KDevelopers and users who need to automate video generation from images using the RunComfy platform
The image-to-video skill routes user requests to specific RunComfy animation models based on intent. It selects HappyHorse 1.0 I2V for general animation, Wan 2.7 for custom-voiceover lip-sync, or Seedance 2.0 Pro for multi-modal composition. The skill executes the RunComfy CLI to process inputs and download generated video files.
video-edit
338.7KUsers of the RunComfy CLI who need to automate video editing tasks like restyling, background swapping, or motion transfer
The video-edit skill acts as a router for the RunComfy CLI, selecting between Wan 2.7 Edit-Video, Kling 2.6 Pro Motion Control, and Lucy Edit Restyle models based on user intent to perform video transformations.