user520512-email-autoreply
根据场景与语气生成上下文感知的邮件自动回复。
安装 / 下载方式
TotalClaw CLI推荐
totalclaw install totalclaw:totalclaw~user520512-email-autoreplycURL直接下载,无需登录
curl -fsSL https://skills.taituai.com/api/skills/totalclaw%3Atotalclaw~user520512-email-autoreply/file -o user520512-email-autoreply.md## 概述(中文)
根据场景与语气生成上下文感知的邮件自动回复。
## 技能正文
# 邮件自动回复生成器
生成上下文感知的邮件回复。
## 用法
```bash
npx email-autoreply
```
## API
```typescript
import { generateReply } from 'email-autoreply';
const reply = await generateReply({
scenario: "product-inquiry",
tone: "professional",
originalEmail: "你们的产品多少钱?"
});
```