一键导入
meet-invite-slack
Instantly create a Google Meet space and share the link with a teammate on Slack.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Instantly create a Google Meet space and share the link with a teammate on Slack.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Analyze spreadsheet data intelligently - understand structure, choose right analysis tool (SQL/pivot/chart), apply formatting, present insights.
Create charts and visualizations in Google Sheets — detect data structure, select chart type, format for clarity, present insights
Generate an editable Microsoft Word (.docx) document — reports, letters, memos, structured docs. Use when the user wants a Word file. Built with docx-js (Node) for high fidelity.
Generate a polished, printable PDF — reports, letters, invoices, resumes, one-pagers. Use when the user wants a PDF document. Typst is the primary engine; LaTeX (tectonic) is the fallback for niche packages or specific academic/journal templates.
Generate a PowerPoint (.pptx) slide deck — pitch decks, reviews, summaries. Use when the user wants slides. Built with pptxgenjs (Node) for native, editable slides and charts.
Generate an Excel (.xlsx) workbook or a CSV file — tables, financial models, data exports, formatted reports with charts. Use when the user wants a spreadsheet or CSV. Built with openpyxl + pandas (Python).
| name | meet-invite-slack |
| description | Instantly create a Google Meet space and share the link with a teammate on Slack. |
| target | executor |
User says "Set up a meeting with [Name] now", "Send a meet link to [Name]", or "Create a room and invite [Name]".
Generate an instant meeting link:
GOOGLEMEET_CREATE_MEET() → returns meeting metadata and URI
Extract the meeting URI:
config or uri).Search for the user:
SLACK_FIND_USERS(query="[Name]") → returns list of users with IDs
Select the best match:
Post the link in a DM:
SLACK_SEND_MESSAGE(
channel="[User ID]",
text="Hey! Let's hop on a quick call about [Topic]. Here's the link: [Meet Link]"
)
"Created a Google Meet and sent the link to [Name] on Slack."
GOOGLEMEET_CREATE_MEETSLACK_FIND_USERS, SLACK_SEND_MESSAGE, SLACK_OPEN_DM