Back to Registry View Author Profile
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-chessOr
Chess.com — Player Stats
Usage
- Demande à l'utilisateur un
usernameChess.com (ex: "erik"). - Lance le script Python local
chesscom_stats.pyavec ce username. - Affiche un résumé clair (ratings + W/L/D) + un extrait du JSON brut si besoin.
Workflow
- Valider l'entrée:
- username non vide
- uniquement lettres/chiffres/underscore/tiret (sinon demander un username valide)
- Exécuter:
python3 chesscom_stats.py "<username>"
- 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
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.