docs(sorare): AI-builds-strategy chat mockup + 'any GraphQL endpoint' pitch#214
Merged
Merged
Conversation
The launch guides under-sold the connector by listing only the dedicated tools. The real story is that the AI client can compose ANY Sorare GraphQL operation via the auto-injected schema/query/mutation/subscription escape hatches — that's what lets it scan top performers, join with live offers and floor prices, and produce a complete buy strategy from a single prompt. Three announcement landings (en/de/it) get a full rewrite: - Tailwind-styled chat-window mockup showing Claude calling wallet → list_my_cards → graphql_schema → custom graphql_query → player_floor_price ×N → token_prices ×N, ending in a real €100 buy list with reserve plan. - 'What this unlocks' grid of four trading use cases (strategy on demand, floor arbitrage, form-aware buys, portfolio insights). - 'Beyond the 18 dedicated tools' section featuring the four GraphQL escape hatches and what the AI uses each for. - Two side-by-side CTAs (cloud vs self-host) at the bottom. Twelve client-specific guides (Claude / ChatGPT / Copilot / OpenClaw × en/de/it) gain a single concise 'Beyond the 18 tools' section pointing back to the announcement landing for the full chat session. Mechanical cleanup: old hard-coded '7 tool / 7 Tools / 7 tool' references swapped to '18 tools (5 GraphQL builtins + 13 dedicated)' across every Sorare guide.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rewrites the three Sorare announcement landings (en/de/it) and patches the twelve client-specific guides to communicate that the connector exposes the entire Sorare GraphQL surface — not just the 18 dedicated tools. Adds a Tailwind-styled chat-window mockup showing Claude composing a real €100 buy strategy by calling wallet → list_my_cards → schema → custom graphql_query → floor_price ×N → token_prices ×N. Cleans up stale '7 tool' references.