Claude Code Plugins

Community-maintained marketplace

Feedback

Google Apps Script の一覧を取得する。「Apps Script 一覧」「スクリプト一覧」「GAS 一覧」「Apps Script を見たい」「GAS リスト」「Google スクリプト」などで起動。

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 apps-script-list
description Google Apps Script の一覧を取得する。「Apps Script 一覧」「スクリプト一覧」「GAS 一覧」「Apps Script を見たい」「GAS リスト」「Google スクリプト」などで起動。
allowed-tools Read, Bash

Apps Script List

Google Apps Script の一覧を取得します。

実行方法

基本的な一覧取得

python plugins/shiiman-google/scripts/google_drive.py search --query "mimeType='application/vnd.google-apps.script'"

最大件数を指定

python plugins/shiiman-google/scripts/google_drive.py search --query "mimeType='application/vnd.google-apps.script'" --max 50

JSON 形式で出力

python plugins/shiiman-google/scripts/google_drive.py --format json search --query "mimeType='application/vnd.google-apps.script'"

出力項目

  • id: スクリプトID
  • name: スクリプト名
  • modifiedTime: 更新日時
  • webViewLink: 閲覧URL

関連操作

  • 検索: drive-search コマンドでキーワード検索
  • 作成: apps-script-create スキルで新規スクリプト作成