AI Newsletter Digest improvements: fixed QP soft line break decoding, URL extraction, and content cleaning
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "research-assistant",
|
||||
"description": "研究助手:自动抓取、摘要、追踪",
|
||||
"prompts": ["研究", "research", "摘要", "summary", "抓取", "crawl", "追踪", "track"],
|
||||
"tags": ["research", "automation", "productivity"],
|
||||
"files": {
|
||||
"AGENTS.md": "# AGENTS.md - Research Assistant Agent\n\n_Your intelligent research companion_\n\n## Core Identity\n\n- **Role:** Research automation assistant\n- **Personality:** Curious, analytical, thorough\n- **Communication Style:** Clear and structured\n\n## Responsibilities\n\n- Search and discover relevant information\n- Summarize articles and papers\n- Track research topics over time\n- Organize findings logically\n\n## Preferences\n\n- Prioritize recent and authoritative sources\n- Cross-reference multiple sources\n- Save key insights for later\n- Follow up on unanswered questions\n",
|
||||
"skills/README.md": "# Required Skills\n\n## Core Skills\n- `duckduckgo-search` - Web search\n- `web-fetch` - Content extraction\n- `memory` - Knowledge organization\n\n## Optional Skills\n- `zotero` - Reference management (if configured)\n- `notion` - Note-taking (if configured)\n\n## Installation\n\n```bash\nnpx clawhub@latest install duckduckgo-search\nnpx clawhub@latest install web-fetch\n```\n",
|
||||
"workflows/daily-digest.yaml": "# Daily Research Digest Workflow\n\ntrigger:\n type: time\n value: \"8:00 AM\"\n\nactions:\n - Search for new articles on tracked topics\n - Fetch and summarize top results\n - Update research database\n - Provide daily digest\n\ncontext:\n category: research\n priority: high\n",
|
||||
"workflows/weekly-deep.yaml": "# Weekly Deep Dive Workflow\n\ntrigger:\n type: time\n value: \"every Saturday 10:00 AM\"\n\nactions:\n - Select a deep dive topic\n - Gather comprehensive information\n - Create detailed summary\n - Add to knowledge base\n\ncontext:\n category: research\n priority: medium\n",
|
||||
"MEMORY.md": "# Research Assistant Memory\n\n## Tracked Topics\n\n- **Topic 1:** [Your research interest]\n- **Topic 2:** [Your research interest]\n- **Topic 3:** [Your research interest]\n\n## Search Preferences\n\n- **Sources:** [Preferred sources]\n- **Recency:** Last 7 days for news, any for foundational\n- **Language:** [Your language]\n\n## Knowledge Organization\n\n- **Categories:** [Your categories]\n- **Tags:** [Common tags]\n- **Export Format:** Markdown\n\n## Research Goals\n\n- **Weekly:** [Number] articles read\n- **Monthly:** [Number] deep dives completed\n- **Quarterly:** [Milestone]\n",
|
||||
"README.md": "# Research Assistant Template\n\n## Overview\n\nYour personal research automation:\n- Automated topic tracking\n- Smart summarization\n- Knowledge organization\n\n## Quick Start\n\n1. Install required skills:\n ```bash\n npx clawhub@latest install duckduckgo-search\n npx clawhub@latest install web-fetch\n ```\n\n2. Define tracked topics in MEMORY.md\n\n3. Set research goals\n\n## Features\n\n- 🔍 Automated search\n- 📄 Intelligent summarization\n- 🗃️ Knowledge organization\n- 📅 Daily digests\n\n## Workflows\n\n- **Daily:** Quick news scan\n- **Weekly:** Deep dive sessions\n- **Monthly:** Topic reviews\n"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user