Summary
ai-tech-summary Installation Command Prompt $ npx skills add https://github.com/tiangong-ai/skills --skill ai-tech-summary
tiangong-ai/skills
Retrieve time-windowed RSS evidence from SQLite and let the agent produce final summaries using RAG over selected records and fields. Use when generating daily, weekly, monthly, or custom-range AI tech digests directly in agent responses instead of fixed template reports.
npx skills add tiangong-ai/skills --skill ai-tech-summary
ai-tech-summary Installation Command Prompt $ npx skills add https://github.com/tiangong-ai/skills --skill ai-tech-summary
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Postgres best practices maintained by Supabase, for Postgres running anywhere. Load this skill …
391.6K installsPrisma ORM CLI commands reference covering init, generate, migrate, db, dev, complete, studio, …
267K installsUse when doing ANY task involving Supabase. Triggers: Supabase products (Database, Auth, Edge F…
263K installs>- Guides and best practices for working with Lakebase Postgres, the database behind Neon. Cove…
146.5K installscall-summary Installation Command Prompt $ npx skills add https://github.com/anthropics/knowled…
2.5K installsOther skills from tiangong-ai/skills · top by installs.
npx skills add tiangong-ai/skills
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
main
Files included with this skill beyond the listing page.
SKILL.md
3,671 B
SUMMARY.md
295 B
feeds, entries (from ai-tech-rss-fetch).entry_content (from ai-tech-fulltext-fetch).AIRSSDB_PATH to one absolute DB path for this agent.export AI_RSS_DB_PATH="/absolute/path/to/workspace-rss-bot/ai_rss.db"
python3 scripts/time_report.py \
--db "$AI_RSS_DB_PATH" \
--period weekly \
--date 2026-02-10 \
--max-records 120 \
--max-per-feed 20 \
--summary-chars 8192 \
--fulltext-chars 8192 \
--pretty \
--output /tmp/ai-tech-weekly-context.json
query, dataset, aggregates, records.records as evidence source.entry_id, feed, and URL for key claims.--period daily --date YYYY-MM-DD--period weekly --date YYYY-MM-DD--period monthly --date YYYY-MM-DD--period custom --start ... --end ...entries.firstseenat (UTC).Custom boundaries support both YYYY-MM-DD and ISO datetime.
--fields to control token budget and relevance.- entryid,timestamputc,timestampsource,feedtitle,feedurl,title,url,summary,fulltextstatus,fulltextlength,fulltextexcerpt
- entryid,timestamputc,feed_title,title,url,summary
1. Time range scope 2. Top themes/trends 3. Key developments (grouped) 4. Risks/open questions 5. Evidence list (entry ids + URLs)
--dbAIRSSDB_PATH (recommended absolute path in multi-agent runtime)--period--date--start--end--max-records--max-per-feed--summary-chars--fulltext-chars--top-feeds--top-keywords--fields--output--pretty--fail-on-emptyfeeds/entries: fail fast with setup guidance.entry_content: continue in metadata-only mode.--fail-on-empty.references/time-window-rules.mdreferences/report-format.mdassets/config.example.jsonscripts/time_report.py