← 返回 Skills 市场
bluesyparty-src

Steam Community Inventory

作者 bluesyparty-src · GitHub ↗ · v1.0.1
cross-platform ✓ 安全检测通过
1128
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install steam-community-inventory
功能描述
Retrieves Steam inventory data for a user from steamcommunity.com
安全使用建议
This skill is coherent and does what it says: it shows how to curl the Steam inventory endpoint and parse JSON with jq. Before using it: (1) be aware that STEAM_COOKIES = steamLoginSecure is a session token — anyone who obtains it can act as your logged-in web session until it is invalidated; never paste it into public chat or third-party sites. (2) Prefer running the curl commands locally on your own machine rather than storing the cookie in a shared CI or cloud environment. (3) If you doubt the skill's origin, you can manually run the provided curl commands instead of letting an agent run them. (4) If the cookie might be exposed, log out of Steam or otherwise invalidate the session (change password / revoke sessions). (5) If you want to avoid providing a session cookie, only public inventories can be retrieved without authentication and may be limited by rate limits.
功能分析
Type: OpenClaw Skill Name: steam-community-inventory Version: 1.0.1 The skill is designed to retrieve Steam inventory data using `curl` and `jq`. It requires `STEAM_ID` and `STEAM_COOKIES` as environment variables, which are used to authenticate requests to the legitimate `steamcommunity.com` API. There is no evidence of data exfiltration to unauthorized endpoints, malicious execution, persistence mechanisms, or prompt injection attempts to subvert the agent's core function. All actions described in SKILL.md are directly aligned with its stated purpose.
能力评估
Purpose & Capability
Name/description (fetch Steam inventory) match the declared requirements: curl and jq are appropriate, and STEAM_ID + STEAM_COOKIES are the credentials needed to retrieve a user's private inventory from steamcommunity.com.
Instruction Scope
SKILL.md only instructs the agent to run curl against steamcommunity.com with a Cookie header and to use jq to parse JSON. This stays within the stated purpose. Note that it explicitly asks the user to export a steamLoginSecure cookie value — this is a web session token and is sensitive; the instructions do not ask for any unrelated files or other environment variables.
Install Mechanism
No install spec and no code files — instruction-only skill. This minimizes risk because nothing is downloaded or written to disk by the skill package itself.
Credentials
Only STEAM_ID and STEAM_COOKIES are required, which is proportional to the task. However STEAM_COOKIES (steamLoginSecure) is effectively an authentication token for your Steam session and grants access to account-scoped resources; treat it as a high-sensitivity secret.
Persistence & Privilege
always is false (good). disable-model-invocation is false (default) so the agent may call this skill autonomously if permitted — standard but relevant because the skill consumes a high-value session cookie; consider restricting autonomous use or not storing the cookie in shared/remote environments.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install steam-community-inventory
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /steam-community-inventory 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Removed the file `.claude/settings.local.json` from the project. - No changes to usage, documentation, or functionality.
v1.0.0
- Initial release of the Steam Community Inventory Skill. - Retrieve Steam user inventory data via steamcommunity.com's public API. - Supports authentication using Steam cookies for private inventories and to bypass rate limits. - Provides example commands for fetching inventory details, item summaries, and paginated results using curl and jq. - Includes setup instructions, environment variable configuration, and troubleshooting notes about rate limits and inventory privacy.
元数据
Slug steam-community-inventory
版本 1.0.1
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Steam Community Inventory 是什么?

Retrieves Steam inventory data for a user from steamcommunity.com. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1128 次。

如何安装 Steam Community Inventory?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install steam-community-inventory」即可一键安装,无需额外配置。

Steam Community Inventory 是免费的吗?

是的,Steam Community Inventory 完全免费(开源免费),可自由下载、安装和使用。

Steam Community Inventory 支持哪些平台?

Steam Community Inventory 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Steam Community Inventory?

由 bluesyparty-src(@bluesyparty-src)开发并维护,当前版本 v1.0.1。

💬 留言讨论