website

website is a command for Claude Code from danielraffel/generous-corp-marketplace. It costs 12 tokens per session (1,591 once invoked), scanned C, original, MIT.

A command that creates a GitHub Pages download site for a plugin, with its name, description, and download buttons.

In plain words
What is it for?
Use it to create, regenerate, or adjust a plugin download page, including hiding the link to the source repository.
Why use it?
It provides a public download page without requiring you to build one by hand. Published releases can update the download links.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: names the AskUserQuestion tool.

Part of the juce-dev plugin — 3 skills, 10 commands shipped together

Good fit Use it to create, regenerate, or adjust a plugin download page, including hiding the link to the source repository.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/danielraffel/generous-corp-marketplace/website
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/danielraffel/generous-corp-marketplace

Made for: Claude Code.

Or install juce-dev, the plugin that ships this one along with the rest of its 3 skills, 10 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 website

README.md
[![agentmods](https://agentmods.dev/badge/commands/danielraffel/generous-corp-marketplace/website.svg)](https://agentmods.dev/commands/danielraffel/generous-corp-marketplace/website)
Your own site
<a href="https://agentmods.dev/commands/danielraffel/generous-corp-marketplace/website"><img src="https://agentmods.dev/badge/commands/danielraffel/generous-corp-marketplace/website.svg" alt="Measured on agentmods" height="20"></a>
Per session 12 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,591 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. 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.00012 $0.01591
Opus 5 $0.00006 $0.00796
Sonnet 5 $0.00002 $0.00318
Haiku 4.5 $0.00001 $0.00159

Measured 8d ago against content hash 1df96b9d1ea6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade C, and why

website scanned grade C with 1 finding 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 8d 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.

Recursive force deletehighDestructive command

rm -rf with a variable or a broad path is one typo away from removing the wrong tree.

git rm -rf . 2>/dev/null || true
plugins/juce-dev/commands/website.md · 192 lines

How it starts

The opening of the file, as written. The whole thing — 192 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Website — GitHub Pages Download Page

Create a GitHub Pages download page for your plugin. Sets up a gh-pages branch with a responsive landing page showing your plugin name, description, and download buttons. Download links are automatically updated when you publish (/juce-dev:build publish or /juce-dev:ci publish).

Arguments

  • (no args) — Create a gh-pages branch with the website template (or report if one already exists)
  • --regenerate — Force regenerate the page from the template (overwrites existing)
  • --no-github-link — Omit the GitHub source link (useful for private repos)
  • --help — Show help reference

Examples:

/juce-dev:website                   # Set up GitHub Pages download page
/juce-dev:website --no-github-link  # Private repo — no source link
/juce-dev:website --regenerate      # Rebuild page from template
/juce-dev:website --help            # Show this reference

Implementation

Step 0: Handle --help

If --help is in the arguments, display this reference and stop:

juce-dev:website — Create a GitHub Pages download page

USAGE:
  /juce-dev:website                   Set up download page
  /juce-dev:website --no-github-link  Omit GitHub source link
  /juce-dev:website --regenerate      Rebuild from template

WHAT IT CREATES:
  A gh-pages branch with a single index.html — your plugin name,
  description, and download buttons for macOS and Windows.

  • Light and dark mode
  • Open Graph + Twitter Card meta tags
  • Download buttons start as "Coming Soon" stubs
  • Buttons auto-activate when you first publish
  • URLs auto-update on subsequent publishes

HOW DOWNLOADS UPDATE:
  When you run /juce-dev:build publish or /juce-dev:ci publish,
  the publish pipeline calls update_download_links.sh which:
  1. First publish: replaces "Coming Soon" stubs with active buttons
  2. Later publishes: updates version numbers in existing URLs

  This happens automatically — no manual website editing needed.

CUSTOMIZATION:
  The page is intentionally simple. After creation, you can edit
  index.html on the gh-pages branch to add features, screenshots,
  or other content. Your customizations are preserved — only the
  download button blocks (between marker comments) are touched
  during publish updates.

SOCIAL SHARING:
  Add a 1200x630px image to web-images/og-image.png on gh-pages
  for rich previews in iMessage, Slack, Discord, and Twitter/X.

YOUR PAGE URL:
  https://<github-user>.github.io/<repo>/

Read the full file on GitHub · 192 lines

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. 8d ago First seen · 192 lines · 12 tokens per session scan C 1df96b9d1ea6

Subscribe to this mod's changes

website is a command published in the GitHub repository danielraffel/generous-corp-marketplace (11 stars, last pushed 9d ago), licensed MIT. It adds 12 tokens to every session and 1,591 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.