Claude Code Plugins

Community-maintained marketplace

Feedback

Macで登録済みClaude agent skillsをスキャンし一覧表示。「スキルを調べて」「登録済みスキル一覧」などで使用。読み取り専用で安全に実行。

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name skill-scanner
description Macで登録済みClaude agent skillsをスキャンし一覧表示。「スキルを調べて」「登録済みスキル一覧」などで使用。読み取り専用で安全に実行。

Skill Scanner

登録されているClaude agent skillsをスキャンし一覧表示する(読み取り専用)。

使用方法

詳細は scripts/scan_skills.py --help を参照。

# 基本スキャン(ユーザーレベルのみ)
python3 scripts/scan_skills.py

# 指定ディレクトリ以下のプロジェクトをスキャン(要ユーザー確認)
python3 scripts/scan_skills.py --projects-dir ~/git
python3 scripts/scan_skills.py --projects-dir ~/work

# 複数ディレクトリを同時にスキャン
python3 scripts/scan_skills.py --projects-dir ~/git --projects-dir ~/work

# JSON形式で出力
python3 scripts/scan_skills.py --json

重要: プロジェクトディレクトリをスキャンする際は必ずユーザーに確認してから実行。