ai-tech-summary
Installation
SKILL.md
AI Tech Summary
Core Goal
- Pull the right records and fields for a requested time range.
- Package evidence into a compact JSON context for RAG.
- Let the agent synthesize final summary text from retrieved evidence.
- Support daily, weekly, monthly, and custom time windows.
Triggering Conditions
- Receive requests for daily, weekly, or monthly digests.
- Receive requests for arbitrary date-range summaries.
- Need evidence-grounded summary output from RSS entries/fulltext.
- Need agent-generated summary style rather than rigid scripted report format.
Input Requirements
- Required tables in SQLite:
feeds,entries(fromai-tech-rss-fetch). - Optional table:
entry_content(fromai-tech-fulltext-fetch). - Shared DB path should be the same across all RSS skills.
- In multi-agent runtimes, set
AI_RSS_DB_PATHto one absolute DB path for this agent.