ashlr-leaderboard

ashlr-leaderboard is a command for Claude Code from ashlrai/ashlr-plugin. It costs 67 tokens per session (587 once invoked), scanned A, original, MIT.

A command for controlling whether your aggregate savings statistics appear on Ashlr's public leaderboard. Opting in publishes your GitHub handle, avatar, and total savings, but not your email, code, prompts, or file paths.

In plain words
What is it for?
Use `/ashlr-leaderboard on`, `off`, or `status` to manage or inspect the leaderboard setting in your Ashlr configuration.
Why use it?
It lets you check or change public visibility instead of leaving the setting unclear. Participation is off by default and requires an explicit opt-in.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: positional $N argument.

Part of the ashlr plugin — 11 skills, 36 commands, 5 agents, 7 hooks, 1 MCP server shipped together

Good fit Use /ashlr-leaderboard on, off, or status to manage or inspect the leaderboard setting in your Ashlr configuration.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/ashlrai/ashlr-plugin/ashlr-leaderboard
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/ashlrai/ashlr-plugin

Made for: Claude Code.

Or install ashlr, the plugin that ships this one along with the rest of its 11 skills, 36 commands, 5 agents, 7 hooks, 1 MCP server.

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 ashlr-leaderboard

README.md
[![agentmods](https://agentmods.dev/badge/commands/ashlrai/ashlr-plugin/ashlr-leaderboard.svg)](https://agentmods.dev/commands/ashlrai/ashlr-plugin/ashlr-leaderboard)
Your own site
<a href="https://agentmods.dev/commands/ashlrai/ashlr-plugin/ashlr-leaderboard"><img src="https://agentmods.dev/badge/commands/ashlrai/ashlr-plugin/ashlr-leaderboard.svg" alt="Measured on agentmods" height="20"></a>
Per session 67 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 587 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.00067 $0.00587
Opus 5 $0.00034 $0.00293
Sonnet 5 $0.00013 $0.00117
Haiku 4.5 $0.00007 $0.00059

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

Security

Grade A, and why

ashlr-leaderboard 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 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.

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.

commands/ashlr-leaderboard.md · 51 lines

What it actually says

Toggle participation in the public savings leaderboard shown at https://plugin.ashlr.ai/community. Opt-in is OFF by default — nothing about you is published until you explicitly run /ashlr-leaderboard on.

Usage

/ashlr-leaderboard on        # opt IN — your GitHub handle + savings appear publicly
/ashlr-leaderboard off       # opt OUT — removed from the public board on next sync
/ashlr-leaderboard status    # show your current setting

What gets published when you opt in

  • Your GitHub handle (e.g. octocat) and avatar.
  • Your lifetime tokens saved and the dollar equivalent (at the published $3/MTok rate — the same number /ashlr-savings shows you).

Never published: your email, your code, your prompts, file paths, or any per-session detail. Only the aggregate handle + savings figure.

How to apply this

The setting lives in ~/.ashlr/config.json under the leaderboard key:

  • on → set { "leaderboard": "public" }
  • off → set { "leaderboard": "off" }
  • status → read the key and report: public (opted in), off (opted out), or unset (default — opted out).

Read the existing ~/.ashlr/config.json (create it as {} if missing), merge the leaderboard key without disturbing other keys (e.g. telemetry), and write it back. Then tell the user the change takes effect on the next stats sync (session end), and confirm what is/isn't published.

Requirements & notes

  • The leaderboard ranks developers whose stats sync to the cloud, which means a signed-in account (Pro/Team — see /ashlr-tier). Free users with only local stats won't appear even when opted in, because their savings never leave their machine. Mention this if the user isn't signed in.
  • Opting out removes you from the board after the next sync propagates the flag.
  • This is the same privacy posture as /ashlr-brief and telemetry: explicit, reversible, and off until you choose otherwise.
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 · 51 lines · 67 tokens per session scan A 8dfe16efd79f

Subscribe to this mod's changes

ashlr-leaderboard is a command published in the GitHub repository ashlrai/ashlr-plugin (3 stars, last pushed yesterday), licensed MIT. It adds 67 tokens to every session and 587 once invoked, about $0.0003 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-31.