Install
openclaw skills install software-list-exportExport installed software to CSV with versions and likely download URLs. Invoke when the user wants a machine inventory or reinstall list for a new computer.
openclaw skills install software-list-exportUse for software inventory and migration prep. Output one CSV the user can review and use as a reinstall checklist on a new computer.
software-list-{timestamp}.csv. Use current time as the {timestamp}.scripts/export-software-list.ps1. If fail, prefer winget list, then supplement with uninstall registry entries for software not covered by winget. The checked-in script already implements this Windows workflow and prints raw structured records to stdout.brew list and brew list --cask, include mas list if available, then supplement with /Applications and ~/Applications.apt, dnf, pacman, zypper), then include flatpak and snap when present.comments that the URL may not be a real download URL.name,version,download_url,comments.?? that is only available in later PowerShell versions.scripts/export-software-list.ps1 is Windows-only. Do not run it on macOS or Linux.scripts/export-software-list.ps1 is a raw collector, not a full exporter. It prints structured CLI output and does not write the final CSV file.winget list output is column-aligned text and may contain wrapped or localized content. Prefer parsing by header column positions instead of splitting on repeated spaces.winget data is incomplete or ambiguous.Microsoft Visual C++ Redistributable, .NET, SDK runtimes/targeting packs, drivers, updates, WebView runtimes, and OEM helper components. Push these behind user-facing apps instead of showing them first.name,version,download_url,comments
"TRAE","1.0.0","https://trae.com/","Detected from local installation. Likely reinstallable manually from vendor site."
"Git","2.49.0","https://git-scm.com/downloads","Detected from package manager. Likely reinstallable automatically."
scripts/export-software-list.ps1comments when version, source, or reinstall path is incomplete.comments that the URL may not be real or may be a vendor/product page instead of a direct download.comments whether the app is likely reinstallable automatically or only manually.winget results.