Chocolatey Chocolatey is a package manager for Windows, similar to apt or yum on Linux. It's used by developers and IT professionals to automate software installation and management on Windows machines. Official docs: https://docs.chocolatey.org/en-us/ Chocolatey Overview - Package - Package Version - Source Use action names and parameters as needed. Working with Chocolatey This skill uses the Membrane CLI to interact with Chocolatey. Membrane handles authentication and credentials refresh automatically — so you can focus on the integration logic rather than auth plumbing. Install the CLI Ins…