Raffle Winner Picker
This tool randomly selects a winner from a list, simplifying raffle or contest organization and ensuring fairness.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add davepoon-raffle-winner-picker npx -- -y @trustedskills/davepoon-raffle-winner-picker
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"davepoon-raffle-winner-picker": {
"command": "npx",
"args": [
"-y",
"@trustedskills/davepoon-raffle-winner-picker"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to randomly select a winner from a provided list of names or entries. It functions as a digital draw tool, ensuring impartiality by using an algorithmic selection process rather than manual picking.
When to use it
- Conducting office holiday party gift exchanges where fairness is essential.
- Selecting a random participant for a speaking turn during a virtual meeting.
- Determining the lucky recipient of a prize in a community online event.
- Breaking ties between multiple candidates when a decision requires chance.
Key capabilities
- Accepts a list of names or identifiers as input.
- Executes a single random selection from the provided set.
- Returns the chosen winner clearly to the user.
Example prompts
- "Pick one winner for our raffle from this list: Alice, Bob, Charlie, and Diana."
- "Randomly select a team member to present the quarterly report from my roster."
- "Choose a lucky number between 1 and 20 using a random draw."
Tips & gotchas
Ensure you provide a complete, non-empty list of names or options before triggering the selection. The tool relies on the input data provided; it cannot generate its own participants without your initial list.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.