用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/HybridAIOne/hybridclaw --skill office-workflows命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Read, send, react to, edit, pin, and thread Discord messages with HybridClaw's `message` tool.
Work with Lexware Office contacts, products, invoices, quotations, bookkeeping vouchers, receipts, payment status, and guarded invoice, quotation, or expense writes through the Public API.
Expose HybridClaw as a custom Alexa skill and prepare guarded Alexa smart-home/device control payloads without exposing Amazon credentials.
基于 SOC 职业分类
正在显示 SKILL.md
| name | office-workflows |
| description | Coordinate cross-format office workflows across CSV/TSV, XLSX, DOCX, and PPTX deliverables. |
| user-invocable | true |
| disable-model-invocation | false |
| metadata | {"hybridclaw":{"category":"office","short_description":"Cross-format office workflows.","tags":["office","workflow","delegation"],"related_skills":["xlsx","docx","pptx"]}} |
Use this skill when the task spans multiple office formats or involves both analysis and polished deliverables.
node skills/xlsx/scripts/import_delimited.cjs input.csv output.xlsx --json, validate the workbook, then polish the structure with the xlsx skill.delegate in chain mode.
Step 1: inspect the workbook and extract the few metrics or charts that matter.
Step 2: build the deck with the pptx skill.
Step 3: check whether soffice/libreoffice and pdftoppm exist:
sh -lc 'command -v soffice >/dev/null 2>&1 || command -v libreoffice >/dev/null 2>&1'
sh -lc 'command -v pdftoppm >/dev/null 2>&1'
Step 4: only if both checks succeed, run the PPTX render-and-review loop on thumbnails until there are no concrete slide-level issues left. Otherwise skip that QA path silently unless the user explicitly asked for QA, export, thumbnails, validation, or render verification.pandoc or generate/edit a DOCX directly.parallel mode for independent research branches, such as "analyze workbook tabs" and "inspect brand template assets".chain mode when later outputs depend on prior findings.