Generate context-aware email replies.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill email-autoreply --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Email Autoreply?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-email-autoreply)More formats (shields.io, HTML) on the badges page.
---
name: Email Auto-Reply Generator
description: Generate context-aware email replies.
---
# 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: "你们的产品多少钱?"
});
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!