Agent Plugins Marketplace
All plugins

verify-cloud-account

v0.11.1

Bash 実行前にクラウド CLI (gh / firebase / aws / gcloud / kubectl) のアクティブアカウントをプロジェクト想定値と照合し、不一致なら deny する PreToolUse hook。Agent Skill 3 本 (init / show / migrate) 同梱

Claude Code3 Skills

By MaoLicense: MIT0 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Claude Code
Parsed components
3 skill or MCP entries
Source updated
Sep 5, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install verify-cloud-account for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install verify-cloud-account@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/Mao-o/cc-mp-worktools

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/verify-cloud-account/.

Plugin files

plugins/verify-cloud-account/
├── .claude-plugin/plugin.json
├── skills/accounts-init/SKILL.md
├── skills/accounts-migrate/SKILL.md
└── skills/accounts-show/SKILL.md

Included Skills3

accounts-initskills/accounts-init/SKILL.md

verify-cloud-account の accounts.local.json を builder スクリプト経由で 対話的に初期化する。builder は CLI 現在値の取得、書込パスの固定、既存 キーの温存、JSON フォーマットの一貫化を一元管理するため、動作の安定や フォーマット統一の観点から手動書込より一貫した結果になる。このスキルは dry-run で内容を確認し、AskUserQuestion で承認を得てから `--commit` する フローを Claude に提示する。 Use when: 新規プロジェクトで `accounts.local.json` を作成したい、 verify-cloud-account を初めて設定する、想定アカウント (github / firebase / aws / gcloud / kubectl) を追加したい、CLI の現在値から accounts.local.json を起こしたい場合。 Triggers: "accounts.local.json を作りたい", "verify-cloud-account を設定", "accounts-init", "アカウント設定 初期化", "想定アカウント 追加", "cloud account 検証 初期設定", "/verify-cloud-account:accounts-init", "create accounts.local.json", "set up verify-cloud-account", "initialize cloud account config", "add expected account"

accounts-migrateskills/accounts-migrate/SKILL.md

verify-cloud-account の旧配置パス (`.claude/accounts.local.json` / `.claude/accounts.json`) を新パス (`.claude/verify-cloud-account/accounts.local.json`) へ builder 経由で 統合する。builder は 3-tier パス解決・merge 戦略・値衝突検出を一元化する ため、動作の安定やフォーマット統一の観点から手動コピーより安全で一貫した 結果になる。v0.3.0 で配置パスが変わり、dispatcher は複数パス存在時に fail-closed で deny する (D4) ため、旧プロジェクトで作業を再開するときは このスキルで統合してから進める。 Use when: verify-cloud-account が「複数のパスに accounts.local.json が存在 します」と deny した、旧パス (`.claude/accounts.local.json` / `.claude/accounts.json`) から新パスへ統合したい、配置パス移行の deprecation 案内を受け取った場合。 Triggers: "accounts.local.json 統合", "accounts-migrate", "複数のパスに accounts.local.json", "旧パス 移行", "fail-closed deny 統合", "verify-cloud-account 3-tier lookup", "/verify-cloud-account:accounts-migrate", "migrate accounts.local.json", "merge old accounts path", "multiple accounts.local.json paths", "consolidate account config"

accounts-showskills/accounts-show/SKILL.md

verify-cloud-account の accounts.local.json の期待値と CLI アクティブ値の diff を builder スクリプト経由で表示する。builder は 3-tier パス解決・ 競合検出・CLI 現在値の突合を一元化するため、動作の安定やフォーマット統一 の観点から手動で突き合わせるより一貫した結果になる。stdout は既定で値を 表示せず、AskUserQuestion で承認されたときだけ `--show-values` で露出する。 Use when: 現在の accounts.local.json 設定を確認したい、想定アカウントと CLI アクティブ値の diff を見たい、不一致の原因を調査したい、複数パス競合 (D4) で検証が止まった後に状況を確認したい場合。 Triggers: "accounts.local.json を確認", "想定アカウント 現在値", "accounts 確認", "accounts-show", "cloud account 検証 状態", "accounts.local.json diff", "/verify-cloud-account:accounts-show", "show cloud account status", "check accounts config", "verify-cloud-account diff", "compare active accounts"

Plugin manifests1

plugins/verify-cloud-account/.claude-plugin/plugin.json
{
  "name": "verify-cloud-account",
  "version": "0.11.1",
  "description": "Bash 実行前にクラウド CLI (gh / firebase / aws / gcloud / kubectl) のアクティブアカウントをプロジェクト想定値と照合し、不一致なら deny する PreToolUse hook。Agent Skill 3 本 (init / show / migrate) 同梱",
  "author": {
    "name": "Mao"
  },
  "homepage": "https://github.com/Mao-o/cc-mp-worktools",
  "repository": "https://github.com/Mao-o/cc-mp-worktools",
  "license": "MIT",
  "keywords": [
    "security",
    "hooks",
    "pretooluse",
    "bash",
    "github",
    "firebase",
    "aws",
    "gcloud",
    "kubectl",
    "account-verification",
    "multi-account"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[verify-cloud-account on Agent Plugins Marketplace](https://pluginsmp.com/plugins/verify-cloud-account)