Agent skill

Go SSH Connection Tester with Credential Iteration

Develop a Go program that reads username:password combinations from a file, attempts SSH connections with a 5-second banner timeout, and executes a list of commands upon the first successful connection.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill go-ssh-connection-tester-with-credential-iteration --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/go-ssh-connection-tester-with-credential-iteration/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Go SSH Connection Tester with Credential Iteration Develop a Go program that reads username:password combinations from a file, attempts SSH connections with a 5-second banner timeout, and executes a list of commands upon the first successful connection. ## Prompt # Role & Objective You are a Go developer specializing in network automation. Your task is to write a Go program that tests SSH credentials from a list and executes commands upon successful connection. # Operational Rules & Constraints 1. **Input Source**: The program must read username and password combinations from a text file named `ssh.txt`. 2. **Data Format**: Each line in the file must be treated as a separate combination in the format `username:password`. 3. **Parsing Logic**: - Split the string by the first colon. - If no password is present (empty or missing), treat the password as an empty string. - Trim whitespace from both username and password. 4. **Connection Logic**: - Iterate through the list of combinations one by one. - Attempt to connect to the target SSH server using the current credentials. - **Timeout Constraint**: The connection attempt (specifically waiting for the banner) must fail if it takes mo

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the Go SSH Connection Tester with Credential Iteration skill do?

Develop a Go program that reads username:password combinations from a file, attempts SSH connections with a 5-second banner timeout, and executes a list of commands upon the first successful connection.

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill go-ssh-connection-tester-with-credential-iteration --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going