Confetti
Trigger a two-step confetti celebration by opening the Raycast confetti URL and speaking a phrase with the Alex voice. Use when the user asks to run confetti, celebrate, or trigger the confetti sequence.From its SKILL.md
npx -y skills add IvanCampos/agents --skill confettiAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 5 stars5 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
- runs commandsInstructs the agent to run 3 commands, including `scripts/run_confetti.sh` and 2 more.
SKILL.md
0.9 KB, 147 tokens by cl100k_base, as published. Nobody here has run it
Confetti
Overview
Run a fixed two-command celebration sequence.
Quick Start
scripts/run_confetti.sh
Optional control flags:
scripts/run_confetti.sh --wait
scripts/run_confetti.sh --async
Default behavior is optimized for performance:
- Interactive terminal (
TTY): waits for speech to finish. - Non-interactive automation: starts speech in background and returns immediately.
Tasks
Run confetti
- Execute
scripts/run_confetti.shto open Raycast confetti and speak the phrase.
Resources
scripts/
run_confetti.sh: Triggers confetti and speaks the phrase, with async fast path for automation.
What ships with it: 2 files
907 B alongside SKILL.md, 1 of them executable
agents/
- openai.yaml165 B
scripts/
- run_confetti.shruns742 B