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 (from ai-tech-rss-fetch).
  • Optional table: entry_content (from ai-tech-fulltext-fetch).
  • Shared DB path should be the same across all RSS skills.
  • In multi-agent runtimes, set AI_RSS_DB_PATH to one absolute DB path for this agent.
Related skills

More from tiangong-ai/skills

Installs
52
GitHub Stars
6
First Seen
Feb 10, 2026