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.
npx agentmods add commands/lc-semba-ryuichiro/semba-claude-plugins/webpify-listgit clone --depth 1 https://github.com/lc-semba-ryuichiro/semba-claude-pluginsWrote 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.
[](https://agentmods.dev/commands/lc-semba-ryuichiro/semba-claude-plugins/webpify-list)<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>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.
| Model | Per session | Once 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 |
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.
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ファイルも一覧表示する
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.
- 5d ago First seen · 62 lines · 15 tokens per session scan A 051efcabac2b
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.
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.
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.
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.
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.
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.
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.