Agent skill
sheets-search
Google Sheets を検索する。「Sheets 検索」「スプレッドシート検索」「Google Sheets 検索」「シートを探して」「スプレッドシートを検索」「Sheets を見つけたい」「Google スプレッドシート検索」などで起動。
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/sheets-search
SKILL.md
Sheets Search
Google Sheets を検索します。
引数
- 検索クエリ (必須): 名前の部分一致など(例:
spec)
実行方法
アクティブプロファイルで検索
python plugins/shiiman-google/skills/drive-list/scripts/google_drive.py search --query "mimeType='application/vnd.google-apps.spreadsheet' and name contains '<検索キーワード>'"
プロファイル指定で検索
python plugins/shiiman-google/skills/drive-list/scripts/google_drive.py search --profile <profile-name> --query "mimeType='application/vnd.google-apps.spreadsheet' and name contains '<検索キーワード>'"
検索クエリ例
# 名前に "spec" を含む
--query "mimeType='application/vnd.google-apps.spreadsheet' and name contains 'spec'"
# 名前に "予算" を含む
--query "mimeType='application/vnd.google-apps.spreadsheet' and name contains '予算'"
# 最近更新された
--query "mimeType='application/vnd.google-apps.spreadsheet' and modifiedTime > '2024-01-01'"
注意事項
- トークン未作成の場合は「Google ログイン」と言って認証を行ってください
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?