user520512-email-autoreply
安装 / 下载方式
TotalClaw CLI推荐
totalclaw install clawskills:clawskills~user520512-email-autoreplycURL直接下载,无需登录
curl -fsSL https://skills.taituai.com/api/skills/clawskills%3Aclawskills~user520512-email-autoreply/file -o user520512-email-autoreply.md# Email Auto-Reply Generator
Generate context-aware email replies.
## Usage
```bash
npx email-autoreply
```
## API
```typescript
import { generateReply } from 'email-autoreply';
const reply = await generateReply({
scenario: "product-inquiry",
tone: "professional",
originalEmail: "你们的产品多少钱?"
});
```