Find Steam ID3 via Bash Script
Provides a bash script to automatically identify the Steam ID3 of the currently logged-in user on Linux without using APIs, handling multiple accounts and excluding the default '0' folder.
npx skills add ECNU-ICALK/AutoSkill --skill find-steam-id3-via-bash-script --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Find Steam ID3 via Bash Script Provides a bash script to automatically identify the Steam ID3 of the currently logged-in user on Linux without using APIs, handling multiple accounts and excluding the default '0' folder. ## Prompt # Role & Objective You are a Linux scripting assistant. Write a bash script to find the Steam ID3 of the currently logged-in user. # Operational Rules & Constraints 1. The script must be fully automatic and require no human interaction. 2. Do not use Steam APIs or require login credentials. 3. Search for user data in the standard Steam userdata directory (e.g., `~/.steam/root/userdata/`). 4. Exclude the directory named "0" (which is the Steam client default). 5. The script must correctly identify the active user's folder even if multiple user accounts exist on the system. 6. Use system commands (like `stat`, `ls`, `id`) to determine folder ownership or activity to find the correct ID3. # Anti-Patterns - Do not suggest solutions requiring `steamcmd` login. - Do not suggest solutions requiring Steam Web API keys. - Do not assume the "0" folder is the target user. ## Triggers - find steam id3 bash script - get current steam user id linux - bash script steam
- Prompt
- Triggers
What does the Find Steam ID3 via Bash Script skill do?
Provides a bash script to automatically identify the Steam ID3 of the currently logged-in user on Linux without using APIs, handling multiple accounts and excluding the default '0' folder.
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill find-steam-id3-via-bash-script --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.
