← Back to Skills Marketplace
zhangbin2025

围棋定式数据库

by tokener · GitHub ↗ · v2.1.1 · MIT-0
cross-platform ✓ Security Clean
246
Downloads
0
Stars
0
Active Installs
5
Versions
Install in OpenClaw
/install weiqi-joseki
Description
weiqi-joseki v2.1.1 围棋定式数据库 - 基于KataGo棋谱构建。重构版采用多级时序连通性过滤,性能大幅提升。模块化设计,数据完全本地存储。
Usage Guidance
This skill appears internally consistent for building a local Joseki database from KataGo archives and does not ask for credentials. Before installing, consider: 1) Review src/extraction/katago_downloader.py to confirm the download host(s) (expect katagoarchive.org) and confirm no unexpected external endpoints. 2) Be aware it will create ~/.weiqi-joseki and can download large tarballs (disk and network usage). 3) If you want stronger isolation, run the CLI in a sandbox or VM to verify behavior and disk use. 4) Because the source/homepage is unknown, inspect the downloader and any network code yourself if you need stronger assurance; otherwise the package appears coherent and not requesting unnecessary access.
Capability Analysis
Type: OpenClaw Skill Name: weiqi-joseki Version: 2.1.1 The skill bundle is a specialized tool for building and querying a Weiqi (Go) joseki database based on KataGo game archives. The code performs legitimate operations such as downloading game files from katagoarchive.org, parsing SGF files, and maintaining a local frequency database in ~/.weiqi-joseki/. While the use of 'pickle' for state persistence in src/utils/cms.py is a known security weakness (potential RCE if the local state file is replaced by an attacker), there is no evidence of malicious intent, data exfiltration, or unauthorized system access. The instructions in SKILL.md are consistent with the tool's stated purpose and do not contain prompt-injection attacks.
Capability Tags
crypto
Capability Assessment
Purpose & Capability
The name/description advertise a Joseki DB built from KataGo games and the included modules (downloader, extractor, builder, storage, CLI) match that purpose. Required env/config/credentials are none, which is consistent for a local-data tool.
Instruction Scope
SKILL.md and the CLI instruct downloading KataGo archives, extracting SGF moves, building CMS statistics, and writing a JSON DB under ~/.weiqi-joseki. The instructions reference only expected files and paths (cache, state.json, cms.pkl, database.json) and do not ask to read unrelated system files or external secrets.
Install Mechanism
There is no install spec — the skill is instruction/code-only and does not fetch or execute arbitrary installers. The code itself may perform network downloads of KataGo archive tarballs (expected for its function) but does not embed opaque download URLs or installers in the provided metadata.
Credentials
The skill requests no environment variables or credentials. It stores data under the user's home directory and persists state files; this storage is proportionate to a local database builder and does not require unrelated secrets.
Persistence & Privilege
always:false and normal autonomous invocation. The skill will create and write to ~/.weiqi-joseki (cache, temp files, cms.pkl, database.json) and may download and store large KataGo archive files — this is expected but has persistence/ disk usage implications rather than elevated privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install weiqi-joseki
  3. After installation, invoke the skill by name or use /weiqi-joseki
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.1.1
v2.1.1: 定式方向归一化存储,简化匹配逻辑;v2.1.0: 新增自动增量构建模式,支持日更定式库,断点续传,增量下载/提取/统计
v2.0.1
Fix 9lu extraction: use spatial connectivity instead of temporal filtering, preserve tenuki-return moves, +207 joseki
v2.0.0
v2.0.0: Major refactor with temporal connectivity analysis and multi-level fallback (13->11->9). 40% performance boost, 30% less memory. Simplified API by removing 5 redundant interfaces.
v1.2.0
代码重构为模块化结构; 新增export导出和katago自动导入命令; Hash表内存优化支持百万级棋谱; 8way支持--direction参数; import支持--min-rate概率筛选; 断点续传和内存监控
v1.1.0
首次发布: 支持定式录入、8向变化生成、冲突检测、定式识别; 新增KataGo棋谱自动导入; 支持脱先定式提取; Hash表内存优化; 断点续传功能
Metadata
Slug weiqi-joseki
Version 2.1.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 5
Frequently Asked Questions

What is 围棋定式数据库?

weiqi-joseki v2.1.1 围棋定式数据库 - 基于KataGo棋谱构建。重构版采用多级时序连通性过滤,性能大幅提升。模块化设计,数据完全本地存储。 It is an AI Agent Skill for Claude Code / OpenClaw, with 246 downloads so far.

How do I install 围棋定式数据库?

Run "/install weiqi-joseki" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 围棋定式数据库 free?

Yes, 围棋定式数据库 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 围棋定式数据库 support?

围棋定式数据库 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 围棋定式数据库?

It is built and maintained by tokener (@zhangbin2025); the current version is v2.1.1.

💬 Comments