agent tool_use skill risk: low
BusyBox Windows Download and Setup
The prompt instructs users on Windows to download a suitable busybox.exe binary via PowerShell if not already present, then run UNIX commands by prefixing them with busybox.exe.
- External action: medium
SKILL 1 file
SKILL.md
--- name: antigravity-awesome-skills-busybox-on-windows description: "How to use a Win32 build of BusyBox to run many of the standard UNIX command line tools on Windows." --- 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. ## Limitations - Use this skill only when the task clearly matches the scope described above. - Do not treat the output as a substitute for environment-specific validation, testing, or expert review. - Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.
REQUIRED CONTEXT
- Windows OS
- need to run UNIX commands
OPTIONAL CONTEXT
- CPU architecture
- presence of busybox.exe
ROLES & RULES
- 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.
- if you have a classic `cmd.exe` terminal, then you must use `powershell -Command "..."` to run them.
- Use this skill only when the task clearly matches the scope described above.
- Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.
EXPECTED OUTPUT
- Format
- plain_text
- Constraints
- include conditional PowerShell download commands
- list usage examples prefixed with busybox.exe
CAVEATS
- Missing context
- Target environment constraints beyond Windows (e.g., PowerShell version)
- Ambiguities
- "When to Use" section references an "overview" that is not explicitly labeled in the prompt.
QUALITY
- OVERALL
- 0.78
- CLARITY
- 0.85
- SPECIFICITY
- 0.90
- REUSABILITY
- 0.65
- COMPLETENESS
- 0.75
IMPROVEMENT SUGGESTIONS
- Add explicit placeholders or parameters for download URLs to improve reusability across different BusyBox builds.
- Clarify the exact condition under which the skill should be invoked by linking it to a named overview section.
USAGE
Copy the prompt above and paste it into your AI of choice — Claude, ChatGPT, Gemini, or anywhere else you're working. Replace any placeholder sections with your own context, then ask for the output.
MORE FOR AGENT
- Xcode MCP Usage Guidelines for Agentsagenttool_use
- Xcode MCP Usage Guidelinesagenttool_use
- Xquik X/Twitter API Integration Skillagenttool_use
- Filesystem Agent Context Engineeringagenttool_use
- Agent Tool Design Principlesagenttool_use
- Conventional Git Commit Creatoragenttool_use
- GitHub Trending Dashboard Generatoragenttool_use
- Hosted Background Agent Infrastructureagenttool_use
- AudioCraft Text-to-Music Generation Guideagenttool_use
- Trello Boards Lists Cards Integratoragenttool_use
- Git Commit Push PR Automatoragenttool_use
- GitHub Starred Projects Fetcher via Agent Browseragenttool_use
- 2chat Rube MCP Automation Guideagenttool_use
- Rube MCP Autom Task Automationagenttool_use
- Botbaba Automation via Rube MCPagenttool_use
- Aero Workflow Rube MCP Automationagenttool_use
- Boldsign Automation via Rube MCPagenttool_use
- API Sports Rube MCP Automation Guideagenttool_use
- Bolt IoT Rube MCP Automation Guideagenttool_use
- Booqable Automation via Rube MCPagenttool_use
- Coassemble Automation via Rube MCPagenttool_use
- D2L Brightspace Rube MCP Automation Guideagenttool_use
- Codacy Automation via Rube MCPagenttool_use
- Conversion Tools Rube MCP Automationagenttool_use
- Codereadr Automation via Rube MCPagenttool_use