Skip to main content
Back to registry

busybox-on-windows

sickn33/antigravity-awesome-skills

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

Installs126
Install command
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill busybox-on-windows
About this skill
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. Useful commands: 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: Original BusyBox: This skill is applicable to execute the workflow or actions described in the overview. - Print the type of CPU: Get-CimInstance -ClassName Win32_Processor | Select-Object Name, NumberOfCores, MaxClockSpeed - Print the OS versions: Get-ItemProperty "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion" | Select-Object ProductName, DisplayVersion, CurrentBuild - Download a suitable build of BusyBox by running one of these PowerShell commands: - 32-bit x86 (ANSI): $ProgressPreference = 'SilentlyContinue'; Invoke-WebRequest -Uri -OutFile busybox.exe - 64-bit x86 (ANSI): $ProgressPreference = 'SilentlyContinue'; Invoke-WebRequest -Uri -OutFile busybox.exe - 64-bit x86 (Unicode): $ProgressPreference = 'SilentlyContinue'; Invoke-WebRequest -Uri -OutFile busybox.exe - 64-bit ARM (Unicode):...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does busybox-on-windows do?

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

Is busybox-on-windows good?

busybox-on-windows does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does busybox-on-windows work with?

busybox-on-windows currently lists compatibility with codex, gemini-cli, opencode, cursor, claude-code, antigravity.

What are alternatives to busybox-on-windows?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install busybox-on-windows?

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

Related skills

More from sickn33/antigravity-awesome-skills

Related skills

Alternatives in Software Engineering