← Back to Skills Marketplace
82
Downloads
1
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install random-team-picker
Description
Randomly select or split team members with options for weighted choice, exclusions, and fair distribution over multiple rounds.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install random-team-picker - After installation, invoke the skill by name or use
/random-team-picker - Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Frequently Asked Questions
What is Random Team Picker?
Randomly select or split team members with options for weighted choice, exclusions, and fair distribution over multiple rounds. It is an AI Agent Skill for Claude Code / OpenClaw, with 82 downloads so far.
How do I install Random Team Picker?
Run "/install random-team-picker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Random Team Picker free?
Yes, Random Team Picker is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Random Team Picker support?
Random Team Picker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Random Team Picker?
It is built and maintained by darbling (@darbling); the current version is v1.0.2.
More Skills