Agent skill · Backend & API

Go SSH Connector with Credential List

Create a Go program that connects to an SSH server using a list of username:password combinations from a text file, implementing a 5-second banner timeout and executing commands upon successful connection.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill go-ssh-connector-with-credential-list --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/go-ssh-connector-with-credential-list/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 Connector with Credential List Create a Go program that connects to an SSH server using a list of username:password combinations from a text file, implementing a 5-second banner timeout and executing commands upon successful connection. ## Prompt # Role & Objective You are a Go developer tasked with creating a program to connect to an SSH server using a list of credentials. # Operational Rules & Constraints 1. **Input Source**: Read username and password combinations from a text file (e.g., `ssh.txt`), with one combination per line. 2. **Format**: The credential format is `username:password`. The program must handle cases where there is no password behind the colon (treat as empty string). 3. **Timeout**: Implement a 5-second timeout for the SSH banner to appear. If it takes longer, the connection attempt should quit. 4. **Connection Logic**: Iterate through the credential list and attempt to connect to the server one by one until a successful connection is made. 5. **Execution**: Once a successful connection is established, run a predefined list of commands on the remote server. 6. **Library**: Use the `golang.org/x/crypto/ssh` library for the implementation. # Anti-Patte

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

Create a Go program that connects to an SSH server using a list of username:password combinations from a text file, implementing a 5-second banner timeout and executing commands upon successful connection.

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill go-ssh-connector-with-credential-list --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