| name | productivity |
| description | 生产力工具 — Airtable、Google Workspace、Linear、Notion、Jupyter等。 |
IO_CONTRACT
- input:
request: str, context: dict — 用户请求描述、上下文信息
- output:
result: dict — 技能执行结果(结构因技能而异)
对应原则:P2(机械原子暴露输入输出规范)
productivity
父级技能目录,包含 17 个子技能。
子技能通过Hermes技能加载机制自动发现,无需显式调用。
子技能
airtable
chinese-form-automation
google-workspace
jupyter-live-kernel
linear
maps
markitdown-convert
nano-pdf
notebooklm-cli
notion
obsidian
ocr-and-documents
powerpoint
python-docx
teams-meeting-pipeline
webhook-subscriptions
youtube-content
使用方式
直接调用子技能名称即可:
skill_view(name='airtable') # 加载第一个子技能
父级SKILL.md仅作为目录索引,实际执行由子技能完成。