pp-mobalytics-lol
Every League of Legends aggregator, plus a local SQLite for cross-champion queries no single page surfaces. Trigger phrases: `look up the build for {champion}`, `what's the tier list for {role}`, `who counters {champion} in {role}`, `compare {champion1} and {champion2}`, `what changed in the meta this patch`, `use mobalytics-lol`, `run mobalytics-lol-pp-cli`.
What this skill does
<!-- GENERATED FILE — DO NOT EDIT.
This file is a verbatim mirror of library/media-and-entertainment/mobalytics-lol/SKILL.md,
regenerated post-merge by tools/generate-skills/. Hand-edits here are
silently overwritten on the next regen. Edit the library/ source instead.
See the repository agent guide, section "Generated artifacts: registry.json, cli-skills/". -->
# Mobalytics LoL — Printing Press CLI
## Prerequisites: Install the CLI
This skill drives the `mobalytics-lol-pp-cli` binary. **You must verify the CLI is installed before invoking any command from this skill.** If it is missing, install it first:
1. Install via the Printing Press installer. It defaults binaries to `$HOME/.local/bin` on macOS/Linux and `%LOCALAPPDATA%\Programs\PrintingPress\bin` on Windows:
```bash
npx -y @mvanhorn/printing-press-library install mobalytics-lol --cli-only
```
2. Verify: `mobalytics-lol-pp-cli --version`
3. Ensure the reported install directory is on `$PATH` for the agent/runtime that will invoke this skill.
If the `npx` install fails (no Node, offline, etc.), fall back to a direct Go install (requires Go 1.26.3 or newer):
```bash
go install github.com/mvanhorn/printing-press-library/library/media-and-entertainment/mobalytics-lol/cmd/mobalytics-lol-pp-cli@latest
```
If `--version` reports "command not found" after install, the runtime cannot see the binary directory on `$PATH`. Do not proceed with skill commands until verification succeeds.
## When to Use This CLI
Use this CLI when an agent needs aggregator-quality LoL champion data without a headless browser, when you want to compose cross-champion queries (pool vs pool, patch diffs, flex pickers) no aggregator page surfaces, or when you want ARAM/SR item-sets exported to the LoL client in batch. Reach for it during draft analysis, agentic Discord-bot prompts about 'who beats X this patch', morning-ritual pool digests, or coach pre-scrim preparation. Don't use it for live game data (Riot's match API is the right source) or personal summoner profiles (Mobalytics Plus's overlay is the right tool).
## When Not to Use This CLI
Do not activate this CLI for requests that require creating, updating, deleting, publishing, commenting, upvoting, inviting, ordering, sending messages, booking, purchasing, or changing remote state. This printed CLI exposes read-only commands for inspection, export, sync, and analysis.
## Unique Capabilities
These capabilities aren't available in any other tool for this API.
### Cross-pool draft analysis
- **`counter-pool`** — Given our champion pool and the enemy pool, return the full matchup matrix ranked by WR delta with sample-size floor — the SQL coaches do in their head.
_Reach for this when an agent or coach needs to know 'given two confirmed champion pools, who picks into whom.' Avoids N×M page loads._
```bash
mobalytics-lol-pp-cli counter-pool --our darius,aatrox,garen --their fiora,sett,renekton --agent
```
- **`meta-shift`** — Diff two tier_snapshots and list champions that gained or lost ≥1 tier or ≥2% WR since a prior patch, with sample-size guard.
_Use when an agent or coach needs to answer 'what changed this patch' without manually diffing tier-list screenshots._
```bash
mobalytics-lol-pp-cli meta-shift --since-patch 14.10 --role top --agent --select winner,loser,delta
```
- **`compare`** — Side-by-side join across tier, build, counters, and matchups for two champions — including item-overlap percentage.
_Resolves draft-time 'which of these two is better right now' questions in one command._
```bash
mobalytics-lol-pp-cli compare aatrox darius
```
- **`duo-finder`** — Best support pairings for a given ADC, restricted to a candidate support pool — coaches' player pools are fixed.
_Use when the support pool is fixed (coach, duo queue, ranked flex) and you need WR-ranked picks from that subset._
```bash
mobalytics-lol-pp-cli duo-finder --bot jinx --supports-from lulu,nami,leona
```
### Build artifact export
- **`item-set`** — Write LoL client item-set JSON for N champions in ARAM mode in one command, refreshing all stale files in the client config folder.
_Use when an ARAM player wants game-ready item-sets across their reroll pool without alt-tabbing between champ select and a website._
```bash
mobalytics-lol-pp-cli item-set --aram aatrox,jinx,lulu,yasuo,sett --to client
```
### Daily-ritual collapse
- **`pool-digest`** — For each champion in your pool: current tier, WR delta since last patch, top-1 counter, top-1 synergy — all in one composite query.
_Use as a morning ritual or pre-queue command to surface what changed about your specific champions._
```bash
mobalytics-lol-pp-cli pool-digest --pool darius,aatrox,garen --agent
```
### Mobalytics signature features
- **`power-spike`** — List champions ranked by early/mid/late spike strength for a chosen role — inverts Mobalytics's per-champion data into a leaderboard.
_Use when picking around a teammate's pick (ARAM, draft) to find spike-aligned champions._
```bash
mobalytics-lol-pp-cli power-spike --phase early --role jungle --top 20 --agent
```
### Draft toolkit
- **`flex`** — Champions that are ≥A-tier in 2+ roles for the same patch and rank — the SQL no aggregator surfaces because they index by role first.
_Use when drafting champions who don't tip your hand about role — invaluable for fearless-draft formats and amateur scrims._
```bash
mobalytics-lol-pp-cli flex --min-roles 2
```
- **`tier-list`** — Same patch, same rank — three regions side-by-side. Surfaces pick-priority drift between KR/EUW/NA that no aggregator defaults to.
_Use to spot regional meta divergence — KR is usually 2 weeks ahead of NA, and this surfaces it in one view._
```bash
mobalytics-lol-pp-cli tier-list --compare-regions kr,euw,na
```
## HTTP Transport
This CLI uses Chrome-compatible HTTP transport for browser-facing endpoints. It does not require a resident browser process for normal API calls.
## Discovery Signals
This CLI was generated with browser-observed traffic context.
- Capture coverage: 6 API entries from 6 total network entries
- Protocols: rest_json (75% confidence)
- Candidate command ideas: list_Aatrox.json — Derived from observed GET /cdn/16.10.1/data/en_US/champion/Aatrox.json traffic.; list_champion.json — Derived from observed GET /cdn/16.10.1/data/en_US/champion.json traffic.; list_item.json — Derived from observed GET /cdn/16.10.1/data/en_US/item.json traffic.; list_runesReforged.json — Derived from observed GET /cdn/16.10.1/data/en_US/runesReforged.json traffic.; list_summoner.json — Derived from observed GET /cdn/16.10.1/data/en_US/summoner.json traffic.; list_versions.json — Derived from observed GET /api/versions.json traffic.
## Command Reference
**cdn** — Manage cdn
**versions-json** — Manage versions json
- `mobalytics-lol-pp-cli versions-json` — Returns the full list of LoL patch versions known to Data Dragon, newest first. The first element is the current patch.
### Finding the right command
When you know what you want to do but not which command does it, ask the CLI directly:
```bash
mobalytics-lol-pp-cli which "<capability in your own words>"
```
`which` resolves a natural-language capability query to the best matching command from this CLI's curated feature index. Exit code `0` means at least one match; exit code `2` means no confident match — fall back to `--help` or use a narrower query.
## Recipes
### Diamond+ jungle picks that spike early
```bash
mobalytics-lol-pp-cli power-spike --phase early --role jungle --top 10 --agent
```
Inverts Mobalytics's per-champion power-spike data into a leaderboard scoped by role and rank — useful when picking around a teammate's pick or when an agent needs to recommend early-game junglers for a side comp.
### Pre-scrim pool-vs-pool matrix as JSON
```bash
mobalytics-lol-pp-cli counter-pool --our darius,aatrox,garen --their fiora,sRelated in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.