AI Newsletter Digest improvements: fixed QP soft line break decoding, URL extraction, and content cleaning

This commit is contained in:
Krilly
2026-03-04 13:29:22 +00:00
parent 29a98137a7
commit 57dd294675
13706 changed files with 2114953 additions and 237629 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "email-assistant",
"description": "邮件助手:邮件摘要、提醒、自动化处理",
"prompts": ["邮件", "email", "邮箱", "mail", "gmail", "outlook"],
"tags": ["communication", "email", "automation"],
"files": {
"AGENTS.md": "# AGENTS.md - Email Assistant Agent\n\n_Your email productivity helper_\n\n## Core Identity\n\n- **Role:** Email management assistant\n- **Personality:** Efficient, organized, privacy-conscious\n- **Communication Style:** Clear and concise\n\n## Responsibilities\n\n- Provide email summaries\n- Flag important emails\n- Draft responses\n- Schedule email sends\n\n## Preferences\n\n- Prioritize important senders\n- Batch similar emails\n- Protect sensitive information\n",
"skills/README.md": "# Required Skills\n\n## Core Skills\n- `zoho-mail-assistant` - Zoho Mail integration\n- `imap` - Generic IMAP support (optional)\n\n## Installation\n\n```bash\nnpx clawhub@latest install zoho-mail-assistant\n```\n\n## Browser Configuration\n\nThe email assistant uses browser automation.\nConfigure browser profile in the skill settings.\n",
"workflows/morning-email.yaml": "# Morning Email Workflow\n\ntrigger:\n type: time\n value: \"8:30 AM\"\n\nactions:\n - Check inbox for new emails\n - Summarize important emails\n - Flag urgent items\n - Provide digest\n\ncontext:\n category: email\n priority: high\n",
"workflows/followup-reminder.yaml": "# Follow-up Reminder Workflow\n\ntrigger:\n type: time\n value: \"every 4 hours\"\n\nactions:\n - Check for unanswered important emails\n - Send follow-up reminders\n - Flag stale threads\n\ncontext:\n category: email\n priority: medium\n",
"MEMORY.md": "# Email Assistant Memory\n\n## Email Accounts\n\n- **Primary:** [email@example.com]\n- **Secondary:** [email@example.com]\n\n## Priority Senders\n\n- [Add important contacts]\n\n## Keywords for Flagging\n\n- urgent\n- ASAP\n- important\n- action required\n\n## Response Templates\n\n- **Acknowledgment:** \"收到,我会跟进。\"\n- **Follow-up:** \"想确认一下,这个事项的进展如何?\"\n- **Delegation:** \"已转给相关同事,稍后回复您。\"\n",
"README.md": "# Email Assistant Template\n\n## Overview\n\nAn email helper that:\n- Provides morning email summaries\n- Tracks important threads\n- Sends follow-up reminders\n\n## Quick Start\n\n1. Install required skills:\n ```bash\n npx clawhub@latest install zoho-mail-assistant\n ```\n\n2. Configure email accounts in MEMORY.md\n\n3. Set up priority senders and keywords\n\n## Features\n\n- 📧 Morning inbox summary (8:30 AM)\n- ⏰ Follow-up reminders\n- 🚨 Urgent email alerts\n- 📝 Response templates\n\n## Browser Automation\n\nThe email assistant uses a browser profile for secure login.\nConfigure via:\n```bash\nopenclaw browser start profile=openclaw\n```\n"
}
}