← 返回 Skills 市场
zhangbin2025

围棋实战选点

作者 tokener · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ✓ 安全检测通过
120
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install weiqi-move
功能描述
智能提取并生成围棋实战选点题,支持恶手检测、实战对比、交互答题、试下演练及保存SGF功能。
安全使用建议
This package appears to do what it claims and runs entirely locally. Before running: (1) ensure you trust the SGF files you feed it (they can include player metadata), (2) inspect the included Python files if you want extra assurance (they use only the standard library and perform parsing/writing), and (3) run it in a normal user account (no special privileges required). If you plan to run many or untrusted SGF files, consider rate-limiting or running in an isolated environment to avoid resource exhaustion from extremely large or malformed inputs.
功能分析
Type: OpenClaw Skill Name: weiqi-move Version: 1.1.0 The weiqi-move skill bundle is a legitimate tool designed to extract Go (Weiqi) problems from SGF files and generate interactive HTML quizzes. The Python scripts (scripts/quiz.py and scripts/sgf_parser.py) implement a custom SGF tree parser and logic for identifying 'blunders' based on AI win-rate data without using any high-risk libraries or network calls. The generated HTML (templates/quiz.html) is self-contained, providing a canvas-based Go board and game logic for offline use. No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
The name/description (generate selection-questions from SGF with AI winrates, blunder detection, save SGF, produce an interactive HTML) matches the included scripts (SGF parser and quiz generator) and the HTML template. No unrelated capabilities (cloud, system admin, telemetry) are requested.
Instruction Scope
SKILL.md instructs running the local Python script on a provided SGF file to produce a single-file HTML; the runtime actions described (parse SGF, extract variations, create quiz HTML, save SGF) are consistent with the code. The instructions do not ask the agent to read unrelated system files, environment variables, or send data externally.
Install Mechanism
No install spec is provided and the code is pure Python using only the standard library, so nothing is downloaded or written to system-wide locations during install. This is the lowest-risk install model.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. The code operates on an input SGF and writes an HTML output — required access is limited and proportionate.
Persistence & Privilege
The skill is not marked always:true and does not request persistent system privileges. It is user-invocable and will execute only when the user provides an SGF and runs the script/template generation.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install weiqi-move
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /weiqi-move 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
新增变化图提示引导功能; 控制按钮支持可展开面板; 输出增加胜负结果; 优化ABCD选点显示; 试下功能增加打劫和禁入点检测; 限制试下功能只能在当前答题局面对使用; 修复变化图描述准确性; 全面优化小屏幕适配和按钮间距; 优化做题页面布局和交互体验; 使用确定性随机种子确保结果一致性
v1.0.0
围棋实战选点 - 从AI分析棋谱中学习和练习;核心功能:智能选点题提取、恶手题检测、实战对比、交互式做题、试下模式、保存SGF、音效反馈
元数据
Slug weiqi-move
版本 1.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

围棋实战选点 是什么?

智能提取并生成围棋实战选点题,支持恶手检测、实战对比、交互答题、试下演练及保存SGF功能。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 120 次。

如何安装 围棋实战选点?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install weiqi-move」即可一键安装,无需额外配置。

围棋实战选点 是免费的吗?

是的,围棋实战选点 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

围棋实战选点 支持哪些平台?

围棋实战选点 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 围棋实战选点?

由 tokener(@zhangbin2025)开发并维护,当前版本 v1.1.0。

💬 留言讨论