chess-review
v2.0.0Chess.com 用户名自动取谱与中文互动复盘;累计 10 盘复盘后可开启持续更新的常见漏洞与进步档案。
By Mission Nine Lab Inc.License: PolyForm-Noncommercial-1.0.010 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 24, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install chess-review for Codex
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add chess-review@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/kevina0817-ctrl/chess-review-skillClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/chess-review/.
Plugin files
├── .codex-plugin/plugin.json├── skills/chess-common-leaks/SKILL.md└── skills/chess-review-open/SKILL.md
Included Skills2
在同一棋手累计至少 10 盘已完成互动复盘后,按需建立常见漏洞与进步档案;开启后随每盘新复盘增量更新。用于用户询问 common leaks、反复出现的失误或跨局进步。复用同插件 chess-review-open 的数据与工具,不用于首次单盘复盘或后台监控。
连接用户提供的 Chess.com 用户名并自动取谱,或读取标准 PGN、文件和清晰截图,生成中文互动棋局复盘。用户说 review 最新一盘时按需自动执行取谱、分析和归档;已开启成长档案时调用同插件的 chess-common-leaks 增量更新。不绑定账号、电脑路径或发布服务。
Plugin manifests1
{
"name": "chess-review",
"version": "2.0.0",
"description": "Chess.com 用户名自动取谱与中文互动复盘;累计 10 盘复盘后可开启持续更新的常见漏洞与进步档案。",
"author": {
"name": "Mission Nine Lab Inc."
},
"skills": "./skills/",
"interface": {
"displayName": "Chess Review Open 2.0 · 国际象棋互动复盘",
"shortDescription": "自动取谱、互动复盘,以及持续积累的常见漏洞与进步。",
"longDescription": "首次告诉代理 Chess.com 用户名,以后直接请求 review 最新一盘。支持 PGN 输入;积累至少 10 盘已完成复盘后,按需开启 Common leaks 并随新棋局增量更新。",
"developerName": "Mission Nine Lab Inc.",
"category": "Productivity",
"capabilities": [
"Interactive",
"Write"
],
"defaultPrompt": [
"我的 Chess.com 用户名是 YOUR_USERNAME,帮我复盘最新一盘。",
"我已经积累了至少 10 盘复盘,帮我整理 common leaks。"
]
},
"repository": "https://github.com/kevina0817-ctrl/chess-review-skill",
"license": "PolyForm-Noncommercial-1.0.0"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[chess-review on Agent Plugins Marketplace](https://pluginsmp.com/plugins/chess-review)