Show HelixLab plugin info, available skills, prerequisites, and version
Version: 1.2.0 License: MIT Author: Robert Kent Jr. Homepage: https://github.com/mrrobertkent/helixlab-plugin
| Skill | Invoke | Description |
|-------|--------|-------------|
| Vision Replay | /helixlab:vision-replay <video-path> [instructions] | Extract frames from video files using ffmpeg and analyze them with AI vision. Supports animation timing analysis, page load performance review, and user workflow progression. |
| Record Browser | /helixlab:record-browser [url] | Launch a headed Chrome browser with recording controls and annotation tools. Draw annotations (lines, arrows, rectangles, circles, text) on the page — captured in the WebM recording for AI analysis with vision-replay. |
| Setup | /helixlab:setup [--check] | Check prerequisites and install dependencies (ffmpeg, ffprobe, bc). Detects your OS and AI coding agent for tailored setup guidance. |
bash scripts/setup.sh (downloads static build with drawtext support)sudo apt install ffmpeg bcsudo dnf install ffmpeg bcsudo apt install ffmpeg bcRun /helixlab:setup --check to verify all prerequisites are met.
/helixlab:vision-replay /path/to/recording.webm analyze the page load animation
The skill will:
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer