webpify-list

webpify-list is a command for Claude Code from lc-semba-ryuichiro/semba-claude-plugins. It costs 15 tokens per session (493 once invoked), scanned A, original, MIT.

A command-line tool for listing WebP image files and showing their file size and dimensions. WebP is an image format commonly used for websites.

In plain words
What is it for?
Use it to list WebP files in a directory, optionally including subdirectories and absolute file paths.
Why use it?
It helps you inspect image assets without opening each file or searching through folders manually.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the webpify plugin — 1 skill, 2 commands, 1 agent shipped together

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.

agentmods
npx agentmods add commands/lc-semba-ryuichiro/semba-claude-plugins/webpify-list
Clone the repo
git clone --depth 1 https://github.com/lc-semba-ryuichiro/semba-claude-plugins

Made for: Claude Code.

Or install webpify, the plugin that ships this one along with the rest of its 1 skill, 2 commands, 1 agent.

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 webpify-list

README.md
[![agentmods](https://agentmods.dev/badge/commands/lc-semba-ryuichiro/semba-claude-plugins/webpify-list.svg)](https://agentmods.dev/commands/lc-semba-ryuichiro/semba-claude-plugins/webpify-list)
Your own site
<a href="https://agentmods.dev/commands/lc-semba-ryuichiro/semba-claude-plugins/webpify-list"><img src="https://agentmods.dev/badge/commands/lc-semba-ryuichiro/semba-claude-plugins/webpify-list.svg" alt="Measured on agentmods" height="20"></a>
Per session 15 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 493 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00015 $0.00493
Opus 5 $0.00008 $0.00246
Sonnet 5 $0.00003 $0.00099
Haiku 4.5 $0.00002 $0.00049

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

Security

Grade A, and why

webpify-list 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 5d 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.

plugins/webpify/commands/webpify-list.md · 62 lines

What it actually says

WebPファイル一覧コマンド

image-optimizerサブエージェントを使用して、WebPファイルの一覧を取得してください。

引数: $ARGUMENTS

コマンド実行

npx @semba-ryuichiro/webpify@latest [対象ディレクトリ] --list [-r] [--absolute]

オプション

オプション 説明
-r, --recursive サブディレクトリも再帰的に検索
--absolute 絶対パスで表示

出力形式

--- WebP File List ---
File                                     Size         Width    Height
----------------------------------------------------------------------
sample.webp                              104 B        100      100

実行例

# 現在のディレクトリのWebPファイル一覧
npx @semba-ryuichiro/webpify@latest . --list

# 指定ディレクトリのWebPファイル一覧
npx @semba-ryuichiro/webpify@latest ./images --list

# サブディレクトリも含めて再帰的に検索
npx @semba-ryuichiro/webpify@latest ./assets --list -r

# 絶対パスで表示
npx @semba-ryuichiro/webpify@latest ./images --list --absolute

# 再帰 + 絶対パス
npx @semba-ryuichiro/webpify@latest ./assets --list -r --absolute

注意事項

  • 対象ディレクトリが存在しない場合はエラーを報告する
  • WebPファイルが存在しない場合は空の結果を表示する
  • -rオプションを指定するとサブディレクトリ内のWebPファイルも一覧表示する
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. 5d ago First seen · 62 lines · 15 tokens per session scan A 051efcabac2b

Subscribe to this mod's changes

webpify-list is a command published in the GitHub repository lc-semba-ryuichiro/semba-claude-plugins (1 stars, last pushed 4mo ago), licensed MIT. It adds 15 tokens to every session and 493 once invoked, about $0.0001 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.

Related

Other commands, from other repositories

cloudflare-durable-objects:optimize

Interactive Durable Objects performance optimization assistant. Analyzes existing DO code and provides specific optimization recommendations with implementation guidance.

secondsky/claude-skills · 32 tokens

cloudflare-durable-objects:patterns

Interactive Durable Objects pattern selection wizard. Helps choose the right DO pattern for your use case and generates implementation code with best practices.

secondsky/claude-skills · 34 tokens

cloudflare-d1:create-migration

Guided migration creation for Cloudflare D1 with schema change validation, SQL generation, and testing workflow. Use when user wants to create migration, modify schema, add tables/indexes, or change database structure.

secondsky/claude-skills · 50 tokens

cloudflare-images:generate-variant

Interactive variant generator for Cloudflare Images. Prompts for variant name, dimensions, fit mode, and quality, then generates API call to create the variant and optionally adds configuration to wrangler.jsonc.

secondsky/claude-skills · 48 tokens

cloudflare-images:validate-config

Validate wrangler.jsonc configuration, verify Cloudflare Images bindings, check environment variables, and test Workers integration. Ensures correct setup for using Cloudflare Images with Cloudflare Workers.

secondsky/claude-skills · 43 tokens

cloudflare-queues:setup

Interactive wizard to set up Cloudflare Queues with queue creation, producer/consumer binding configuration, and Dead Letter Queue setup. Use when user wants to create first queue or add queues to existing Worker.

secondsky/claude-skills · 47 tokens