Agent skill
sheets-update
Google Sheets スプレッドシートのセルを更新する。「スプレッドシート更新」「Sheets 更新」「シートに書き込み」「セルを更新」などで起動。
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/sheets-update-shiiman-claude-code-plugins
SKILL.md
Sheets Update
Google Sheets スプレッドシートのセルを更新します。
実行方法
セルを更新
python plugins/shiiman-google/skills/sheets-update/scripts/google_sheets.py update --sheet-id "シートID" --range "A1" --values '["値1", "値2"]'
複数行を更新
python plugins/shiiman-google/skills/sheets-update/scripts/google_sheets.py update --sheet-id "シートID" --range "A1:B2" --values '[["A1","B1"],["A2","B2"]]'
行を末尾に追加
python plugins/shiiman-google/skills/sheets-update/scripts/google_sheets.py append --sheet-id "シートID" --range "Sheet1" --values '["値1", "値2"]'
ユーザー入力の解釈
- シートIDを聞き出すか、事前に sheets-list/drive-search で検索
- 更新範囲と値を確認
- 「追加」「末尾に」などの指定があれば append サブコマンドを使用
出力項目
- id: スプレッドシートID
- status: 更新ステータス
- updatedRange: 更新された範囲
- url: 編集URL
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?