agentsclimarketplace

Find steam id3 via bash script

Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/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.From its SKILL.md

Install
npx -y skills add ECNU-ICALK/AutoSkill --skill find-steam-id3-via-bash-script

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

1.7 KB, 280 tokens by cl100k_base, as published. Nobody here has run it

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 userdata folder
  • steam id3 without api

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.