Agent Plugins Marketplace
All plugins

capability-registry

v1.7.7

外部サービスを操作する前に CLI とトークンの在処を教える発見層プラグイン。skills/capability-registry: サービス索引(CLI 名 / 認証確認コマンド / fmtoken.sh によるトークン取得 / ブラウザ必須の例外 / CLI が無いネガティブエントリ)を description トリガーで全セッションに常駐させ、CLAUDE.md 無編集で発火する。scripts/fmtoken.sh: 1Password の agents 保管庫からトークンを引く・登録するラッパー(読み取りは read-only SA でプロジェクトスコープ / --name で明示名参照 / --register は書き込み用 SA claude-agents-rw 経由で命名規約 <project>--<service> / <agent>--<SERVICE> を機械検証して登録。flatmate から移設、全プロジェクト共通の道具)。hooks: ブラウザ系 MCP ツールの PreToolUse でセッション初回のみ CLI 代替の検討を促す注意喚起を注入する(deny はしない)。

Claude Code1 Skill

By OrattaLicense: MIT0 GitHub starsUpdated 3 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Aug 28, 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 plugin

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install capability-registry@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/oratta/claude-harness

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

Plugin files

plugins/capability-registry/
├── .claude-plugin/plugin.json
└── skills/capability-registry/SKILL.md

Included Skills1

capability-registryskills/capability-registry/SKILL.md

外部サービスを操作する前に必ず参照するレジストリ(GitHub/Supabase/Vercel/Stripe/1Password 等)。CLI の有無・認証確認コマンド・トークンの在処(fmtoken.sh)を索引で返す。ブラウザを開こうとした時・ユーザーにログインを依頼したくなった時も、その前にここで CLI 代替を確認する。

Plugin manifests1

plugins/capability-registry/.claude-plugin/plugin.json
{
  "name": "capability-registry",
  "version": "1.7.7",
  "description": "外部サービスを操作する前に CLI とトークンの在処を教える発見層プラグイン。skills/capability-registry: サービス索引(CLI 名 / 認証確認コマンド / fmtoken.sh によるトークン取得 / ブラウザ必須の例外 / CLI が無いネガティブエントリ)を description トリガーで全セッションに常駐させ、CLAUDE.md 無編集で発火する。scripts/fmtoken.sh: 1Password の agents 保管庫からトークンを引く・登録するラッパー(読み取りは read-only SA でプロジェクトスコープ / --name で明示名参照 / --register は書き込み用 SA claude-agents-rw 経由で命名規約 <project>--<service> / <agent>--<SERVICE> を機械検証して登録。flatmate から移設、全プロジェクト共通の道具)。hooks: ブラウザ系 MCP ツールの PreToolUse でセッション初回のみ CLI 代替の検討を促す注意喚起を注入する(deny はしない)。",
  "author": {
    "name": "Oratta"
  },
  "license": "MIT",
  "keywords": [
    "capability",
    "registry",
    "cli",
    "token",
    "1password",
    "fmtoken",
    "discovery",
    "browser-guard"
  ],
  "skills": [
    "./skills/capability-registry"
  ]
}

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

[capability-registry on Agent Plugins Marketplace](https://pluginsmp.com/plugins/capability-registry)