webpify

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

A command-line tool for converting PNG, JPEG, and GIF images into WebP, an image format commonly used to reduce website file sizes. It can process one path or a directory and supports quality and output settings.

In plain words
What is it for?
Use it to convert individual images or asset folders, include subfolders, choose an output directory, set quality, preserve exact image data, or overwrite existing WebP files.
Why use it?
It avoids converting images one by one and gives you control over file size, quality, overwriting, and lossless conversion.

Command

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
Clone the repo
git clone --depth 1 https://github.com/lc-semba-ryuichiro/semba-claude-plugins

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

README.md
[![agentmods](https://agentmods.dev/badge/commands/lc-semba-ryuichiro/semba-claude-plugins/webpify.svg)](https://agentmods.dev/commands/lc-semba-ryuichiro/semba-claude-plugins/webpify)
Your own site
<a href="https://agentmods.dev/commands/lc-semba-ryuichiro/semba-claude-plugins/webpify"><img src="https://agentmods.dev/badge/commands/lc-semba-ryuichiro/semba-claude-plugins/webpify.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 564 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 $0.00015 $0.00564
Opus 5 $0.00008 $0.00282
Sonnet 5 $0.00003 $0.00113
Haiku 4.5 $0.00002 $0.00056

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

Security

Grade A, and why

webpify 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 4d 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.md · 61 lines

What it actually says

画像 WebP 変換コマンド

image-optimizerサブエージェントを使用して、以下の画像変換タスクを実行してください。

引数: $ARGUMENTS

コマンド実行

webpifyはnpxで実行する。

npx @semba-ryuichiro/webpify@latest [対象パス] [オプション]

オプション

オプション 説明
-q, --quality <n> 品質レベル (1-100, デフォルト: 100)
-o, --output <dir> 出力ディレクトリ
-r, --recursive サブディレクトリも再帰的に処理
-f, --force 既存ファイルを上書き
--lossless 可逆圧縮モードで変換
--quiet 統計出力を抑制

実行例

# 単一ファイル変換(品質 100)
npx @semba-ryuichiro/webpify@latest image.png

# ディレクトリ一括変換(品質 80)
npx @semba-ryuichiro/webpify@latest ./images -q 80

# 再帰的に変換
npx @semba-ryuichiro/webpify@latest ./assets -r -q 80

# 出力先を指定
npx @semba-ryuichiro/webpify@latest ./images -o ./webp-output

# lossless(可逆圧縮)モードで変換
npx @semba-ryuichiro/webpify@latest ./images --lossless

注意事項

  • 対象パスが存在しない場合はエラーを報告する
  • デフォルトでは既存のWebPファイルはスキップされる
  • 上書きする場合は -f オプションを使用する
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. 4d ago First seen · 61 lines · 15 tokens per session scan A fd1a95fd3188

Subscribe to this mod's changes

webpify 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 564 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.