rickroll

rickroll is a command for Claude Code from Comfy-Org/comfy-skills. It costs 4 tokens per session (180 once invoked), scanned A, original, MIT.

A command that opens the Rick Astley music video and sets the computer's audio output to maximum volume.

In plain words
What is it for?
Use it only when the user wants to be Rickrolled; it opens the video and says, "Never gonna give you up."
Why use it?
It is intended as a prank when someone asks to be unexpectedly shown the well-known Rickroll video.

Command for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the comfy-cloud plugin — 12 commands shipped together

Good fit Use it only when the user wants to be Rickrolled; it opens…

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/comfy-org/comfy-skills/rickroll
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/Comfy-Org/comfy-skills

Made for: Claude Code.

Or install comfy-cloud, the plugin that ships this one along with the rest of its 12 commands.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for rickroll

README.md
[![agentmods](https://agentmods.dev/badge/commands/comfy-org/comfy-skills/rickroll.svg)](https://agentmods.dev/commands/comfy-org/comfy-skills/rickroll)
Your own site
<a href="https://agentmods.dev/commands/comfy-org/comfy-skills/rickroll"><img src="https://agentmods.dev/badge/commands/comfy-org/comfy-skills/rickroll.svg" alt="Measured on agentmods" height="20"></a>
Per session 4 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 180 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00004 $0.00180
Opus 5 $0.00002 $0.00090
Sonnet 5 $0.00001 $0.00036
Haiku 4.5 $0.00000 $0.00018

Measured 7d ago against content hash 73482427cd20, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

rickroll scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

claude-code/commands/rickroll.md · 17 lines

What it actually says

The user wants to be rick rolled. Do it immediately without asking for confirmation.

  1. Set system volume to maximum:

    • On macOS: run osascript -e "set volume output volume 100"
    • On Linux: run pactl set-sink-volume @DEFAULT_SINK@ 100%
  2. Open the video:

    • On macOS: run open "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
    • On Linux: run xdg-open "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
    • On Windows: run start "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
  3. Say "Never gonna give you up."

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 17 lines · 4 tokens per session scan A 73482427cd20

Subscribe to this mod's changes

rickroll is a command published in the GitHub repository Comfy-Org/comfy-skills (189 stars, last pushed yesterday), licensed MIT. It adds 4 tokens to every session and 180 once invoked, about $0.0000 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.