用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/TTAWDTT/Aelin --skill google-workspace命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Create beautiful visual art in .png and .pdf documents using design philosophy. In Aelin, use the generic workspace plus outputs delivery contract instead of any dedicated poster-render shortcut. Create original visual designs, never copying existing artists' work to avoid copyright violations.
Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when extracting or reorganizing content from .docx files, inserting or replacing images in documents, performing find-and-replace in Word files, working with tracked changes or comments, or converting content into a polished Word document. If the user asks for a 'report', 'memo', 'letter', 'template', or similar deliverable as a Word or .docx file, use this skill. Do NOT use for PDFs, spreadsheets, Google Docs, or general coding tasks unrelated to document generation.
Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting/decrypting PDFs, extracting images, and OCR on scanned PDFs to make them searchable. If the user mentions a .pdf file or asks to produce one, use this skill.
基于 SOC 职业分类
正在显示 SKILL.md
| name | google-workspace |
| description | 使用 `google_workspace` 工具安全地访问和操作 Gmail、Drive、Calendar 与 Docs 等 Google Workspace 资源。 |
| license | MIT |
本技能文件向 DeepAgents 说明如何通过 google_workspace 工具与用户的 Google 账号交互。
所有操作都通过 google_workspace 工具完成,使用 action 字段区分具体功能:
auth_status:检查认证与 scope。gmail_list / gmail_get:列出或读取邮件。drive_list:列出 Drive 文件。docs_create:创建 Google 文档。gmail_send、calendar_create_event 等。在尝试写操作前,应先调用 auth_status 检查:
documents、drive 等)。写操作需要遵守以下原则:
如果出现权限不足或配置错误:
ok: false 和 error 字段。