agentsclimarketplace

Confetti

Skill IvanCampos/agents/skills/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

Install
npx -y skills add IvanCampos/agents --skill confetti

Assembled 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.sh to 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/

scripts/

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.