← Back to Skills Marketplace
289
Downloads
0
Stars
1
Active Installs
27
Versions
Install in OpenClaw
/install weiqi-foxwq
Description
weiqi-foxwq 野狐棋谱下载 - 自动从野狐围棋网站下载棋谱,支持分享链接提取(API历史棋谱/WebSocket实时)、按日期下载,含性能计时报告。当用户需要"下载野狐棋谱"、"野狐围棋"、"棋谱下载"时使用此技能。
Usage Guidance
This skill appears coherent with its stated purpose: it fetches public SGF data from foxwq domains and saves files locally. Before installing, consider: (1) the optional Playwright mode will download and run a headless Chromium (large binary) if you try live/WebSocket extraction; only install it if you need live extraction. (2) The tool performs network requests to foxwq.com/h5.foxwq.com — ensure you are comfortable with those requests and that they comply with the site's terms. (3) Files are saved to /tmp by default or to FOXWQ_DOWNLOAD_DIR; verify output paths if you care about storage location. (4) If you need higher assurance, inspect the included Python files yourself (they are present and readable) and consider running in an isolated environment. No credentials or secret exfiltration indicators were found.
Capability Analysis
Type: OpenClaw Skill
Name: weiqi-foxwq
Version: 1.3.1
The skill bundle is a legitimate tool for downloading Go (Weiqi) game records from the FoxWQ platform. The scripts (download_by_name.py, download_sgf.py, and download_share.py) interact with public FoxWQ APIs and websites to retrieve SGF files, saving them locally to /tmp/ or user-specified directories. While it uses Playwright for real-time game extraction, this is a justified capability for its stated purpose. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found.
Capability Assessment
Purpose & Capability
Name/description target downloading SGF from 野狐围棋; all declared network endpoints and code (h5.foxwq.com, foxwq.com) are the site the skill claims to use. Requested dependencies (requests, BeautifulSoup, optional Playwright) match the described features (HTTP scraping, optional WebSocket/browser). No unrelated services or credentials are requested.
Instruction Scope
SKILL.md instructs running the included Python scripts to fetch public APIs, optionally using Playwright for WebSocket/live extraction. The runtime actions described (HTTP GETs, optional headless browser for websockets, local SGF file writes) match the implementation. The instructions do not ask the agent to read unrelated local files, secrets, or to transmit data to third‑party endpoints beyond foxwq domains.
Install Mechanism
This is an instruction-only skill with Python source included and no automated install spec. Declared pip dependencies are standard packages (beautifulsoup4, lxml, requests) and Playwright is optional for live mode; both are proportionate for the functionality. No downloads from obscure URLs or archive extraction are present.
Credentials
The only environment variable mentioned is FOXWQ_DOWNLOAD_DIR to override output directory; no credentials, tokens, or config paths are required. The skill does network IO to public APIs which is necessary for its purpose.
Persistence & Privilege
always is false and the skill does not request persistent platform privileges or modify other skills/system-wide settings. It runs as a normal user-level tool and writes SGF files to configurable local directories.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install weiqi-foxwq - After installation, invoke the skill by name or use
/weiqi-foxwq - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.3.1
docs: 添加绝艺解说棋谱文档; 更新功能概述和 WebSocket 协议说明; feat: 支持绝艺解说直播棋谱提取; refactor: 使用 sgf_parser 替代正则解析 SGF
v1.3.0
feat: 支持绝艺解说直播棋谱提取; 自动识别绝艺直播数据格式,提取主分支着法; refactor: 使用 sgf_parser 替代正则解析 SGF; 统一 SGF 解析逻辑,提升准确性
v1.2.0
feat: 新增通过昵称下载棋谱功能;新增download_by_name.py脚本;支持昵称查UID、获取棋谱列表、批量下载SGF
v1.1.1
refactor: 默认下载目录改为系统临时目录; security: 优化安全声明降低风险评级; fix: 添加让子棋检测与正确处理; docs: 更新文档添加让子棋支持说明
v1.1.0
文档脱敏处理,优化安全声明,添加让子棋支持
v1.0.21
新增API模式支持历史棋谱快速下载,自动模式智能选择提取方式,添加--mode参数支持手动选择api/websocket模式
v1.0.20
重构文档结构,添加安全提示
v1.0.19
标题简化为野狐棋谱下载,移除职业字样
v1.0.18
设置中文显示名称
v1.0.17
移除tags字段,统一格式
v1.0.16
调整SKILL.md格式
v1.0.15
name恢复为英文weiqi-foxwq,主标题保持中文
v1.0.14
name字段改为中文
v1.0.13
添加title字段显示中文标题
v1.0.12
新增分享链接SGF下载功能,支持WebSocket协议解析,可实时提取进行中和已结束对局棋谱
v1.0.11
新增分享链接SGF下载功能,支持WebSocket协议破译,可实时提取进行中和已结束对局棋谱,文档脱敏处理
v1.0.10
新增分享链接SGF下载功能,支持WebSocket协议破译,可实时提取进行中和已结束对局棋谱
v1.0.9
新增分享链接SGF下载功能,支持WebSocket协议破译,可实时提取进行中和已结束对局棋谱
v1.0.8
更新安全说明
v1.0.7
添加 tags 支持搜索优化
Metadata
Frequently Asked Questions
What is 野狐棋谱下载?
weiqi-foxwq 野狐棋谱下载 - 自动从野狐围棋网站下载棋谱,支持分享链接提取(API历史棋谱/WebSocket实时)、按日期下载,含性能计时报告。当用户需要"下载野狐棋谱"、"野狐围棋"、"棋谱下载"时使用此技能。 It is an AI Agent Skill for Claude Code / OpenClaw, with 289 downloads so far.
How do I install 野狐棋谱下载?
Run "/install weiqi-foxwq" 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 v1.3.1.
More Skills