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/miyatti777/ai-plc/tpl_operation_agentgit clone --depth 1 https://github.com/miyatti777/ai-plcWrote 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/miyatti777/ai-plc/tpl_operation_agent)<a href="https://agentmods.dev/agents/miyatti777/ai-plc/tpl_operation_agent"><img src="https://agentmods.dev/badge/agents/miyatti777/ai-plc/tpl_operation_agent.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.00000 | $0.00667 |
| Opus 5 | $0.00000 | $0.00333 |
| Sonnet 5 | $0.00000 | $0.00133 |
| Haiku 4.5 | $0.00000 | $0.00067 |
Grade A, and why
TPL_operation_agent 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 6d 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
🏷️ Type: template (agent generation) — 量産実行・パターン適用系タスクのAgent定義生成用。/04-operation の Platform Builder(platform-builder.md Phase 9-11)で使用
このテンプレートは Phase 9(Production Skill自動生成)で生成される。元のLayerの実行結果から変数化ポイントを抽出し、パラメータ化されたテンプレートとして保存する。
Agent定義の標準構造
- Goal: 「[Production Skill]を使い、[Variables]を指定するだけで[Artifact]を量産する」
- Input: Production Skill(Phase 9で生成済み)、Variables(Parameter Storeから取得)、Input Data(任意)
- Output: 量産された成果物、Database更新(ステータス・プロパティ)、Evalデータ(品質評価)
- frontmatter(必須): name(kebab-case)/ description / tools(最小権限)/ delegable(FlowにMob CPを含むならfalse)を先頭に付与(03-construction v2.1)
Execution Flow(量産実行型)
| Phase | タイプ | アクション | 出力 |
|---|---|---|---|
| 1. 変数検証 | Autonomous | 必須変数の確認・デフォルト値適用 | 検証済み変数 |
| 2. 実行計画 | Mob | 実行フロー表示・推定所要時間・承認 | 承認済み計画 |
| 3. Runtime Execution | Autonomous | Production SkillのPhase構造に従い実行 | 成果物 |
| 4. Eval Output | Autonomous | 実行結果の記録・品質評価 | Evalデータ |
| 5. 継続判定 | Mob | 次のアイテムを処理するか判定 | 継続 / 完了 |
継続の場合はPhase 1に戻り、変数を更新して繰り返す。
変数定義テンプレート
variables:
variable_1:
name: "[name]"
type: "string | number | date"
description: "[説明]"
example: "[例]"
required: true | false
default: "[デフォルト値]"
Guardrails
- 必須変数が全て揃っていることを確認してから実行
- 元のLayerと同じDB構造・ワークフローを使用(型の再現性)
- 各実行結果をEvalデータとして記録
- 品質問題があれば即座に停止して報告
起動形式
/04-operation で platform-builder.md の Phase 10 を実行してください
Variables:
target_person: "山田太郎"
theme: "AIプロダクト開発の極意"
deadline: "2026-05-01"
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.
- 6d ago First seen · 54 lines · 0 tokens per session scan A a0d6f2410a84
TPL_operation_agent is an agent published in the GitHub repository miyatti777/ai-plc (45 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 667 tokens. 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-30.
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.
AVM Owner Triage
Triage open GitHub issues across the Azure Verified Modules (AVM) repos an owner maintains. Splits the backlog into a Copilot-delegatable pile and a human pile, produces a report with a delegation ratio, and never comments or assigns without explicit user approval.
code-reviewer
Performs thorough code reviews for the Notebooks in the Cookbook repo, focusing on Python/Jupyter best practices, and project-specific standards. Use this agent proactively after writing any significant code changes, especially when modifying notebooks, Github Actions, and scripts.
Ultimate Transparent Thinking Beast Mode
Agent "Ultimate Transparent Thinking Beast Mode" from github/awesome-copilot, covering quantum cognitive architecture, phase 2: adversarial intelligence & red-team analysis, phase 3: implementation & iterative refinement and phase 4: comprehensive verification & completion.
Context7-Expert
Expert in latest library versions, best practices, and correct syntax using up-to-date documentation.