Summary
sustainability-summary Installation Command Prompt $ npx skills add https://github.com/tiangong-ai/skills --skill sustainability-summary
tiangong-ai/skills
Retrieve time-windowed relevant sustainability RSS evidence from the RSS metadata SQLite database and optionally join DOI-keyed enriched content from a separate fulltext SQLite database. Use when generating grounded daily, weekly, monthly, or custom-range digests after relevance labeling.
npx skills add tiangong-ai/skills --skill sustainability-summary
sustainability-summary Installation Command Prompt $ npx skills add https://github.com/tiangong-ai/skills --skill sustainability-summary
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Azure Storage Services including Blob Storage, File Shares, Queue Storage, Table Storage, and D…
567.1K installsQuery and analyze data in Azure Data Explorer (Kusto/ADX) using KQL for log analytics, telemetr…
566.2K installsPostgres best practices maintained by Supabase, for Postgres running anywhere. Load this skill …
391.6K installsGuides for configuring Prisma with different database providers (PostgreSQL, MySQL, SQLite, Mon…
269.8K installsPrisma Client API reference covering model queries, filters, operators, and client methods. Use…
269.3K installsPrisma ORM CLI commands reference covering init, generate, migrate, db, dev, complete, studio, …
267K 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,030 B
SUMMARY.md
319 B
is_relevant=1) records from RSS DB.entry_content when available.feeds, entries (from sustainability-rss-fetch).entries must be DOI-keyed and relevance-labeled.entry_content (from sustainability-fulltext-fetch).export SUSTAIN_RSS_DB_PATH="/absolute/path/to/workspace-rss-bot/sustainability_rss.db"
export SUSTAIN_FULLTEXT_DB_PATH="/absolute/path/to/workspace-rss-bot/sustainability_fulltext.db"
python3 scripts/time_report.py \
--rss-db "$SUSTAIN_RSS_DB_PATH" \
--content-db "$SUSTAIN_FULLTEXT_DB_PATH" \
--period weekly \
--date 2026-02-10 \
--max-records 120 \
--max-per-feed 20 \
--summary-chars 8192 \
--fulltext-chars 8192 \
--pretty \
--output /tmp/sustainability-weekly-context.json
records + aggregates.--period daily --date YYYY-MM-DD--period weekly --date YYYY-MM-DD--period monthly --date YYYY-MM-DD--period custom --start ... --end ...doi,timestamputc,timestampsource,feedtitle,feedurl,title,url,summary,fulltextstatus,fulltextlength,fulltext_excerpt--rss-db--content-dbSUSTAINRSSDB_PATHSUSTAINFULLTEXTDB_PATH--period--date--start--end--max-records--max-per-feed--summary-chars--fulltext-chars--top-feeds--top-keywords--fields--output--pretty--fail-on-emptyentry_content: continue in metadata-only mode.--fail-on-empty.references/time-window-rules.mdreferences/report-format.mdassets/config.example.jsonscripts/time_report.py