Interactive chess coaching based on Chess.com games and stats. Monitors a user's progress, analyzes recent games according to their skill level, and offers personalized advice. Use when the user wants to improve their chess, check their current rating/stats, or receive feedback on their games.
This skill helps you improve your chess game by monitoring your Chess.com profile and offering advice tailored to your skill level.
When a user mentions chess or improving their game for the first time:
scripts/chess_api.py <username> stats to fetch their rating and stats.memory/chess_state.json.Periodically or upon request:
scripts/chess_api.py <username> games.memory/chess_state.json to ensure no games are analyzed twice.memory/chess_observations.jsonl.references/skill_levels.md for coaching focus based on the user's current rating.Once per week, or when memory/chess_observations.jsonl reaches 5+ entries:
"I see you've played 10 Blitz games since we last talked. In your game against 'Grandmaster123', you missed a simple fork on the f2 square! At your current rating (850), focusing on basic tactics like these will help you reach 1000 fast."
scripts/chess_api.py: Interacts with the Chess.com public API.references/skill_levels.md: Provides guidance on coaching priorities by rating bracket.memory/chess_state.json: Store the user's username, preferred formats, and the ID of the last analyzed game.该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 chess-coach-1775929270 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 chess-coach-1775929270 技能
skillhub install chess-coach-1775929270
文件大小: 4.16 KB | 发布时间: 2026-4-12 09:21