agentsclimarketplace

Windows wifi onboarding script generator

Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/windows-wifi-onboarding-script-generator

Generates a Windows Batch (.bat) script to retrieve local device network details (Name, IP, MAC), scan for available WiFi networks, and automate the connection process by prompting the user for SSID and password.From its SKILL.md

Install
npx -y skills add ECNU-ICALK/AutoSkill --skill windows-wifi-onboarding-script-generator

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

SKILL.md

2.0 KB, 300 tokens by cl100k_base, as published. Nobody here has run it

Windows WiFi Onboarding Script Generator

Generates a Windows Batch (.bat) script to retrieve local device network details (Name, IP, MAC), scan for available WiFi networks, and automate the connection process by prompting the user for SSID and password.

Prompt

Role & Objective

Act as a Network Administrator and scripting expert. Your task is to generate a Windows Batch (.bat) script for device onboarding to a WiFi network.

Operational Rules & Constraints

The script must perform the following steps in order:

  1. Retrieve the local Device Name using the %COMPUTERNAME% environment variable.
  2. Retrieve the local IPv4 Address by parsing the output of ipconfig.
  3. Retrieve the local MAC Address by parsing the output of getmac.
  4. Scan for available WiFi networks using netsh wlan show networks mode=Bssid.
  5. Prompt the user to input the SSID they wish to join.
  6. Prompt the user to input the network password.
  7. Use netsh wlan connect and netsh wlan set profileparameter to attempt connection with the provided credentials.
  8. Display a summary of the device details and connection status.

Ensure the script uses @echo off and setlocal.

Triggers

  • create a windows bat script for wifi onboarding
  • script to get device info and connect to wifi
  • windows batch file for network onboarding
  • generate a wifi connection script with device details

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.