Raffle Winner Picker
This tool randomly selects a winner from a list, simplifying raffles and contests for fair and transparent results.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add raffle-winner-picker npx -- -y @trustedskills/raffle-winner-picker
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"raffle-winner-picker": {
"command": "npx",
"args": [
"-y",
"@trustedskills/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, or JSON data and ensures a fair selection process for raffles and giveaways. The skill is designed to be simple to use while guaranteeing unbiased results.
When to use it
- Running an online contest where you need to select a winner from submitted names.
- Picking a participant for a giveaway on social media platforms.
- Choosing teams or groups randomly from a list of individuals.
- Selecting volunteers for a specific task from a pool of available people.
Key capabilities
- Accepts input lists in text, CSV, and JSON formats.
- Provides a random selection from the provided entries.
- Ensures unbiased winner selection.
Example prompts
- "Pick a raffle winner from this list: Alice, Bob, Charlie, David."
- "Select a random participant from this CSV file: [CSV data]"
- "Choose a winner from this JSON array: [JSON data]"
Tips & gotchas
- Ensure the input list is clearly formatted and contains valid entries for accurate selection.
- The skill relies on the accuracy of the provided data; any errors in the list will affect the outcome.
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.