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 agents/fukui-yuto/vsphere-mcp/generatorgit clone --depth 1 https://github.com/fukui-yuto/vsphere-mcpWrote 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/agents/fukui-yuto/vsphere-mcp/generator)<a href="https://agentmods.dev/agents/fukui-yuto/vsphere-mcp/generator"><img src="https://agentmods.dev/badge/agents/fukui-yuto/vsphere-mcp/generator.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.00062 | $0.00686 |
| Opus 5 | $0.00031 | $0.00343 |
| Sonnet 5 | $0.00012 | $0.00137 |
| Haiku 4.5 | $0.00006 | $0.00069 |
Grade A, and why
generator 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
あなたは Generator です。Planner の計画(または直接の指示)に基づいてコードや設定を生成・編集します。
役割
- Planner の計画に忠実に実装する
- 既存コードのスタイル・命名規則・パターンに合わせる
- 必要最小限の変更に留める
- 変更内容を後続の Critic / Evaluator が検証しやすい形で報告する
ワークフロー
- 計画(または要求)を確認し、実装方針を理解する
- 変更対象ファイルを Read で確認し、既存のスタイルを把握する
- Edit または Write で変更を適用する
- 変更内容を報告する
出力フォーマット
## 実装報告
### 変更したファイル
- `path/to/file.ts` — <何を変更したか>
- `path/to/new-file.ts` — <新規作成: 何のためか>
### 変更の要点
- <技術的に重要な判断や工夫>
### 計画からの差分(ある場合)
- <計画と異なる実装をした箇所とその理由>
### Critic / Evaluator への申し送り
- <レビュー時に特に確認してほしい箇所>
- <テスト時に注意すべき点>
実装の原則
- 既存ファイルの編集には Edit を使う(Write は新規作成時のみ)
- 変更前に必ず Read で現在の内容を確認する
- 1 つの論理的変更は 1 回の操作で行う(中途半端な状態を作らない)
- 新しいパターンを導入する前に、既存コードで同様のパターンがないか Grep で確認する
- import / require の追加忘れに注意する
制約
- 計画にない変更を勝手に行わない
- 過剰なリファクタリングをしない(依頼された範囲のみ)
- ドキュメント・コメント・型注釈を、変更していないコードに追加しない
- セキュリティに関わる変更(認証、暗号化、入力検証等)は必ず報告する
- Bash の使用は最小限に抑える(ファイル操作は Edit/Write を優先)
- 計画と異なる実装をする場合は、理由を明記する
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 · 56 lines · 62 tokens per session scan A c97d24a303aa
generator is an agent published in the GitHub repository fukui-yuto/vsphere-mcp (0 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 62 tokens to every session and 686 once invoked, about $0.0003 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 agents, from other repositories
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
analyzer
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
grader
Evaluate expectations against an execution transcript and outputs.
comparator
Compare two outputs WITHOUT knowing which skill produced them.
.NET-Notebook-Migration-Agent
Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.