Raffle Winner Picker
This skill randomly selects a winner from a list, simplifying and automating raffle or prize drawing processes for events and games.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add prat011-raffle-winner-picker npx -- -y @trustedskills/prat011-raffle-winner-picker
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"prat011-raffle-winner-picker": {
"command": "npx",
"args": [
"-y",
"@trustedskills/prat011-raffle-winner-picker"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill randomly selects a winner from a list of entries. It can handle lists provided as text, CSV data, or JSON arrays. The tool ensures fair selection by using a random number generator to pick the winning entry.
When to use it
- Running a giveaway on social media and needing an unbiased way to choose a winner.
- Selecting participants for a contest from a submitted list of names.
- Picking teams randomly from a pool of volunteers.
- Determining who gets first pick in a lottery or drawing.
Key capabilities
- Accepts input as text, CSV, or JSON.
- Randomly selects a single winner.
- Provides the selected winner's entry.
Example prompts
- "Pick a raffle winner from this list: Alice, Bob, Charlie, David."
- "Select a random participant from this CSV data: Name,Email\nJohn Doe,[email protected]\nJane Smith,[email protected]"
- "Choose a lottery winner from this JSON array: [{"name":"Eve"}, {"name":"Frank"}]"
Tips & gotchas
The skill relies on accurate input data; ensure the list of entries is complete and correctly formatted for best results. Large lists may take slightly longer to process.
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.