Toolverse
All skills

steamcommunity

by openclaw

Retrieves Steam inventory data for a user from steamcommunity.com

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
openclaw
Category
Backend

About this skill

Retrieves Steam inventory data for a user from steamcommunity.com

How to use

  1. Zdobądź swój Steam ID (SteamID64): wejdź na stronę swojego profilu Steam. Jeśli URL to https://steamcommunity.com/profiles/76561198012345678, Twój Steam ID to 76561198012345678. Jeśli profil ma niestandardową nazwę (vanity URL), odwiedź steamid.io, wklej adres profilu i skopiuj wyświetlony SteamID64.

  2. Wygeneruj klucz Web API: przejdź na https://steamcommunity.com/dev/apikey, zarejestruj dowolną domenę (np. localhost), a następnie skopiuj wyświetlony klucz API.

  3. Pobierz ciasteczka sesji: zaloguj się na steamcommunity.com w przeglądarce, otwórz Narzędzia Deweloperskie (F12), przejdź do zakładki Application, następnie Cookies i https://steamcommunity.com. Skopiuj wartość ciasteczka steamLoginSecure i sessionid.

  4. Ustaw zmienne środowiskowe: w terminalu wykonaj export STEAM_ID="twój-steamid64", export STEAM_API_KEY="twój-klucz-api", export STEAM_COOKIES="steamLoginSecure=wartość-ciasteczka", export STEAM_SESSION_ID="wartość-sessionid".

  5. Pobierz inwentarz gry: użyj curl do wysłania żądania do Steam Community API, podając App ID gry (np. 730 dla CS2, 570 dla Dota 2). Skill zwróci listę wszystkich przedmiotów w Twojej kolekcji.

  6. Zarządzaj ofertami wymiany: wysyłaj oferty handlowe, śledzą ich status i zarządzaj otrzymanymi propozycjami bezpośrednio poprzez API, bez konieczności otwierania przeglądarki.

Related skills

supabase-operations

by elevanaltd

Supabase operational knowledge for migrations, RLS optimization, MCP tool benchmarks, and ADR-003 compliance. Use when validating database migrations, optimizing Row-Level Security policies, checking MCP tool performance, or ensuring Supabase operational standards. Triggers on:

Backend
27109

api-design-principles

by wshobson

Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designing new APIs, reviewing API specifications, or establishing API design standards.

Backend
50146

openspec

by ruan-cat

OpenSpec 中文版规范助手 - 规范驱动的 AI 编程开发,帮助初始化、创建提案、编写规格、校验格式并归档变更。触发条件: 当用户提及 openspec、规范文档、需求管理、变更提案、spec-driven development 等关键词时主动调用。

Backend
27122

himalaya

by openclaw

CLI to manage emails via IMAP/SMTP. Use `himalaya` to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple accounts and message composition with MML (MIME Meta Language).

Backend
35108

video-downloader

by ComposioHQ

Downloads videos from YouTube and other platforms for offline viewing, editing, or archival. Handles various formats and quality options.

Backend
50173

youtube-transcript

by michalparkola

Download YouTube video transcripts when user provides a YouTube URL or asks to download/get/fetch a transcript from YouTube. Also use when user wants to transcribe or get captions/subtitles from a YouTube video.

Backend
53214