← 返回 Skills 市场
82
总下载
1
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install random-team-picker
功能描述
Randomly select or split team members with options for weighted choice, exclusions, and fair distribution over multiple rounds.
安全使用建议
This skill appears coherent and low-risk: it runs a small local Python script, asks for no credentials, and makes no network calls. Before installing, you may (1) review the included scripts/pick.py yourself (it's short and readable), (2) be aware of two functional issues in the weighted-selection logic (possible duplicate names in multi-pick results and a corner-case that could raise an exception), and (3) run the script in a safe environment to verify behavior with your inputs. If you need guarantees about uniqueness or robustness for production use, request fixes (ensure unique results when desired and validate weight lists) before relying on it.
功能分析
Type: OpenClaw Skill
Name: random-team-picker
Version: 1.0.2
The skill bundle is a straightforward utility for random team selection and member picking. The Python script (scripts/pick.py) uses standard libraries and contains no network, file system, or shell execution calls. The documentation (SKILL.md) is consistent with the code logic and contains no malicious instructions or prompt injection attempts.
能力评估
Purpose & Capability
Name, description, SKILL.md, and the included Python script all implement a random team picker with weighted selection, exclusions, and team splitting. There are no unrelated binaries, credentials, or external services requested.
Instruction Scope
SKILL.md limits behavior to local CLI usage and examples that match the script. The script only reads its CLI args and prints results; it does not access files, env vars, network, or other system configuration. Minor functional issues exist: weighted selection can produce duplicate names in the result (because sampling is done on an expanded list containing repeated names) and there is a potential exception if weight entries cause the weight list to be smaller than the sample size. These are functional bugs, not indicators of malicious behavior.
Install Mechanism
No install spec; this is instruction-only with an included Python script. Nothing is downloaded or written by an installer. Risk from install mechanism is low.
Credentials
The skill requires no environment variables, credentials, or config paths. That matches the declared purpose and the code's behavior.
Persistence & Privilege
The skill does not request always-on presence and does not modify system or other skills' configuration. Agent autonomous invocation is allowed by default (platform normal) and does not combine with any other elevated privilege here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install random-team-picker - 安装完成后,直接呼叫该 Skill 的名称或使用
/random-team-picker触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
- Added a disclaimer section outlining usage limitations and advising users to verify information from official sources.
- Provided the disclaimer in both English and Chinese.
v1.0.1
- No changes detected in this version.
- All features and usage remain the same as the previous version.
v1.0.0
Initial release of random-team-picker.
- Randomly pick members from a list for meetings or activities
- Split a group into multiple teams
- Support for weighted selection to increase chances for specific members
- Exclude specified members from being picked
- Ensure fair distribution across multiple rounds
元数据
常见问题
Random Team Picker 是什么?
Randomly select or split team members with options for weighted choice, exclusions, and fair distribution over multiple rounds. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 82 次。
如何安装 Random Team Picker?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install random-team-picker」即可一键安装,无需额外配置。
Random Team Picker 是免费的吗?
是的,Random Team Picker 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Random Team Picker 支持哪些平台?
Random Team Picker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Random Team Picker?
由 darbling(@darbling)开发并维护,当前版本 v1.0.2。
推荐 Skills