---
name: analyze-sbox-activity
description: "Answer questions about current ecosystem totals and bounded historical player activity."
version: 1.0
provider: s&box watch
url: https://sbox.watch/analytics/
languages: [en]
requires_auth: false
requires_payment: false
mcp_server: https://sbox.watch/mcp
openapi: https://sbox.watch/openapi.json
---

# Analyze s&box ecosystem activity

## When to invoke this skill

Use for questions about current public package totals, players, server activity, peaks, averages, and changes over time.

## Flow

1. Call `get_ecosystem_snapshot` for current totals.
2. Call `get_activity_history` with the shortest range that answers the question; use a game identifier only with kind `game`.
3. State the requested range, sample count, maximum, average, and current value. Treat sampled points as observations rather than continuous telemetry.
4. Cite the returned `canonicalUrl` and the relevant package page when one game is discussed.

## Fallback

Use the OpenAPI activity-history operation and the full `/api/analytics/packages/{kind}/{ident}` or `/api/analytics/organizations/{ident}` reports, or `/analytics/index.md`, if MCP is unavailable.
