Agent skill
slides-update
Google Slides にスライドを追加する。「スライド追加」「Slides 更新」「スライドを追加して」「ページを追加」などで起動。
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/slides-update-shiiman-claude-code-plugins-2
SKILL.md
Slides Update
Google Slides プレゼンテーションにスライドを追加します。
実行方法
タイトルと本文付きスライド追加
python ${CLAUDE_PLUGIN_ROOT}/scripts/google_slides.py add-slide --presentation-id "ID" --title "タイトル" --body "本文"
空白スライド追加
python ${CLAUDE_PLUGIN_ROOT}/scripts/google_slides.py add-slide --presentation-id "ID" --layout BLANK
タイトルのみのスライド
python ${CLAUDE_PLUGIN_ROOT}/scripts/google_slides.py add-slide --presentation-id "ID" --title "タイトル" --layout TITLE
レイアウト種別
BLANK: 空白TITLE: タイトルのみTITLE_AND_BODY: タイトル + 本文(デフォルト)TITLE_AND_TWO_COLUMNS: タイトル + 2列本文
ユーザー入力の解釈
- プレゼンテーションIDを聞き出すか、事前に slides-list で検索
- タイトルと本文を確認
- レイアウトの希望を確認
出力項目
- id: プレゼンテーションID
- slideId: 追加したスライドID
- status: 追加ステータス
- 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?