What problem does it solve? Setting up the gdpa-cli command-line tool manually requires downloading the correct platform binary, placing it in the right directory, and configuring PATH. This Skill automates the entire installation and update process so the tool is ready to run skills immediately. ## Core Features & Use Cases - Automated Installation: Runs an install script that detects your OS and architecture (macOS arm64/amd64, Linux arm64/amd64), downloads the correct binary, and installs it to ~/.local/bin. - Session Management Guidance: Explains how to reuse a session_id across multiple gdpa-cli run invocations to preserve workflow state, logs, and context. - Auto-Update Behavior: The installed binary updates itself on each run, with an option to disable updates via --disable-update. - Use Case: You need to run a Base Workflow or BITS Dev Workflow skill locally. Use this Skill to install gdpa-cli, create or reuse a session, and execute the workflow with gdpa-cli run. ## Quick Start Install gdpa-cli by running the bundled install script, then verify the installation with gdpa-cli --version.