ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

chesscom-player-stats

Affiche les stats Chess.com d'un joueur (rapid/blitz/bullet + puzzles) via l'API publique.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/hugoramon/stats-profil-chess
Or

Chess.com — Player Stats

Usage

  • Demande à l'utilisateur un username Chess.com (ex: "erik").
  • Lance le script Python local chesscom_stats.py avec ce username.
  • Affiche un résumé clair (ratings + W/L/D) + un extrait du JSON brut si besoin.

Workflow

  1. Valider l'entrée:
    • username non vide
    • uniquement lettres/chiffres/underscore/tiret (sinon demander un username valide)
  2. Exécuter:
    • python3 chesscom_stats.py "<username>"
  3. Si erreur:
    • si "404": dire que le joueur n'existe pas ou profil non public
    • sinon afficher le message d'erreur et proposer de réessayer

Output format (obligatoire)

  • Titre: "Stats Chess.com — <username>"
  • Sections (si disponibles):
    • Rapid
    • Blitz
    • Bullet
    • Puzzles
  • Pour Rapid/Blitz/Bullet afficher:
    • rating actuel, best, record (win/loss/draw), last date
  • Pour Puzzles afficher:
    • rating actuel, best

Guardrails

  • Ne jamais demander de mot de passe, token ou donnée privée (API publique uniquement).
  • Ne pas prétendre pouvoir jouer des coups ou modifier un compte (API read-only).

Metadata

Author@hugoramon
Stars2387
Views1
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-hugoramon-stats-profil-chess": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.