update-marketplace-stars

update-marketplace-stars is a skill for Claude Code from NikiforovAll/lazyclaude. It costs 45 tokens per session (472 once invoked), scanned A, original, MIT.

A maintenance skill that refreshes the GitHub star counts shown for suggested marketplaces in a code project.

In plain words
What is it for?
Reading the configured marketplace repositories, fetching their current GitHub star counts with GitHub CLI, and updating the project settings.
Why use it?
It removes the need to check each repository and edit the settings file by hand when marketplace popularity changes.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Good fit Reading the configured marketplace repositories, fetching their current GitHub star counts with GitHub CLI, and updating the project settings.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/nikiforovall/lazyclaude/update-marketplace-stars
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.

Any agent
npx skills add NikiforovAll/lazyclaude --skill update-marketplace-stars
Clone the repo
git clone --depth 1 https://github.com/NikiforovAll/lazyclaude

Made for: Claude Code.

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 update-marketplace-stars

README.md
[![agentmods](https://agentmods.dev/badge/skills/nikiforovall/lazyclaude/update-marketplace-stars/github.svg)](https://agentmods.dev/skills/nikiforovall/lazyclaude/update-marketplace-stars)
Your own site
<a href="https://agentmods.dev/skills/nikiforovall/lazyclaude/update-marketplace-stars"><img src="https://agentmods.dev/badge/skills/nikiforovall/lazyclaude/update-marketplace-stars/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for update-marketplace-stars

Your own site · 80×15
<a href="https://agentmods.dev/skills/nikiforovall/lazyclaude/update-marketplace-stars"><img src="https://agentmods.dev/badge/skills/nikiforovall/lazyclaude/update-marketplace-stars.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 45 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 472 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.00045 $0.00472
Opus 5 $0.00023 $0.00236
Sonnet 5 $0.00009 $0.00094
Haiku 4.5 $0.00005 $0.00047

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

Security

Grade A, and why

update-marketplace-stars 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 12d 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/skills/update-marketplace-stars/SKILL.md · 54 lines

What it actually says

Update Marketplace Stars

Update the GitHub star counts for suggested marketplaces defined in src/lazyclaude/services/settings.py.

Location

The star counts are defined in:

src/lazyclaude/services/settings.py

Look for the DEFAULT_SUGGESTED_MARKETPLACES dictionary near the top of the file.

Fetch Current Stars

Use GitHub CLI to fetch current star counts for each repository:

gh api repos/{owner}/{repo} --jq '.stargazers_count'

Example for all current marketplaces:

gh api repos/anthropics/claude-plugins-official --jq '.stargazers_count'
gh api repos/NikiforovAll/claude-code-rules --jq '.stargazers_count'
gh api repos/SawyerHood/dev-browser --jq '.stargazers_count'
gh api repos/Piebald-AI/claude-code-lsps --jq '.stargazers_count'
gh api repos/wshobson/agents --jq '.stargazers_count'
gh api repos/davila7/claude-code-templates --jq '.stargazers_count'
gh api repos/ComposioHQ/awesome-claude-skills --jq '.stargazers_count'
gh api repos/steveyegge/beads --jq '.stargazers_count'
gh api repos/ccplugins/awesome-claude-code-plugins --jq '.stargazers_count'

Workflow

  1. Read src/lazyclaude/services/settings.py to get current marketplace repos
  2. Run gh api commands in parallel to fetch star counts
  3. Update the stars values in DEFAULT_SUGGESTED_MARKETPLACES
  4. Present summary of changes (old vs new star counts)

Notes

  • Star counts are approximate and change frequently
  • Run this periodically before releases to keep counts fresh
  • If a repo is not found (404), keep the existing value and notify user
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. 12d ago First seen · 54 lines · 45 tokens per session scan A ca14822eaeb4

Subscribe to this mod's changes

update-marketplace-stars is a skill published in the GitHub repository NikiforovAll/lazyclaude (42 stars, last pushed 5mo ago), licensed MIT. It adds 45 tokens to every session and 472 once invoked, about $0.0002 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.

Related

Other skills, from other repositories

cw-gates

Use before claiming any Codewhale change is done, green, or ready to land: the focused-to-broad verification ladder, the budget checks CI enforces, and the rules for what counts as a passing test.

Hmbown/Codewhale · 48 tokens

interview

Ask one useful structured question at a time only when material product/implementation choices are genuinely missing; remember answers and produce a brief/spec. Discoverable facts should be investigated instead of asked.

Hmbown/CodeWhale · 40 tokens

preview-design

Render a real artifact through this branch's local MERIDIAN design code (not the published npm package) so the team can test the new Design Convention on the document / handoff / platform surfaces before it ships. Use for /preview-design, "preview the design convention", "render this with the new design", or Design…

egregore-labs/egregore · 71 tokens

sw-do

Implement a SpecWeave increment task by task through the ledger, with evidence per task and a verified close. Use for "implement this", "start working", "continue the increment", "keep going".

anton-abyzov/specweave · 41 tokens

done

Close an increment: ledger check, specweave verify, optional review, then specweave complete. Use when all tasks are done and saying "close increment", "we are done", or "finish up".

anton-abyzov/specweave · 0 tokens

xiaohongshu-image-creator

An image-making assistant for Xiaohongshu, a Chinese social platform for lifestyle, product, and educational posts. It creates vertical covers and supporting images matched to the post’s topic, audience, and visual style.

huangrichao2020/pretty-skills · 121 tokens