power-news

power-news is a command for Claude Code from muji-j/jp-power-tools. It costs 102 tokens per session (684 once invoked), scanned A, original, MIT.

A command that checks official Japanese government and electricity-market committee publications for new policy and industry developments, then summarizes their general impact on the electricity sector.

In plain words
What is it for?
Use it to track electricity-industry policy changes and newly published material from METI, OCCTO, EGC, and related working groups.
Why use it?
It reduces the need to monitor several official sources manually and distinguishes new publications, failed retrievals, and cases needing source verification.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the jp-power plugin — 5 skills, 7 commands shipped together

Good fit Use it to track electricity-industry policy changes and newly published material from METI, OCCTO, EGC, and related working groups.

Compare 6 commands from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add muji-j/jp-power-tools
Claude Code
/plugin install jp-power

Made for: Claude Code.

Or install jp-power, the plugin that ships this one along with the rest of its 5 skills, 7 commands.

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 power-news

README.md
[![agentmods](https://agentmods.dev/badge/commands/muji-j/jp-power-tools/power-news/github.svg)](https://agentmods.dev/commands/muji-j/jp-power-tools/power-news)
Your own site
<a href="https://agentmods.dev/commands/muji-j/jp-power-tools/power-news"><img src="https://agentmods.dev/badge/commands/muji-j/jp-power-tools/power-news/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for power-news

Your own site · 80×15
<a href="https://agentmods.dev/commands/muji-j/jp-power-tools/power-news"><img src="https://agentmods.dev/badge/commands/muji-j/jp-power-tools/power-news.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 102 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 684 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00102 $0.00684
Opus 5 $0.00051 $0.00342
Sonnet 5 $0.00020 $0.00137
Haiku 4.5 $0.00010 $0.00068

Measured 11d ago against content hash 1356c59eb188, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

power-news 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 11d 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.

jp-power/commands/power-news.md · 19 lines

What it actually says

制度改正のウォッチ。scripts/power_watch.py で公式公表物の新規分を取得し、各件を読んで汎用の業界影響を要約する。監視対象には METI 制度検討作業部会・EGC 制度設計・監視専門会合に加え、容量市場やΔkW上限価格の実質的な決定の場となっている電力安定供給ワーキンググループ中長期取引市場検討ワーキンググループも含む(詳細は regwatch スキル参照)。

手順

  1. 取得: python "${CLAUDE_PLUGIN_ROOT}/scripts/power_watch.py"(引数なしで3ソース、--sources で限定、--all で state 無視の全件)。
  2. 出力の各 [source] date title url について、必要なら url を開いて内容を確認。
  3. 各件を汎用サマリで報告: 「〈委員会/回次・日付〉: 〈テーマ〉。電力業界への影響(一般論)。原文: url(要確認)」。
  4. 新規が無ければ「新規公表物なし」。取得失敗ソースは「取得不可(要確認)」と明示。

原則

  • 会社固有の解釈・社内判断は書かない(汎用の業界影響のみ。個社への当てはめは利用者が自分の文脈で)。
  • 数値・日程は原文・公式で要確認。要約はLLMのため誤りうる旨を添え、原文リンクを必ず併記。
  • www.meti.go.jpwww.egc.meti.go.jp は AWS WAF の JS チャレンジで自動取得が通らないことがある。その場合は沈黙せず「取得不可(要確認・手動確認要)」と明示する。ΔkW上限価格はEPRX上限価格ページ(https://www.eprx.or.jp/information/post.php)が1次公表元で自動取得しやすい。
  • 定期実行のオン/オフは scripts/power_brief_schedule.py と同様のスケジューラ登録で行う(既定はオフ=手動実行)。
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. 11d ago First seen · 19 lines · 102 tokens per session scan A 1356c59eb188

Subscribe to this mod's changes

power-news is a command published in the GitHub repository muji-j/jp-power-tools (1 stars, last pushed 1mo ago), licensed MIT. It adds 102 tokens to every session and 684 once invoked, about $0.0005 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.