opencli-plugin-hot-digest

March 21, 2026 ยท View on GitHub

๐Ÿ”Œ An OpenCLI plugin โ€” Aggregate trending/hot content across platforms into a single view.

Install

# Via opencli plugin manager
opencli plugin install github:ByteYue/opencli-plugin-hot-digest

# Or manually
git clone https://github.com/ByteYue/opencli-plugin-hot-digest \
  ~/.opencli/plugins/hot-digest

Usage

# Aggregate trending from zhihu, bilibili, weibo
opencli hot-digest aggregate

# Custom sources and limit
opencli hot-digest aggregate --sources zhihu,bilibili --limit 5

# Output as JSON
opencli hot-digest aggregate -f json

How It Works

This is a TS adapter plugin that internally calls multiple opencli <site> hot commands and merges the results into a unified view.

Plugin Layout

opencli-plugin-hot-digest/
โ”œโ”€โ”€ package.json     # peerDependency on @jackwener/opencli
โ”œโ”€โ”€ aggregate.ts     # TS adapter
โ””โ”€โ”€ README.md

Requirements

  • OpenCLI v1.0.0+
  • The source site adapters (zhihu, bilibili, weibo) must be available

License

MIT