{
  "schemaVersion": "1.0",
  "item": {
    "slug": "steam",
    "name": "Steam Games CLI",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/mjrussell/steam",
    "canonicalUrl": "https://clawhub.ai/mjrussell/steam",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/steam",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=steam",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/steam"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/steam",
    "agentPageUrl": "https://openagent3.xyz/skills/steam/agent",
    "manifestUrl": "https://openagent3.xyz/skills/steam/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/steam/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Steam Games CLI",
        "body": "CLI for browsing and discovering games in your Steam library. Filter by playtime, reviews, Deck compatibility, genres, and tags."
      },
      {
        "title": "Installation",
        "body": "npm install -g steam-games-cli"
      },
      {
        "title": "Setup",
        "body": "Get a Steam Web API key from https://steamcommunity.com/dev/apikey\nConfigure the CLI:\n\nsteam config set-key YOUR_API_KEY\nsteam config set-user YOUR_STEAM_ID"
      },
      {
        "title": "Profile",
        "body": "steam whoami               # Profile info and library stats\nsteam whoami --json"
      },
      {
        "title": "Library",
        "body": "steam library              # List all games\nsteam library --limit 10   # Limit results\nsteam library --json       # JSON output for scripting"
      },
      {
        "title": "Tags & Genres (Instant)",
        "body": "steam tags                 # List all 440+ Steam tags\nsteam tags --json\nsteam genres               # List all genres\nsteam genres --json"
      },
      {
        "title": "Playtime",
        "body": "steam library --unplayed                    # Never played\nsteam library --min-hours 10                # At least 10 hours\nsteam library --max-hours 5                 # Less than 5 hours\nsteam library --deck                        # Played on Steam Deck"
      },
      {
        "title": "Reviews (1-9 scale)",
        "body": "steam library --reviews very-positive       # Exact category\nsteam library --min-reviews 7               # Score 7+ (Positive and above)\nsteam library --show-reviews                # Show review column\n\nCategories: overwhelmingly-positive (9), very-positive (8), positive (7), mostly-positive (6), mixed (5), mostly-negative (4), negative (3), very-negative (2), overwhelmingly-negative (1)"
      },
      {
        "title": "Steam Deck Compatibility",
        "body": "steam library --deck-compat verified        # Verified only\nsteam library --deck-compat playable        # Playable only\nsteam library --deck-compat ok              # Verified OR Playable\nsteam library --show-compat                 # Show Deck column"
      },
      {
        "title": "Tags & Genres",
        "body": "steam library --tag \"Roguelike\"             # Filter by tag\nsteam library --genre \"Strategy\"            # Filter by genre\nsteam library --show-tags                   # Show tags column"
      },
      {
        "title": "Sorting",
        "body": "steam library --sort name                   # Alphabetical (default)\nsteam library --sort playtime               # Most played first\nsteam library --sort deck                   # Most Deck playtime first\nsteam library --sort reviews                # Best reviewed first\nsteam library --sort compat                 # Best Deck compat first"
      },
      {
        "title": "AI Agent Workflow",
        "body": "The CLI is optimized for AI agents with stream fusion and early termination."
      },
      {
        "title": "Step 1: Discover available tags/genres (instant)",
        "body": "steam tags --json\nsteam genres --json"
      },
      {
        "title": "Step 2: Filter library with combined criteria",
        "body": "# Unplayed Deck Verified roguelikes with good reviews\nsteam library --unplayed --deck-compat verified --tag \"Roguelike\" --min-reviews 7 --limit 10 --json\n\n# Well-reviewed strategy games under 5 hours\nsteam library --max-hours 5 --genre \"Strategy\" --min-reviews 8 --limit 5 --json\n\n# Trading games playable on Deck\nsteam library --tag \"Trading\" --deck-compat ok --limit 10 --json"
      },
      {
        "title": "Performance Notes",
        "body": "Local filters (playtime, unplayed) apply first - instant\nRemote filters (reviews, deck compat, tags) fetch in parallel per game\nEarly termination: stops when limit is reached\nUse local filters first to minimize API calls"
      },
      {
        "title": "Usage Examples",
        "body": "User: \"What should I play on my Steam Deck?\"\n\nsteam library --deck-compat verified --min-reviews 7 --sort playtime --limit 10\n\nUser: \"What roguelikes do I have?\"\n\nsteam library --tag \"Roguelike\" --show-tags --limit 20\n\nUser: \"What unplayed games are highly rated?\"\n\nsteam library --unplayed --min-reviews 8 --sort reviews --limit 10 --show-reviews\n\nUser: \"How many games do I have?\"\n\nsteam whoami\n\nUser: \"What strategy games work on Deck?\"\n\nsteam library --genre \"Strategy\" --deck-compat ok --show-compat --limit 15\n\nUser: \"What tags are available?\"\n\nsteam tags --json"
      },
      {
        "title": "Output Formats",
        "body": "Default: Colored table\n--plain: Plain text list\n--json: JSON for scripting/AI agents"
      }
    ],
    "body": "Steam Games CLI\n\nCLI for browsing and discovering games in your Steam library. Filter by playtime, reviews, Deck compatibility, genres, and tags.\n\nInstallation\nnpm install -g steam-games-cli\n\nSetup\nGet a Steam Web API key from https://steamcommunity.com/dev/apikey\nConfigure the CLI:\nsteam config set-key YOUR_API_KEY\nsteam config set-user YOUR_STEAM_ID\n\nCommands\nProfile\nsteam whoami               # Profile info and library stats\nsteam whoami --json\n\nLibrary\nsteam library              # List all games\nsteam library --limit 10   # Limit results\nsteam library --json       # JSON output for scripting\n\nTags & Genres (Instant)\nsteam tags                 # List all 440+ Steam tags\nsteam tags --json\nsteam genres               # List all genres\nsteam genres --json\n\nFiltering Options\nPlaytime\nsteam library --unplayed                    # Never played\nsteam library --min-hours 10                # At least 10 hours\nsteam library --max-hours 5                 # Less than 5 hours\nsteam library --deck                        # Played on Steam Deck\n\nReviews (1-9 scale)\nsteam library --reviews very-positive       # Exact category\nsteam library --min-reviews 7               # Score 7+ (Positive and above)\nsteam library --show-reviews                # Show review column\n\n\nCategories: overwhelmingly-positive (9), very-positive (8), positive (7), mostly-positive (6), mixed (5), mostly-negative (4), negative (3), very-negative (2), overwhelmingly-negative (1)\n\nSteam Deck Compatibility\nsteam library --deck-compat verified        # Verified only\nsteam library --deck-compat playable        # Playable only\nsteam library --deck-compat ok              # Verified OR Playable\nsteam library --show-compat                 # Show Deck column\n\nTags & Genres\nsteam library --tag \"Roguelike\"             # Filter by tag\nsteam library --genre \"Strategy\"            # Filter by genre\nsteam library --show-tags                   # Show tags column\n\nSorting\nsteam library --sort name                   # Alphabetical (default)\nsteam library --sort playtime               # Most played first\nsteam library --sort deck                   # Most Deck playtime first\nsteam library --sort reviews                # Best reviewed first\nsteam library --sort compat                 # Best Deck compat first\n\nAI Agent Workflow\n\nThe CLI is optimized for AI agents with stream fusion and early termination.\n\nStep 1: Discover available tags/genres (instant)\nsteam tags --json\nsteam genres --json\n\nStep 2: Filter library with combined criteria\n# Unplayed Deck Verified roguelikes with good reviews\nsteam library --unplayed --deck-compat verified --tag \"Roguelike\" --min-reviews 7 --limit 10 --json\n\n# Well-reviewed strategy games under 5 hours\nsteam library --max-hours 5 --genre \"Strategy\" --min-reviews 8 --limit 5 --json\n\n# Trading games playable on Deck\nsteam library --tag \"Trading\" --deck-compat ok --limit 10 --json\n\nPerformance Notes\nLocal filters (playtime, unplayed) apply first - instant\nRemote filters (reviews, deck compat, tags) fetch in parallel per game\nEarly termination: stops when limit is reached\nUse local filters first to minimize API calls\nUsage Examples\n\nUser: \"What should I play on my Steam Deck?\"\n\nsteam library --deck-compat verified --min-reviews 7 --sort playtime --limit 10\n\n\nUser: \"What roguelikes do I have?\"\n\nsteam library --tag \"Roguelike\" --show-tags --limit 20\n\n\nUser: \"What unplayed games are highly rated?\"\n\nsteam library --unplayed --min-reviews 8 --sort reviews --limit 10 --show-reviews\n\n\nUser: \"How many games do I have?\"\n\nsteam whoami\n\n\nUser: \"What strategy games work on Deck?\"\n\nsteam library --genre \"Strategy\" --deck-compat ok --show-compat --limit 15\n\n\nUser: \"What tags are available?\"\n\nsteam tags --json\n\nOutput Formats\nDefault: Colored table\n--plain: Plain text list\n--json: JSON for scripting/AI agents"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/mjrussell/steam",
    "publisherUrl": "https://clawhub.ai/mjrussell/steam",
    "owner": "mjrussell",
    "version": "0.4.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/steam",
    "downloadUrl": "https://openagent3.xyz/downloads/steam",
    "agentUrl": "https://openagent3.xyz/skills/steam/agent",
    "manifestUrl": "https://openagent3.xyz/skills/steam/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/steam/agent.md"
  }
}