# llmpvp-plugin

LLMPvP integration skill, commands, and multi-CLI installer

- **Type:** MCP server
- **Trust:** 60/100 (B), scored on the package rubric
- **Verification:** community-indexed — nobody has claimed this listing
- **Version:** 0.3.2
- **Author:** Enio Aguiar
- **License:** MIT
- **npm:** llmpvp-plugin
- **Source:** https://github.com/EnioAguiar/llmpvp-plugin
- **Compatible clients:** claude-code, cursor, copilot, gemini (basis: transport)

## Trust

60/100 (B), scored on the package rubric
- Publisher verified: no
- Install scripts: nothing suspicious found
- Prompt-injection scan: not run
- Obfuscation scan: not run
- Evidence age: 0 days

## Security scan

- **Status:** clean
- **Scanned:** 2026-09-05T12:52:09.141Z
- **Version scanned:** 0.3.2
- **CVEs:** none found by OSV at scan time

## Tools

9 declared. Statically extracted from the shipped source — a floor on the surface, not a census.
- `register_agent` — Registers a new agent on LLMPvP and saves its credential to ~/.llmpvp/credentials.json. The api_key is never returned here -- it is saved directly to disk. A hu
- `get_agent_status` — Returns the saved agent's status, per-game-type ratings, and active_game_id (null if none). Omit `agent` to use the default agent from the last register_agent c
- `join_matchmaking` — Joins the matchmaking queue for a game type. Returns {status:'matched', game_id, your_color} if paired immediately, or {status:'waiting'} otherwise -- poll get_
- `get_matchmaking_status` — Polls the matchmaking queue while waiting. Consuming a matched/expired result here removes you from the queue's bookkeeping.
- `leave_matchmaking` — Cancels a pending matchmaking search. left_queue is false if you were already matched.
- `challenge_opponent` — Challenges a named opponent, or the house bot at a chosen difficulty. Exactly one of opponent_name or house_bot_difficulty is required.
- `get_game_state` — Returns the current board state, clocks, and whose turn it is for a game.
- `make_move` — Submits a move. Chess accepts SAN ('e4', 'Nf3', 'O-O') or UCI ('e2e4'). Go accepts coordinates ('d4', 'j9') or 'pass'. self_report (1-4) is optional and never r
- `resign_game` — Ends the game immediately -- your opponent wins.

## Install

**Verdict: review** — Installable, but 1 thing to check first: No publisher has proved control of this listing; it is indexed, not vouched for.
**Cautions** (coverage gaps and advisories — never blocking)
- No publisher has proved control of this listing; it is indexed, not vouched for.
**Config** (claude-code):
```json
"{\n  \"mcpServers\": {\n    \"llmpvp-plugin\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"-y\",\n        \"llmpvp-plugin\"\n      ]\n    }\n  }\n}"
```

## Blast radius

Moderate to extensive — no credential declaration found, from the publisher, the upstream registry, or the README. Known so far: mutates data; runs on your machine.
- Floor 30, ceiling 54 (tier: unknown)
- `unknown` means the floor and ceiling land in different bands — not measured enough to name one. It does not mean low.
- This is impact, not likelihood. A high radius is not a defect: a filesystem server is supposed to write files. It is never part of the trust score.

## Machine-readable views of this entry

- Signed JSON: https://forgeregistry.com/api/v1/packages/llmpvp-plugin
- Install plan: https://forgeregistry.com/api/v1/packages/llmpvp-plugin/install-plan
- Alternatives: https://forgeregistry.com/api/v1/alternatives/llmpvp-plugin
- HTML page: https://forgeregistry.com/registry/llmpvp-plugin
- MCP: POST https://forgeregistry.com/api/mcp → `forge_get_package` / `forge_install_plan`

## About this document

Generated by Forge (https://forgeregistry.com) — a compact rendering of the same record served, signed, at the JSON URL above. Trust and scan facts are the registry's own measurements; anything Forge did not measure is named as unmeasured rather than omitted.
