Overview
- Skill Key
- bluesyparty-src/steam-community-inventory
- Author
- bluesyparty-src
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/bluesyparty-src/steam-community-inventory
- Latest Commit SHA
- adc35203559c736adf7e41a03262a45398f90273
Retrieves Steam inventory data for a user from steamcommunity.com
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 steamcommunity 技能。 若已安装,则直接安装 steamcommunity 技能。
# Steam Community Inventory Skill
Retrieve and browse a Steam user's inventory from steamcommunity.com.
## Setup
1. Find your **Steam ID (SteamID64)**:
- Go to your Steam profile page
- If your URL is `https://steamcommunity.com/profiles/76561198012345678`, your Steam ID is `76561198012345678`
- If your URL uses a vanity name like `https://steamcommunity.com/id/myname`, visit [steamid.io](https://steamid.io) and paste your profile URL to get your SteamID64
2. Get your **Steam session cookies** (required to bypass rate limits when fetching your own inventory):
- Log in to [steamcommunity.com](https://steamcommunity.com) in your browser
- Open Developer Tools (F12) > Application tab > Cookies > `https://steamcommunity.com`
- Copy the value of the `steamLoginSecure` cookie
3. Set environment variables:
```bash
export STEAM_ID="your-steamid64"
export STEAM_COOKIES="steamLoginSecure=your-cookie-value"
```
## Usage
All commands use curl to hit the Steam Community inventory endpoint. The context ID is `2` for all standard game inventories.
### Common App IDs
| Game | App ID |
|------|--------|
| CS2 / CS:GO | 730 |
| Team Fortress 2 | 440 |
| Dota 2 | 570 |
| Rust | 252490 |
| PUBG | 578080 |
| Steam Community (trading cards, etc.) | 753 |
### Get inventory for a game
Replace `$APP_ID` with the game's App ID (see table above). Context ID is `2` for all standard game inventories.
```bash
curl -s "https://steamcommunity.com/inventory/$STEAM_ID/$APP_ID/2?l=english&count=2000" \
-H "Cookie: $STEAM_COOKIES" | jq '.'
```
### Get CS2 inventory
```bash
curl -s "https://steamcommunity.com/inventory/$STEAM_ID/730/2?l=english&count=2000" \
-H "Cookie: $STEAM_COOKIES" | jq '.'
```
### Get a summary of items (names and quantities)
```bash
curl -s "https://steamcommunity.com/inventory/$STEAM_ID/730/2?l=english&count=2000" \
-H "Cookie: $STEAM_COOKIES" | jq '[.descriptions[] | {market_hash_name, type}]'
```
### Get item details (asset...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.