自动化处理 Google Slides 演示文稿的创建、批量更新与模板复制等任务。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "googleslides-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/googleslides-automation/SKILL.md 2. 保存为 ~/.claude/skills/googleslides-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
先搜索可用工具和当前参数 schema,然后创建一个 Google Slides 演示文稿,并根据以下 Markdown 内容生成 8 页幻灯片,保留标题层级并为每页添加演讲备注:# 产品发布会 ## 市场机会 - 行业增长 25% - 目标用户扩张 ## 核心功能 - 自动报告 - 团队协作 ## 商业模式 ## 推广计划 ## 时间线 ## 风险与对策 ## 总结
一个新建的 Google Slides 演示文稿,按 Markdown 自动生成结构清晰的幻灯片并附带备注。
先搜索工具确认当前 schema,然后打开指定的 Google Slides 演示文稿,对所有包含“Q2”的标题改为“Q3”,将品牌主色改为 #0F62FE,把第 2 到第 5 页的页脚统一更新为“Internal Use Only”,并返回修改摘要。
现有演示文稿被批量修改完成,并返回每项更新的执行结果摘要。
先搜索可用工具与参数 schema,然后从指定模板复制一份新的 Google Slides 演示文稿,替换封面标题为“2025 年销售计划”,将副标题改为“华东区域”,保留原有版式,并获取前 3 页幻灯片的缩略图链接。
一个基于模板生成的新演示文稿,以及前 3 页的缩略图链接列表。
Create, edit, and manage Google Slides presentations programmatically using Rube MCP (Composio).
Toolkit docs: composio.dev/toolkits/googleslides
RUBE_MANAGE_CONNECTIONS with toolkit googleslidesRUBE_SEARCH_TOOLS first to get current tool schemasGet Rube MCP: Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works.
RUBE_SEARCH_TOOLS respondsRUBE_MANAGE_CONNECTIONS with toolkit googleslidesUse GOOGLESLIDES_PRESENTATIONS_CREATE to initialize a new blank presentation.
Tool: GOOGLESLIDES_PRESENTATIONS_CREATE
Parameters:
- title (required): Title for the new presentation
- presentationId (optional): Specific ID to assign (usually auto-generated)
Use GOOGLESLIDES_CREATE_SLIDES_MARKDOWN to generate a full presentation from Markdown text. Content is automatically split into slides.
Tool: GOOGLESLIDES_CREATE_SLIDES_MARKDOWN
Parameters:
- title (required): Presentation title
- markdown_text (required): Markdown content (auto-split into slides)
Use GOOGLESLIDES_PRESENTATIONS_BATCH_UPDATE to apply updates to an existing presentation using Markdown or raw API requests.
Tool: GOOGLESLIDES_PRESENTATIONS_BATCH_UPDATE
Parameters:
- presentationId (required): Target presentation ID
- markdown_text: Markdown content to update slides
- requests: Raw Google Slides API batch update requests
- writeControl: Write control settings
Use GOOGLESLIDES_PRESENTATIONS_COPY_FROM_TEMPLATE to duplicate an existing presentation as a template.
Tool: GOOGLESLIDES_PRESENTATIONS_COPY_FROM_TEMPLATE
Parameters:
- template_presentation_id (required): Source template presentation ID
- new_title (required): Title for the new copy
- parent_folder_id (optional): Google Drive folder for the copy
Use GOOGLESLIDES_PRESENTATIONS_GET to retrieve the current state of a presentation including all slides and elements.
Tool: GOOGLESLIDES_PRESENTATIONS_GET
Parameters:
- presentationId (required): Presentation ID to retrieve
- fields (optional): Specific fields to return
Use GOOGLESLIDES_PRESENTATIONS_PAGES_GET_THUMBNAIL to generate a thumbnail image URL for a specific slide.
Tool: GOOGLESLIDES_PRESENTATIONS_PAGES_GET_THUMBNAIL
Parameters:
- presentationId (required): Presentation ID
- pageObjectId (required): Page/slide object ID
- thumbnailProperties.mimeType: Image format (e.g., PNG)
- thumbnailProperties.thumbnailSize: Thumbnail size
GOOGLESLIDES_CREATE_SLIDES_MARKDOWN to quickly generate presentations from structured text. The tool auto-splits content into separate slides.GOOGLESLIDES_PRESENTATIONS_COPY_FROM_TEMPLATE to copy a styled template, then GOOGLESLIDES_PRESENTATIONS_BATCH_UPDATE to fill in content.GOOGLESLIDES_PRESENTATIONS_GET to inspect slide structure and object IDs, then GOOGLESLIDES_PRESENTATIONS_BATCH_UPDATE to make targeted changes.GOOGLESLIDES_PRESENTATIONS_PAGES_GET to list page object IDs, then GOOGLESLIDES_PRESENTATIONS_PAGES_GET_THUMBNAIL to generate preview images.…
通过 Rube MCP 自动化 Agiled 中的客户、项目与业务流程操作。
自动化管理 Google Tasks 与任务清单,批量增删改移并提升协作效率