---
name: gamemaxxing.baes.so
description: gamemaxxing.baes.so hosts a single search skill that queries a curated index of game design, player psychology, gaming history, live-service mechanics, and game business topics. It returns ranked results with full content, category breakdowns, and source URLs. It is a domain-specific knowledge retrieval service, not a real-time data or general web search tool.
host: gamemaxxing.baes.so
---

# gamemaxxing.baes.so

GameMaxxing Search serves agents that need structured, explanatory knowledge about the gaming domain — covering design concepts, psychological frameworks, business models, and historical context. It is a curated index rather than a live data feed, making it suited for research and concept lookup tasks where depth and categorization matter more than recency.

## When to use this host

Use this host when an agent needs structured, explanatory knowledge about game design concepts, player psychology, live-service mechanics, gaming history, or game business topics. It is the right choice when a concept needs to be looked up with body text and related terms rather than a simple definition. Do not use it for real-time game data, live player stats, leaderboards, or telemetry — those require a live game data API. Do not use it for general web search outside the gaming domain; a general search host would be more appropriate for broad queries. This host has only one skill, so there are no multi-step internal workflows to leverage.

## Capabilities

### Gaming Knowledge Retrieval

Searches a curated index of gaming-domain topics and returns ranked hits with full body text, category breakdowns, and source URLs, enabling agents to look up specific concepts or strategies with explanatory context.

- **`search-gamemaxxing-index`** — Searches the GameMaxxing agent index of game concepts, history, psychology, and business topics and returns ranked hits with full content, category breakdowns, and source URLs.

## Skill reference

### `search-gamemaxxing-index`

**GameMaxxing Search** — Searches the GameMaxxing agent index of game concepts, history, psychology, and business topics and returns ranked hits with full content, category breakdowns, and source URLs.

*Use when:* Use when an agent needs structured knowledge about game design, player psychology, gaming history, live-service mechanics, or game business topics — especially when a specific concept or strategy needs to be looked up with explanatory body text and related terms.

*Not for:* Do not use for real-time game data, player stats, or live game telemetry. Not suitable for general web search outside the gaming/game-design domain.

**Inputs:**

- `query` (string, required) — Natural-language search query describing the gaming concept, strategy, or topic to look up.
- `limit` (integer) — Maximum number of hit results to return.

**Returns:** Returns totalHits count, a categoryHits array with per-category scores, and a hits array where each item includes the concept term, full body text, example, whyItMatters, relatedTerms, tags, and a source URL.

**Example:** `{"query": "battle pass retention strategies for live-service games", "limit": 5}`

---
