skill-scanner
Macで登録済みClaude agent skillsをスキャンし一覧表示。「スキルを調べて」「登録済みスキル一覧」などで使用。読み取り専用で安全に実行。
When & Why to Use This Skill
Skill Scanner is a dedicated utility designed for macOS that enables users to discover, inventory, and manage registered Claude agent skills. By providing a safe, read-only scan of the local environment and specific project directories, it offers essential transparency into the agent's capabilities, ensuring developers and power users can audit their toolsets and verify system configurations efficiently.
Use Cases
- Skill Discovery: Quickly identify and list all active Claude agent skills to understand the current agentic capabilities available in your environment.
- Environment Auditing: Scan specific development directories (e.g., ~/git or ~/work) to ensure that project-specific skills are correctly registered and accessible.
- System Integration: Generate JSON-formatted reports of installed skills to facilitate automated documentation or integration with other developer workflows.
- Safety & Compliance: Perform a non-intrusive, read-only inspection of the agent's toolset to verify security and operational readiness without modifying system files.
| 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
重要: プロジェクトディレクトリをスキャンする際は必ずユーザーに確認してから実行。