← スキル一覧に戻る

sheets-cli
by gmickel
Some of my Claude Code config
⭐ 7🍴 0📅 2026年1月2日
SKILL.md
name: sheets-cli description: Read, write, and update Google Sheets data via CLI. Use when the user asks to read spreadsheet data, update cells, append rows, or work with Google Sheets. Triggers on mentions of spreadsheets, sheets, Google Sheets, tabular data in the cloud, or specific sheet names like "Projects" or "Tasks".
sheets-cli
CLI for Google Sheets. Read tables, append rows, update cells by key or index, batch operations.
Installation: Already installed in PATH. Run commands directly.
Quick Start
sheets-cli sheets find --name "Projects" # Find spreadsheet
sheets-cli read table --spreadsheet <id> --sheet "Sheet1" # Read data
sheets-cli update key --spreadsheet <id> --sheet "Tasks" \
--key-col "ID" --key "TASK-42" --set '{"Status":"Done"}' # Update by key
Workflow
Always: read → decide → dry-run → apply
sheets-cli read table --sheet "Tasks" --limit 100
sheets-cli update key ... --dry-run # Preview first
sheets-cli update key ... # Then apply
For complete command reference, see reference.md.
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です