← 返回 Skills 市场
harrylabsj

Boardgame Picker

作者 haidong · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
73
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install boardgame-picker
功能描述
Match a group to the right board game style by weighing player count, time, experience level, competition appetite, and social mood. Use when the user wants...
使用说明 (SKILL.md)

Boardgame Picker

Chinese name: 桌游选择器

Purpose

Help a group stop overthinking and start playing by matching the table to the right board game category. This skill is descriptive only. It does not check live catalog, pricing, or stock availability.

Use this skill when

  • The user needs a board game direction for a gathering, family table, or light social night.
  • The table has mixed experience, mixed ages, or unclear taste.
  • The group wants a quick category choice instead of browsing endless titles.
  • The user wants a backup plan if the room energy changes.

Inputs to collect

  • Player count
  • Age mix or newcomer level
  • Available time
  • Competition appetite
  • Desired mood or atmosphere
  • Tolerance for rules friction or mistakes

Workflow

  1. Read the table size, time, experience, and social mood.
  2. Map the situation to board game categories such as party, cooperative, deduction, family, or strategy.
  3. Recommend the best 1 to 2 categories, plus one backup and one type to avoid.
  4. Add mechanism keywords and classic example directions when useful.
  5. End with one fast-start suggestion so the group can begin tonight.

Output Format

  • Table snapshot
  • Recommended types with reasons
  • Backup type
  • Avoid this round
  • Quick start suggestion

Quality bar

  • The recommendation must match players, time, and rules tolerance.
  • Explanations must say why a category fits, not just list titles.
  • Include at least one low-friction way to start quickly.
  • Stay realistic when the table has mixed ages or mixed experience.

Edge cases and limits

  • If the user asks for exact titles, only offer common example directions, not a live database recommendation.
  • If age or skill gaps are large, prefer easy-to-explain formats over clever but fragile ones.
  • This skill does not guarantee a specific title is available in the room.

Compatibility notes

  • Works for family, friends, party, and parent-child situations.
  • Can pair conceptually with gaming-session-scheduler or co-op-mission-planner.
  • Fully dialogue-based, no real-time API required.
安全使用建议
This skill appears self-contained and consistent with its purpose: it parses user inputs and returns category recommendations. Before installing, you can (1) quickly scan the remainder of handler.py (the file in the package) for any network calls (requests, urllib, socket) or subprocess/os.exec usage — none are visible in the excerpt; (2) confirm there are no post-install scripts or hidden install specs in the package; and (3) note that the skill can be invoked autonomously by agents by default, but given it requests no credentials or external access, that is low risk. If you want higher assurance, run the included tests in an isolated environment to confirm behavior.
功能分析
Type: OpenClaw Skill Name: boardgame-picker Version: 1.0.0 The boardgame-picker skill is a self-contained recommendation engine that maps group dynamics (player count, time, experience) to board game categories. The logic in handler.py is purely algorithmic, using hardcoded scoring rules and a local library of game types without any external network calls, shell execution, or sensitive data access. The SKILL.md instructions are well-defined and focused entirely on the stated purpose of helping users select board games.
能力评估
Purpose & Capability
Name/description, SKILL.md, and handler.py all focus on mapping table parameters (players, time, mood, experience) to board‑game categories. There are no unrelated credentials, binaries, or config paths required.
Instruction Scope
SKILL.md is dialogue-based and limited to collecting inputs and returning category recommendations and quick-start guidance. The handler reads SKILL.md for metadata (expected) and otherwise processes only the provided input; there are no instructions to read unrelated system files or exfiltrate data.
Install Mechanism
No install specification; this is effectively an instruction+local Python handler. No downloads, package installs, or external installers are declared.
Credentials
The skill declares no required environment variables, credentials, or config paths. The code shown does not access environment secrets or external credential stores.
Persistence & Privilege
Skill flags are default (always: false, user-invocable true). It does not request permanent presence or elevated platform privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install boardgame-picker
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /boardgame-picker 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of Boardgame Picker skill. - Helps groups quickly match their situation to suitable board game categories based on player count, time, experience, competition appetite, and social mood. - Provides a primary and backup category recommendation, plus a game type to avoid and a quick-start suggestion. - Includes table snapshot and reasoning for each recommendation. - Tailored for mixed ages, mixed experience, and easy onboarding—no live catalog or title-check included.
元数据
Slug boardgame-picker
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Boardgame Picker 是什么?

Match a group to the right board game style by weighing player count, time, experience level, competition appetite, and social mood. Use when the user wants... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 73 次。

如何安装 Boardgame Picker?

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

Boardgame Picker 是免费的吗?

是的,Boardgame Picker 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Boardgame Picker 支持哪些平台?

Boardgame Picker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Boardgame Picker?

由 haidong(@harrylabsj)开发并维护,当前版本 v1.0.0。

💬 留言讨论