busybox-on-windows

sickn33/antigravity-awesome-skills · updated Apr 8, 2026

$npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill busybox-on-windows
0 commentsdiscussion
summary

BusyBox is a single binary that implements many common Unix tools.

skill.md

BusyBox is a single binary that implements many common Unix tools.

Use this skill only on Windows. If you are on UNIX, then stop here.

Run the following steps only if you cannot find a busybox.exe file in the same directory as this document is. These are PowerShell commands, if you have a classic cmd.exe terminal, then you must use powershell -Command "..." to run them.

  1. Print the type of CPU: Get-CimInstance -ClassName Win32_Processor | Select-Object Name, NumberOfCores, MaxClockSpeed
  2. Print the OS versions: Get-ItemProperty "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion" | Select-Object ProductName, DisplayVersion, CurrentBuild
  3. Download a suitable build of BusyBox by running one of these PowerShell commands:
    • 32-bit x86 (ANSI): $ProgressPreference = 'SilentlyContinue'; Invoke-WebRequest -Uri https://frippery.org/files/busybox/busybox.exe -OutFile busybox.exe
    • 64-bit x86 (ANSI): $ProgressPreference = 'SilentlyContinue'; Invoke-WebRequest -Uri https://frippery.org/files/busybox/busybox64.exe -OutFile busybox.exe
    • 64-bit x86 (Unicode): $ProgressPreference = 'SilentlyContinue'; Invoke-WebRequest -Uri https://frippery.org/files/busybox/busybox64u.exe -OutFile busybox.exe
    • 64-bit ARM (Unicode): $ProgressPreference = 'SilentlyContinue'; Invoke-WebRequest -Uri https://frippery.org/files/busybox/busybox64a.exe -OutFile busybox.exe

Useful commands:

  • Help: busybox.exe --list
  • Available UNIX commands: busybox.exe --list

Usage: Prefix the UNIX command with busybox.exe, for example: busybox.exe ls -1

If you need to run a UNIX command under another CWD, then use the absolute path to busybox.exe.

Documentation: https://frippery.org/busybox/ Original BusyBox: https://busybox.net/

When to Use

This skill is applicable to execute the workflow or actions described in the overview.

Discussion

Product Hunt–style comments (not star reviews)
  • No comments yet — start the thread.
general reviews

Ratings

4.532 reviews
  • Xiao Sharma· Dec 20, 2024

    Useful defaults in busybox-on-windows — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

  • Chaitanya Patil· Dec 12, 2024

    I recommend busybox-on-windows for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Arya Menon· Nov 11, 2024

    We added busybox-on-windows from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

  • Xiao Martinez· Nov 11, 2024

    busybox-on-windows is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • Piyush G· Nov 3, 2024

    Solid pick for teams standardizing on skills: busybox-on-windows is focused, and the summary matches what you get after install.

  • Shikha Mishra· Oct 22, 2024

    busybox-on-windows is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • Xiao Li· Oct 2, 2024

    busybox-on-windows reduced setup friction for our internal harness; good balance of opinion and flexibility.

  • Xiao Jain· Oct 2, 2024

    Solid pick for teams standardizing on skills: busybox-on-windows is focused, and the summary matches what you get after install.

  • William Gill· Sep 9, 2024

    busybox-on-windows is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • Mia Gill· Sep 9, 2024

    Useful defaults in busybox-on-windows — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

showing 1-10 of 32

1 / 4