mirror of
https://git.openapi.site/https://github.com/desirecore/market.git
synced 2026-04-21 13:50:38 +08:00
- 支持 Gmail / Outlook / IMAP (QQ、163 等) 全部邮件操作 - 包含账户管理、邮件收发、搜索、标签/分类、草稿、自动规则、附件下载 - 支持 auto_reply 和 agent_handle 两种自动化规则动作 - 从原始 1357 行文档优化为 342 行 SKILL.md,表格化 API 参考 - risk_level: medium(涉及发送邮件等写操作) - 注册到 builtin-skills.json 清单
21 lines
330 B
JSON
21 lines
330 B
JSON
{
|
|
"skills": [
|
|
"create-agent",
|
|
"delete-agent",
|
|
"discover-agent",
|
|
"docx",
|
|
"environment-setup",
|
|
"frontend-design",
|
|
"mail-operations",
|
|
"manage-skills",
|
|
"manage-teams",
|
|
"pdf",
|
|
"pptx",
|
|
"s3-storage-operations",
|
|
"skill-creator",
|
|
"update-agent",
|
|
"web-access",
|
|
"xlsx"
|
|
]
|
|
}
|