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/webpifygit 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)<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>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 | $0.00015 | $0.00564 |
| Opus 5 | $0.00008 | $0.00282 |
| Sonnet 5 | $0.00003 | $0.00113 |
| Haiku 4.5 | $0.00002 | $0.00056 |
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.
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オプションを使用する
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.
- 4d ago First seen · 61 lines · 15 tokens per session scan A fd1a95fd3188
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.
Other commands, from other repositories
cloudflare-durable-objects:debug
Interactive Durable Objects debugging workflow. Diagnoses common DO errors, configuration issues, and runtime problems with step-by-step troubleshooting.
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-durable-objects:setup
Interactive Durable Objects project initialization. Scaffolds new DO project with proper bindings, migrations, and boilerplate code.
cloudflare-workflows:setup
Interactive wizard for complete Cloudflare Workflows setup from scratch. Use when user wants to create first workflow, setup workflow infrastructure, or add workflows to existing Worker project.
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.