mirror of
https://github.com/jackwener/OpenCLI.git
synced 2026-09-14 18:25:42 +08:00
706e01dbca
* docs: fix outdated adapter counts, missing commands, and absent adapters - Update version 1.6.0 → 1.6.1 in skills/opencli-usage/SKILL.md - Update site count 70+ → 73+ across README.md, README.zh-CN.md, docs/comparison.md - Remove non-existent adapters (kimi, deepseek, qwen) from SKILL.md - Add missing commands for xiaohongshu (+note, comments, download, publish), weibo (+search, feed, user, me, post, comments), jike (+post, topic, user), linux-do (+hot, latest, category), doubao (+detail, history, meeting-summary, meeting-transcript), weread (+notebooks), chatgpt (+model), wikipedia (+random, trending), stackoverflow (+unanswered), producthunt (fix command list) - Add entirely missing adapters: band, zsxq, bluesky, douyin, 36kr, ones, tieba, gemini, notebooklm, imdb, spotify, paperreview - Update docs/adapters/index.md with same fixes - Add opencli-operate to Related Skills section * docs: second-pass audit fixes — deeper inconsistencies Skills sub-files (browser.md, public-api.md): - Remove phantom kimi/deepseek/qwen adapters (no src/clis/ dirs) - Replace with real gemini and notebooklm sections - Add missing weibo commands (search, feed, user, me, post, comments) - Add missing xiaohongshu commands (note, comments, download, publish) - Add missing doubao commands (detail, history, meeting-summary, meeting-transcript) - Add 7 entirely missing adapter sections: bluesky, douyin, band, zsxq, tieba, 36kr, ones - Fix producthunt: remove non-existent week/month/search, add hot/browse/posts - Add wikipedia random and trending SKILL.md command table: - Add twitter `likes`, xueqiu `comments`, douban `movie-hot`/`book-hot` - Add entirely missing `amazon` adapter - Add linux-do `latest` - Remove producthunt non-existent `search` Individual adapter docs: - docs/adapters/browser/weibo.md: add 5 missing commands - docs/adapters/browser/doubao.md: add 4 missing commands - docs/adapters/browser/wikipedia.md: add random and trending - docs/adapters/browser/36kr.md: fix contradictory prerequisites - docs/adapters/index.md: add twitter `likes` - docs/developer/contributing.md: add missing `positional: true` - package.json: fix description to include "Electron App"
1.3 KiB
1.3 KiB
36kr (36氪)
Mode: 🌐 Public / 🔐 Browser · Domain: 36kr.com
Commands
| Command | Description |
|---|---|
opencli 36kr hot |
36氪热榜 — trending articles |
opencli 36kr news |
Latest tech/startup news from 36kr |
opencli 36kr search <query> |
Search 36kr articles |
opencli 36kr article <id-or-url> |
Read full article content |
Usage Examples
# Trending articles
opencli 36kr hot --limit 10
# Hot by type
opencli 36kr hot --type renqi --limit 10
opencli 36kr hot --type zonghe --limit 10
# Latest news
opencli 36kr news --limit 20
# Search articles
opencli 36kr search "AI" --limit 10
opencli 36kr search "OpenAI" --limit 5
# Read full article (by ID or URL)
opencli 36kr article 3000000123456
opencli 36kr article https://36kr.com/p/3000000123456
# JSON output
opencli 36kr hot -f json
Notes
newsuses the public RSS feed and works without Browser Bridge.hot,search, andarticleuse Browser Bridge and are best run with Chrome open.hot --typeacceptscatalog,renqi,zonghe, andshoucang.
Prerequisites
news: No browser required — uses public RSS feedhot,search,article: Chrome running with Browser Bridge extension installed