vikasvardhanv

Jerry Earnings — Development skill for Claude Code

Development community

Show marketplace earnings and injection metrics for JERRY skills, optionally for one author.

How to install Jerry Earnings

Installs to ~/.claude/skills/vikasvardhanv-jerry-plugin-jerry-earnings/SKILL.md

Terminal
mkdir -p ~/.claude/skills/vikasvardhanv-jerry-plugin-jerry-earnings && curl -fsSL https://raw.githubusercontent.com/vikasvardhanv/jerry-plugin/HEAD/commands/jerry-earnings.md -o ~/.claude/skills/vikasvardhanv-jerry-plugin-jerry-earnings/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Jerry Earnings does


description: Show marketplace earnings and injection metrics for JERRY skills, optionally for one author. argument-hint: "[@author]"

Fetch skill marketplace metrics and present them.

  1. curl -s "${JERRY_API_URL:-https://jerry.viktronconsulting.com}/api/jerry/skills/metrics$([ -n "$1" ] && echo "?author=$1")"
  2. A 503 means the JERRY API's metrics store is unavailable. Say that and stop; there are no metrics to show.
  3. Present, sorted by earnings: skill, author, injections, retrie

Alternatives in Development

  • Earnings Review — 财报精读:一手资料深度解读 15.9k ★
  • Earnings Preview — 财报前预览 — 一致预期对照 + 行业观察指标 + Bull/Base/Bear 三情景 + 催化剂清单 + 预期波幅 6.6k ★
  • Bypass 403 — Probe a 403/401 endpoint with the most-paid bypass tricks (header injection, path encoding, method swap, WAF f 4.5k ★

Full documentation available on GitHub

View Source Repository