← 返回 Skills 市场
238
总下载
0
收藏
1
当前安装
10
版本数
在 OpenClaw 中安装
/install weiqi-yunbisai
功能描述
weiqi-yunbisai 云比赛网围棋比赛数据查询 - 支持比赛列表、分组信息、对阵数据、排名计算。当用户需要"查比赛"、"云比赛网"、"围棋比赛"时使用此技能。
安全使用建议
This skill is coherent with its stated purpose and requests no secrets, but standard caution applies: 1) Inspect the included script (scripts/query.py) yourself or run it in a sandboxed environment before use. 2) The script will make network requests to yunbisai domains and may write HTML files (e.g., under /tmp) that you might be asked to share via IM — verify the generated files before sending. 3) Install only the documented dependency (requests) using your normal package management; avoid running unknown install scripts. 4) If you need higher assurance, run the script with network monitoring or review the full file contents (ensure there are no hidden remote endpoints beyond the yunbisai domains).
能力评估
Purpose & Capability
Name/description match the implementation: the code and SKILL.md call yunbisai endpoints, parse event/group/match data, compute rankings and export HTML. There are no unrelated credentials, binaries, or endpoints requested.
Instruction Scope
Runtime instructions and the Python script limit actions to requesting public yunbisai endpoints, parsing HTML when needed, computing rankings, and writing HTML/JSON outputs (to /tmp). The skill also documents how to embed generated files in QQ messages. Note: the skill generates files for export which a user may be prompted to send via IM — review outputs before sharing.
Install Mechanism
No install spec in registry (instruction-only), but SKILL.md instructs users to pip3 install requests. This is a minimal dependency and expected for a Python script; nothing is downloaded from arbitrary URLs and no package install automation is embedded in the skill.
Credentials
The skill declares no required environment variables or credentials. The code does not attempt to read secrets or unrelated configuration; network calls are to yunbisai domains and the public website.
Persistence & Privilege
always:false and no code attempts to modify agent configuration or persist sensitive credentials. The skill runs on demand and does not request elevated platform privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install weiqi-yunbisai - 安装完成后,直接呼叫该 Skill 的名称或使用
/weiqi-yunbisai触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.0
feat: 添加对手分逆减破同分规则; feat: 添加 --ranking-mode 参数支持简化排名模式(跳过累进分); fix: 对手分=0时不计算逆减; docs: 更新排名规则文档
v1.1.2
fix: 修复区域搜索API兼容性问题并完善文档; fix: 修复HTML注入漏洞; docs: 添加QQ媒体文件发送方式说明; feat: 排名HTML添加选手对局详情点击名字可查看每轮对阵结果; feat: 优化输出格式为手机端HTML表格
v1.1.1
修复HTML注入漏洞:对所有API数据进行HTML转义处理
v1.1.0
添加关键词过滤搜索,排名页面支持查看选手对局详情,添加QQ媒体文件发送文档
v1.0.5
排名HTML添加选手对局详情,点击名字可查看每轮对阵结果
v1.0.4
添加 tags 支持搜索优化
v1.0.3
优化搜索关键词
v1.0.2
添加依赖说明
v1.0.1
添加安全说明文档
v1.0.0
weiqi-yunbisai 1.0.0
- 首次发布完整的云比赛网(yunbisai.com)围棋比赛数据查询技能包
- 支持比赛列表、分组、选手、所有对阵、自动计算排名等全流程查询
- 提供命令行脚本`query.py`,支持分组排名、个人成绩、HTML导出及性能报告
- 按比赛数据量智能输出:少量Markdown文本,多则自动导出手机优化HTML榜单
- 排名算法严格还原官方规则:个人积分、对手分、累进分与轮空细则
- 附详细参数、全场景用例和交互指令,适用查找成绩、分组及排名等需求
元数据
常见问题
围棋云比赛网查询 是什么?
weiqi-yunbisai 云比赛网围棋比赛数据查询 - 支持比赛列表、分组信息、对阵数据、排名计算。当用户需要"查比赛"、"云比赛网"、"围棋比赛"时使用此技能。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 238 次。
如何安装 围棋云比赛网查询?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install weiqi-yunbisai」即可一键安装,无需额外配置。
围棋云比赛网查询 是免费的吗?
是的,围棋云比赛网查询 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
围棋云比赛网查询 支持哪些平台?
围棋云比赛网查询 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 围棋云比赛网查询?
由 tokener(@zhangbin2025)开发并维护,当前版本 v1.2.0。
推荐 Skills