@jackwener/opencli 1.7.10 → 1.7.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/README.zh-CN.md +5 -4
- package/cli-manifest.json +1443 -24
- package/clis/1688/assets.js +1 -0
- package/clis/1688/download.js +1 -0
- package/clis/1688/item.js +1 -0
- package/clis/1688/search.js +2 -1
- package/clis/1688/store.js +1 -0
- package/clis/36kr/article.js +1 -0
- package/clis/36kr/hot.js +1 -0
- package/clis/36kr/news.js +1 -0
- package/clis/36kr/search.js +1 -0
- package/clis/51job/company.js +1 -0
- package/clis/51job/detail.js +1 -0
- package/clis/51job/hot.js +1 -0
- package/clis/51job/search.js +1 -0
- package/clis/amazon/bestsellers.js +1 -0
- package/clis/amazon/discussion.js +1 -0
- package/clis/amazon/movers-shakers.js +1 -0
- package/clis/amazon/new-releases.js +1 -0
- package/clis/amazon/offer.js +1 -0
- package/clis/amazon/product.js +1 -0
- package/clis/amazon/rankings.js +1 -0
- package/clis/amazon/search.js +1 -0
- package/clis/antigravity/dump.js +1 -0
- package/clis/antigravity/extract-code.js +1 -0
- package/clis/antigravity/model.js +1 -0
- package/clis/antigravity/new.js +1 -0
- package/clis/antigravity/read.js +1 -0
- package/clis/antigravity/send.js +1 -0
- package/clis/antigravity/status.js +1 -0
- package/clis/antigravity/watch.js +1 -0
- package/clis/apple-podcasts/episodes.js +1 -0
- package/clis/apple-podcasts/search.js +1 -0
- package/clis/apple-podcasts/top.js +1 -0
- package/clis/arxiv/arxiv.test.js +112 -0
- package/clis/arxiv/paper.js +4 -3
- package/clis/arxiv/recent.js +33 -0
- package/clis/arxiv/search.js +19 -7
- package/clis/arxiv/utils.js +68 -5
- package/clis/baidu-scholar/search.js +1 -0
- package/clis/band/bands.js +1 -0
- package/clis/band/mentions.js +1 -0
- package/clis/band/post.js +1 -0
- package/clis/band/posts.js +1 -0
- package/clis/barchart/flow.js +1 -0
- package/clis/barchart/greeks.js +1 -0
- package/clis/barchart/options.js +1 -0
- package/clis/barchart/quote.js +1 -0
- package/clis/bbc/news.js +1 -0
- package/clis/bilibili/comments.js +1 -0
- package/clis/bilibili/download.js +1 -0
- package/clis/bilibili/dynamic.js +1 -0
- package/clis/bilibili/favorite.js +1 -0
- package/clis/bilibili/feed.js +2 -0
- package/clis/bilibili/following.js +1 -0
- package/clis/bilibili/history.js +1 -0
- package/clis/bilibili/hot.js +6 -1
- package/clis/bilibili/hot.test.js +17 -0
- package/clis/bilibili/me.js +1 -1
- package/clis/bilibili/ranking.js +1 -0
- package/clis/bilibili/search.js +1 -1
- package/clis/bilibili/subtitle.js +1 -0
- package/clis/bilibili/user-videos.js +1 -0
- package/clis/bilibili/video.js +1 -0
- package/clis/binance/asks.js +1 -0
- package/clis/binance/depth.js +1 -0
- package/clis/binance/gainers.js +1 -0
- package/clis/binance/klines.js +1 -0
- package/clis/binance/losers.js +1 -0
- package/clis/binance/pairs.js +1 -0
- package/clis/binance/price.js +1 -0
- package/clis/binance/prices.js +1 -0
- package/clis/binance/ticker.js +1 -0
- package/clis/binance/top.js +1 -0
- package/clis/binance/trades.js +1 -0
- package/clis/bloomberg/businessweek.js +1 -0
- package/clis/bloomberg/economics.js +1 -0
- package/clis/bloomberg/feeds.js +1 -0
- package/clis/bloomberg/industries.js +1 -0
- package/clis/bloomberg/main.js +1 -0
- package/clis/bloomberg/markets.js +1 -0
- package/clis/bloomberg/news.js +1 -0
- package/clis/bloomberg/opinions.js +1 -0
- package/clis/bloomberg/politics.js +1 -0
- package/clis/bloomberg/tech.js +1 -0
- package/clis/bluesky/feeds.js +1 -0
- package/clis/bluesky/followers.js +1 -0
- package/clis/bluesky/following.js +1 -0
- package/clis/bluesky/profile.js +1 -0
- package/clis/bluesky/search.js +1 -0
- package/clis/bluesky/starter-packs.js +1 -0
- package/clis/bluesky/thread.js +1 -0
- package/clis/bluesky/trending.js +1 -0
- package/clis/bluesky/user.js +3 -1
- package/clis/boss/batchgreet.js +1 -0
- package/clis/boss/chatlist.js +1 -0
- package/clis/boss/chatmsg.js +1 -0
- package/clis/boss/detail.js +1 -0
- package/clis/boss/exchange.js +1 -0
- package/clis/boss/greet.js +1 -0
- package/clis/boss/invite.js +1 -0
- package/clis/boss/joblist.js +1 -0
- package/clis/boss/mark.js +1 -0
- package/clis/boss/recommend.js +1 -0
- package/clis/boss/resume.js +1 -0
- package/clis/boss/search.js +1 -0
- package/clis/boss/send.js +1 -0
- package/clis/boss/stats.js +1 -0
- package/clis/chaoxing/assignments.js +1 -0
- package/clis/chaoxing/exams.js +1 -0
- package/clis/chatgpt/image.js +1 -0
- package/clis/chatgpt-app/ask.js +1 -0
- package/clis/chatgpt-app/model.js +1 -0
- package/clis/chatgpt-app/new.js +1 -0
- package/clis/chatgpt-app/read.js +1 -0
- package/clis/chatgpt-app/send.js +1 -0
- package/clis/chatgpt-app/status.js +1 -0
- package/clis/chatwise/ask.js +1 -0
- package/clis/chatwise/export.js +1 -0
- package/clis/chatwise/history.js +1 -0
- package/clis/chatwise/model.js +1 -0
- package/clis/chatwise/read.js +1 -0
- package/clis/chatwise/send.js +1 -0
- package/clis/claude/ask.js +1 -0
- package/clis/claude/detail.js +1 -0
- package/clis/claude/history.js +1 -0
- package/clis/claude/new.js +1 -0
- package/clis/claude/read.js +1 -0
- package/clis/claude/send.js +1 -0
- package/clis/claude/status.js +1 -0
- package/clis/cnki/search.js +1 -0
- package/clis/codex/ask.js +1 -0
- package/clis/codex/export.js +1 -0
- package/clis/codex/extract-diff.js +1 -0
- package/clis/codex/history.js +1 -0
- package/clis/codex/model.js +1 -0
- package/clis/codex/read.js +1 -0
- package/clis/codex/send.js +1 -0
- package/clis/coupang/add-to-cart.js +1 -0
- package/clis/coupang/search.js +1 -0
- package/clis/ctrip/search.js +1 -0
- package/clis/cursor/ask.js +1 -0
- package/clis/cursor/composer.js +1 -0
- package/clis/cursor/export.js +1 -0
- package/clis/cursor/extract-code.js +1 -0
- package/clis/cursor/history.js +1 -0
- package/clis/cursor/model.js +1 -0
- package/clis/cursor/read.js +1 -0
- package/clis/cursor/send.js +1 -0
- package/clis/dblp/dblp.test.js +397 -0
- package/clis/dblp/paper.js +40 -0
- package/clis/dblp/search.js +45 -0
- package/clis/dblp/utils.js +290 -0
- package/clis/deepseek/ask.js +1 -0
- package/clis/deepseek/history.js +1 -0
- package/clis/deepseek/new.js +1 -0
- package/clis/deepseek/read.js +1 -0
- package/clis/deepseek/status.js +1 -0
- package/clis/devto/devto.test.js +236 -0
- package/clis/devto/read.js +103 -0
- package/clis/devto/tag.js +5 -1
- package/clis/devto/top.js +5 -1
- package/clis/devto/user.js +5 -1
- package/clis/dianping/__fixtures__/search.html +168 -0
- package/clis/dianping/__fixtures__/shop.html +6 -0
- package/clis/dianping/dianping.test.js +424 -0
- package/clis/dianping/search.js +154 -0
- package/clis/dianping/shop.js +173 -0
- package/clis/dianping/utils.js +157 -0
- package/clis/dictionary/examples.js +1 -0
- package/clis/dictionary/search.js +1 -0
- package/clis/dictionary/synonyms.js +1 -0
- package/clis/discord-app/channels.js +1 -0
- package/clis/discord-app/delete.js +1 -0
- package/clis/discord-app/members.js +1 -0
- package/clis/discord-app/read.js +1 -0
- package/clis/discord-app/search.js +1 -0
- package/clis/discord-app/send.js +1 -0
- package/clis/discord-app/servers.js +1 -0
- package/clis/discord-app/status.js +1 -0
- package/clis/douban/book-hot.js +1 -0
- package/clis/douban/download.js +1 -0
- package/clis/douban/marks.js +1 -0
- package/clis/douban/movie-hot.js +2 -1
- package/clis/douban/movie-hot.test.js +14 -0
- package/clis/douban/photos.js +2 -1
- package/clis/douban/reviews.js +1 -0
- package/clis/douban/search.js +1 -0
- package/clis/douban/subject.js +1 -0
- package/clis/douban/top250.js +1 -0
- package/clis/douban/utils.js +11 -13
- package/clis/douban/utils.test.js +79 -0
- package/clis/doubao/ask.js +1 -0
- package/clis/doubao/detail.js +1 -0
- package/clis/doubao/history.js +1 -0
- package/clis/doubao/meeting-summary.js +1 -0
- package/clis/doubao/meeting-transcript.js +1 -0
- package/clis/doubao/new.js +1 -0
- package/clis/doubao/read.js +1 -0
- package/clis/doubao/send.js +1 -0
- package/clis/doubao/status.js +1 -0
- package/clis/doubao-app/ask.js +1 -0
- package/clis/doubao-app/dump.js +1 -0
- package/clis/doubao-app/new.js +1 -0
- package/clis/doubao-app/read.js +1 -0
- package/clis/doubao-app/screenshot.js +1 -0
- package/clis/doubao-app/send.js +1 -0
- package/clis/doubao-app/status.js +1 -0
- package/clis/douyin/activities.js +1 -0
- package/clis/douyin/collections.js +1 -0
- package/clis/douyin/delete.js +1 -0
- package/clis/douyin/draft.js +1 -0
- package/clis/douyin/drafts.js +1 -0
- package/clis/douyin/hashtag.js +1 -0
- package/clis/douyin/location.js +1 -0
- package/clis/douyin/profile.js +1 -0
- package/clis/douyin/publish.js +1 -0
- package/clis/douyin/stats.js +1 -0
- package/clis/douyin/update.js +1 -0
- package/clis/douyin/user-videos.js +1 -0
- package/clis/douyin/videos.js +1 -0
- package/clis/eastmoney/announcement.js +1 -0
- package/clis/eastmoney/convertible.js +1 -0
- package/clis/eastmoney/etf.js +1 -0
- package/clis/eastmoney/holders.js +1 -0
- package/clis/eastmoney/hot-rank.js +1 -0
- package/clis/eastmoney/index-board.js +1 -0
- package/clis/eastmoney/kline.js +1 -0
- package/clis/eastmoney/kuaixun.js +1 -0
- package/clis/eastmoney/longhu.js +1 -0
- package/clis/eastmoney/money-flow.js +1 -0
- package/clis/eastmoney/northbound.js +1 -0
- package/clis/eastmoney/quote.js +1 -0
- package/clis/eastmoney/rank.js +1 -0
- package/clis/eastmoney/sectors.js +1 -0
- package/clis/facebook/add-friend.js +1 -0
- package/clis/facebook/events.js +1 -0
- package/clis/facebook/feed.js +1 -0
- package/clis/facebook/friends.js +1 -0
- package/clis/facebook/groups.js +1 -0
- package/clis/facebook/join-group.js +1 -0
- package/clis/facebook/marketplace-inbox.js +1 -0
- package/clis/facebook/marketplace-listings.js +1 -0
- package/clis/facebook/memories.js +1 -0
- package/clis/facebook/notifications.js +1 -0
- package/clis/facebook/profile.js +1 -0
- package/clis/facebook/search.js +1 -0
- package/clis/gemini/ask.js +1 -0
- package/clis/gemini/deep-research-result.js +1 -0
- package/clis/gemini/deep-research.js +1 -0
- package/clis/gemini/image.js +1 -0
- package/clis/gemini/new.js +1 -0
- package/clis/gitee/search.js +1 -0
- package/clis/gitee/trending.js +1 -0
- package/clis/gitee/user.js +1 -0
- package/clis/google/news.js +1 -0
- package/clis/google/search.js +1 -0
- package/clis/google/suggest.js +1 -0
- package/clis/google/trends.js +1 -0
- package/clis/google-scholar/cite.js +1 -0
- package/clis/google-scholar/profile.js +1 -0
- package/clis/google-scholar/search.js +1 -0
- package/clis/gov-law/recent.js +1 -0
- package/clis/gov-law/search.js +1 -0
- package/clis/gov-policy/recent.js +1 -0
- package/clis/gov-policy/search.js +1 -0
- package/clis/grok/ask.js +1 -0
- package/clis/grok/image.ts +1 -0
- package/clis/hackernews/ask.js +3 -1
- package/clis/hackernews/best.js +3 -1
- package/clis/hackernews/hackernews.test.js +132 -0
- package/clis/hackernews/jobs.js +3 -1
- package/clis/hackernews/new.js +3 -1
- package/clis/hackernews/read.js +188 -0
- package/clis/hackernews/search.js +3 -1
- package/clis/hackernews/show.js +3 -1
- package/clis/hackernews/top.js +3 -1
- package/clis/hackernews/user.js +1 -0
- package/clis/hf/top.js +1 -0
- package/clis/hupu/detail.js +1 -0
- package/clis/hupu/hot.js +3 -1
- package/clis/hupu/like.js +1 -0
- package/clis/hupu/mentions.js +2 -1
- package/clis/hupu/reply.js +1 -0
- package/clis/hupu/search.js +3 -1
- package/clis/hupu/unlike.js +1 -0
- package/clis/imdb/person.js +1 -0
- package/clis/imdb/reviews.js +1 -0
- package/clis/imdb/search.js +1 -0
- package/clis/imdb/title.js +1 -0
- package/clis/imdb/top.js +1 -0
- package/clis/imdb/trending.js +1 -0
- package/clis/indeed/indeed.test.js +375 -0
- package/clis/indeed/job.js +86 -0
- package/clis/indeed/search.js +110 -0
- package/clis/indeed/utils.js +152 -0
- package/clis/instagram/collection-create.js +1 -0
- package/clis/instagram/collection-delete.js +92 -0
- package/clis/instagram/comment.js +1 -0
- package/clis/instagram/download.js +1 -0
- package/clis/instagram/explore.js +1 -0
- package/clis/instagram/follow.js +1 -0
- package/clis/instagram/followers.js +1 -0
- package/clis/instagram/following.js +1 -0
- package/clis/instagram/like.js +1 -0
- package/clis/instagram/note.js +1 -0
- package/clis/instagram/post.js +1 -0
- package/clis/instagram/profile.js +1 -0
- package/clis/instagram/reel.js +1 -0
- package/clis/instagram/save.js +1 -0
- package/clis/instagram/saved.js +1 -0
- package/clis/instagram/search.js +1 -0
- package/clis/instagram/story.js +1 -0
- package/clis/instagram/unfollow.js +1 -0
- package/clis/instagram/unlike.js +1 -0
- package/clis/instagram/unsave.js +1 -0
- package/clis/instagram/user.js +1 -0
- package/clis/jd/add-cart.js +1 -0
- package/clis/jd/cart.js +1 -0
- package/clis/jd/detail.js +1 -0
- package/clis/jd/item.js +1 -0
- package/clis/jd/reviews.js +1 -0
- package/clis/jd/search.js +1 -0
- package/clis/jianyu/detail.js +1 -0
- package/clis/jianyu/search.js +1 -0
- package/clis/jike/comment.js +1 -0
- package/clis/jike/create.js +1 -0
- package/clis/jike/feed.js +3 -1
- package/clis/jike/like.js +1 -0
- package/clis/jike/notifications.js +1 -0
- package/clis/jike/post.js +1 -0
- package/clis/jike/repost.js +1 -0
- package/clis/jike/search.js +3 -1
- package/clis/jike/topic.js +1 -0
- package/clis/jike/user.js +3 -1
- package/clis/jimeng/generate.js +1 -0
- package/clis/jimeng/history.js +1 -0
- package/clis/jimeng/new.js +1 -0
- package/clis/jimeng/workspaces.js +1 -0
- package/clis/ke/chengjiao.js +1 -0
- package/clis/ke/ershoufang.js +1 -0
- package/clis/ke/xiaoqu.js +1 -0
- package/clis/ke/zufang.js +1 -0
- package/clis/lesswrong/comments.js +1 -0
- package/clis/lesswrong/curated.js +1 -0
- package/clis/lesswrong/frontpage.js +1 -0
- package/clis/lesswrong/new.js +1 -0
- package/clis/lesswrong/read.js +1 -0
- package/clis/lesswrong/sequences.js +1 -0
- package/clis/lesswrong/shortform.js +1 -0
- package/clis/lesswrong/tag.js +1 -0
- package/clis/lesswrong/tags.js +1 -0
- package/clis/lesswrong/top-month.js +1 -0
- package/clis/lesswrong/top-week.js +1 -0
- package/clis/lesswrong/top-year.js +1 -0
- package/clis/lesswrong/top.js +1 -0
- package/clis/lesswrong/user-posts.js +1 -0
- package/clis/lesswrong/user.js +1 -0
- package/clis/linkedin/search.js +1 -0
- package/clis/linkedin/timeline.js +1 -0
- package/clis/linux-do/categories.js +1 -0
- package/clis/linux-do/category.js +1 -0
- package/clis/linux-do/feed.js +1 -0
- package/clis/linux-do/hot.js +1 -0
- package/clis/linux-do/latest.js +1 -0
- package/clis/linux-do/search.js +1 -0
- package/clis/linux-do/tags.js +2 -1
- package/clis/linux-do/topic-content.js +1 -0
- package/clis/linux-do/topic.js +1 -0
- package/clis/linux-do/user-posts.js +1 -0
- package/clis/linux-do/user-topics.js +1 -0
- package/clis/lobsters/active.js +4 -1
- package/clis/lobsters/hot.js +4 -1
- package/clis/lobsters/lobsters.test.js +169 -0
- package/clis/lobsters/newest.js +4 -1
- package/clis/lobsters/read.js +196 -0
- package/clis/lobsters/tag.js +4 -1
- package/clis/maimai/search-talents.js +1 -0
- package/clis/medium/feed.js +1 -0
- package/clis/medium/search.js +1 -0
- package/clis/medium/user.js +1 -0
- package/clis/mubu/doc.js +1 -0
- package/clis/mubu/docs.js +1 -0
- package/clis/mubu/notes.js +1 -0
- package/clis/mubu/recent.js +1 -0
- package/clis/mubu/search.js +1 -0
- package/clis/notebooklm/current.js +1 -0
- package/clis/notebooklm/get.js +1 -0
- package/clis/notebooklm/history.js +1 -0
- package/clis/notebooklm/list.js +1 -0
- package/clis/notebooklm/note-list.js +1 -0
- package/clis/notebooklm/notes-get.js +1 -0
- package/clis/notebooklm/open.js +1 -0
- package/clis/notebooklm/source-fulltext.js +1 -0
- package/clis/notebooklm/source-get.js +1 -0
- package/clis/notebooklm/source-guide.js +1 -0
- package/clis/notebooklm/source-list.js +1 -0
- package/clis/notebooklm/status.js +1 -0
- package/clis/notebooklm/summary.js +1 -0
- package/clis/notion/export.js +1 -0
- package/clis/notion/favorites.js +1 -0
- package/clis/notion/new.js +1 -0
- package/clis/notion/read.js +1 -0
- package/clis/notion/search.js +1 -0
- package/clis/notion/sidebar.js +1 -0
- package/clis/notion/status.js +1 -0
- package/clis/notion/write.js +1 -0
- package/clis/nowcoder/companies.js +1 -0
- package/clis/nowcoder/creators.js +1 -0
- package/clis/nowcoder/detail.js +1 -0
- package/clis/nowcoder/experience.js +1 -0
- package/clis/nowcoder/hot.js +1 -0
- package/clis/nowcoder/jobs.js +1 -0
- package/clis/nowcoder/notifications.js +1 -0
- package/clis/nowcoder/papers.js +1 -0
- package/clis/nowcoder/practice.js +1 -0
- package/clis/nowcoder/recommend.js +1 -0
- package/clis/nowcoder/referral.js +1 -0
- package/clis/nowcoder/salary.js +1 -0
- package/clis/nowcoder/search.js +1 -0
- package/clis/nowcoder/suggest.js +1 -0
- package/clis/nowcoder/topics.js +1 -0
- package/clis/nowcoder/trending.js +1 -0
- package/clis/ones/login.js +1 -0
- package/clis/ones/logout.js +1 -0
- package/clis/ones/me.js +1 -0
- package/clis/ones/my-tasks.js +1 -0
- package/clis/ones/task.js +1 -0
- package/clis/ones/tasks.js +1 -0
- package/clis/ones/token-info.js +1 -0
- package/clis/ones/worklog.js +1 -0
- package/clis/openreview/openreview.test.js +345 -0
- package/clis/openreview/paper.js +43 -0
- package/clis/openreview/reviews.js +131 -0
- package/clis/openreview/search.js +46 -0
- package/clis/openreview/utils.js +158 -0
- package/clis/openreview/venue.js +63 -0
- package/clis/paperreview/feedback.js +1 -0
- package/clis/paperreview/review.js +1 -0
- package/clis/paperreview/submit.js +1 -0
- package/clis/pixiv/detail.js +1 -0
- package/clis/pixiv/download.js +1 -0
- package/clis/pixiv/illusts.js +2 -1
- package/clis/pixiv/ranking.js +2 -1
- package/clis/pixiv/search.js +2 -1
- package/clis/pixiv/user.js +2 -0
- package/clis/powerchina/search.js +1 -0
- package/clis/producthunt/browse.js +1 -0
- package/clis/producthunt/hot.js +1 -0
- package/clis/producthunt/posts.js +1 -0
- package/clis/producthunt/today.js +1 -0
- package/clis/quark/ls.js +1 -0
- package/clis/quark/mkdir.js +1 -0
- package/clis/quark/mv.js +1 -0
- package/clis/quark/rename.js +1 -0
- package/clis/quark/rm.js +1 -0
- package/clis/quark/save.js +1 -0
- package/clis/quark/share-tree.js +1 -0
- package/clis/reddit/comment.js +1 -0
- package/clis/reddit/frontpage.js +1 -0
- package/clis/reddit/hot.js +6 -1
- package/clis/reddit/hot.test.js +18 -0
- package/clis/reddit/popular.js +1 -0
- package/clis/reddit/read.js +1 -0
- package/clis/reddit/save.js +1 -0
- package/clis/reddit/saved.js +1 -0
- package/clis/reddit/search.js +1 -0
- package/clis/reddit/subreddit.js +1 -0
- package/clis/reddit/subscribe.js +1 -0
- package/clis/reddit/upvote.js +1 -0
- package/clis/reddit/upvoted.js +1 -0
- package/clis/reddit/user-comments.js +1 -0
- package/clis/reddit/user-posts.js +1 -0
- package/clis/reddit/user.js +1 -0
- package/clis/reuters/search.js +1 -0
- package/clis/sinablog/article.js +1 -0
- package/clis/sinablog/hot.js +1 -0
- package/clis/sinablog/search.js +1 -0
- package/clis/sinablog/user.js +1 -0
- package/clis/sinafinance/news.js +1 -0
- package/clis/sinafinance/rolling-news.js +1 -0
- package/clis/sinafinance/stock-rank.js +1 -0
- package/clis/sinafinance/stock.js +1 -0
- package/clis/smzdm/search.js +1 -0
- package/clis/spotify/spotify.js +11 -0
- package/clis/stackoverflow/bounties.js +11 -3
- package/clis/stackoverflow/hot.js +10 -2
- package/clis/stackoverflow/read.js +314 -0
- package/clis/stackoverflow/search.js +10 -2
- package/clis/stackoverflow/stackoverflow.test.js +346 -0
- package/clis/stackoverflow/unanswered.js +9 -2
- package/clis/steam/top-sellers.js +1 -0
- package/clis/substack/feed.js +1 -0
- package/clis/substack/publication.js +1 -0
- package/clis/substack/search.js +1 -0
- package/clis/taobao/add-cart.js +1 -0
- package/clis/taobao/cart.js +1 -0
- package/clis/taobao/detail.js +1 -0
- package/clis/taobao/reviews.js +1 -0
- package/clis/taobao/search.js +1 -0
- package/clis/tdx/hot-rank.js +1 -0
- package/clis/ths/hot-rank.js +1 -0
- package/clis/tieba/hot.js +2 -1
- package/clis/tieba/posts.js +1 -0
- package/clis/tieba/read.js +1 -0
- package/clis/tieba/search.js +2 -1
- package/clis/tiktok/comment.js +1 -0
- package/clis/tiktok/explore.js +1 -0
- package/clis/tiktok/follow.js +1 -0
- package/clis/tiktok/following.js +1 -0
- package/clis/tiktok/friends.js +1 -0
- package/clis/tiktok/like.js +1 -0
- package/clis/tiktok/live.js +1 -0
- package/clis/tiktok/notifications.js +1 -0
- package/clis/tiktok/profile.js +1 -0
- package/clis/tiktok/save.js +1 -0
- package/clis/tiktok/search.js +1 -0
- package/clis/tiktok/unfollow.js +1 -0
- package/clis/tiktok/unlike.js +1 -0
- package/clis/tiktok/unsave.js +1 -0
- package/clis/tiktok/user.js +1 -0
- package/clis/toutiao/articles.js +1 -0
- package/clis/twitter/accept.js +1 -0
- package/clis/twitter/article.js +1 -0
- package/clis/twitter/block.js +1 -0
- package/clis/twitter/bookmark.js +1 -0
- package/clis/twitter/bookmarks.js +2 -1
- package/clis/twitter/delete.js +1 -0
- package/clis/twitter/download.js +1 -0
- package/clis/twitter/follow.js +1 -0
- package/clis/twitter/followers.js +1 -0
- package/clis/twitter/following.js +1 -0
- package/clis/twitter/hide-reply.js +1 -0
- package/clis/twitter/like.js +1 -0
- package/clis/twitter/likes.js +2 -1
- package/clis/twitter/list-add.js +1 -0
- package/clis/twitter/list-remove.js +1 -0
- package/clis/twitter/list-tweets.js +1 -0
- package/clis/twitter/lists.js +1 -0
- package/clis/twitter/notifications.js +1 -0
- package/clis/twitter/post.js +1 -0
- package/clis/twitter/profile.js +1 -0
- package/clis/twitter/reply-dm.js +1 -0
- package/clis/twitter/reply.js +1 -0
- package/clis/twitter/search.js +1 -0
- package/clis/twitter/thread.js +1 -0
- package/clis/twitter/timeline.js +1 -0
- package/clis/twitter/trending.js +11 -12
- package/clis/twitter/trending.test.js +15 -0
- package/clis/twitter/tweets.js +2 -1
- package/clis/twitter/tweets.test.js +2 -2
- package/clis/twitter/unblock.js +1 -0
- package/clis/twitter/unbookmark.js +1 -0
- package/clis/twitter/unfollow.js +1 -0
- package/clis/uiverse/code.js +1 -0
- package/clis/uiverse/preview.js +1 -0
- package/clis/v2ex/daily.js +1 -0
- package/clis/v2ex/hot.js +1 -0
- package/clis/v2ex/latest.js +1 -0
- package/clis/v2ex/me.js +1 -0
- package/clis/v2ex/member.js +1 -0
- package/clis/v2ex/node.js +1 -0
- package/clis/v2ex/nodes.js +1 -0
- package/clis/v2ex/notifications.js +1 -0
- package/clis/v2ex/replies.js +1 -0
- package/clis/v2ex/topic.js +1 -0
- package/clis/v2ex/user.js +1 -0
- package/clis/wanfang/search.js +1 -0
- package/clis/web/read.js +1 -0
- package/clis/weibo/comments.js +1 -0
- package/clis/weibo/favorites.js +1 -0
- package/clis/weibo/feed.js +3 -1
- package/clis/weibo/hot.js +1 -0
- package/clis/weibo/me.js +1 -0
- package/clis/weibo/post.js +1 -0
- package/clis/weibo/publish.js +1 -0
- package/clis/weibo/search.js +8 -2
- package/clis/weibo/user.js +1 -0
- package/clis/weixin/create-draft.js +1 -0
- package/clis/weixin/download.js +1 -0
- package/clis/weixin/drafts.js +1 -0
- package/clis/weread/ai-outline.js +1 -0
- package/clis/weread/book.js +1 -0
- package/clis/weread/highlights.js +1 -0
- package/clis/weread/notebooks.js +1 -0
- package/clis/weread/notes.js +1 -0
- package/clis/weread/ranking.js +1 -0
- package/clis/weread/search.js +1 -0
- package/clis/weread/shelf.js +1 -0
- package/clis/wikipedia/random.js +1 -0
- package/clis/wikipedia/search.js +1 -0
- package/clis/wikipedia/summary.js +1 -0
- package/clis/wikipedia/trending.js +1 -0
- package/clis/xianyu/chat.js +1 -0
- package/clis/xianyu/item.js +1 -0
- package/clis/xianyu/search.js +1 -0
- package/clis/xiaoe/catalog.js +2 -1
- package/clis/xiaoe/content.js +1 -0
- package/clis/xiaoe/courses.js +1 -0
- package/clis/xiaoe/detail.js +1 -0
- package/clis/xiaoe/play-url.js +1 -0
- package/clis/xiaohongshu/comments.js +1 -0
- package/clis/xiaohongshu/creator-note-detail.js +1 -0
- package/clis/xiaohongshu/creator-notes-summary.js +1 -0
- package/clis/xiaohongshu/creator-notes.js +1 -0
- package/clis/xiaohongshu/creator-profile.js +1 -0
- package/clis/xiaohongshu/creator-stats.js +1 -0
- package/clis/xiaohongshu/download.js +1 -0
- package/clis/xiaohongshu/feed.js +2 -1
- package/clis/xiaohongshu/note.js +1 -0
- package/clis/xiaohongshu/notifications.js +1 -0
- package/clis/xiaohongshu/publish.js +1 -0
- package/clis/xiaohongshu/search.js +1 -0
- package/clis/xiaohongshu/user.js +1 -0
- package/clis/xiaoyuzhou/download.js +1 -0
- package/clis/xiaoyuzhou/episode.js +1 -0
- package/clis/xiaoyuzhou/podcast-episodes.js +1 -0
- package/clis/xiaoyuzhou/podcast.js +1 -0
- package/clis/xiaoyuzhou/transcript.js +1 -0
- package/clis/xueqiu/comments.js +1 -0
- package/clis/xueqiu/earnings-date.js +1 -0
- package/clis/xueqiu/feed.js +1 -0
- package/clis/xueqiu/fund-holdings.js +1 -0
- package/clis/xueqiu/fund-snapshot.js +1 -0
- package/clis/xueqiu/groups.js +1 -0
- package/clis/xueqiu/hot-stock.js +1 -0
- package/clis/xueqiu/hot.js +1 -0
- package/clis/xueqiu/kline.js +1 -0
- package/clis/xueqiu/search.js +1 -0
- package/clis/xueqiu/stock.js +1 -0
- package/clis/xueqiu/watchlist.js +1 -0
- package/clis/yahoo-finance/quote.js +1 -0
- package/clis/yollomi/background.js +1 -0
- package/clis/yollomi/edit.js +1 -0
- package/clis/yollomi/face-swap.js +1 -0
- package/clis/yollomi/generate.js +1 -0
- package/clis/yollomi/models.js +1 -0
- package/clis/yollomi/object-remover.js +1 -0
- package/clis/yollomi/remove-bg.js +1 -0
- package/clis/yollomi/restore.js +1 -0
- package/clis/yollomi/try-on.js +1 -0
- package/clis/yollomi/upload.js +1 -0
- package/clis/yollomi/upscale.js +1 -0
- package/clis/yollomi/video.js +1 -0
- package/clis/youtube/channel.js +1 -0
- package/clis/youtube/comments.js +1 -0
- package/clis/youtube/feed.js +8 -7
- package/clis/youtube/feed.test.js +131 -0
- package/clis/youtube/history.js +1 -0
- package/clis/youtube/like.js +1 -0
- package/clis/youtube/playlist.js +1 -0
- package/clis/youtube/search.js +1 -0
- package/clis/youtube/subscribe.js +1 -0
- package/clis/youtube/subscriptions.js +1 -0
- package/clis/youtube/transcript.js +1 -0
- package/clis/youtube/unlike.js +1 -0
- package/clis/youtube/unsubscribe.js +1 -0
- package/clis/youtube/video.js +1 -0
- package/clis/youtube/watch-later.js +1 -0
- package/clis/yuanbao/ask.js +1 -0
- package/clis/yuanbao/new.js +1 -0
- package/clis/zhihu/answer.js +1 -0
- package/clis/zhihu/collection.js +1 -0
- package/clis/zhihu/collections.js +1 -0
- package/clis/zhihu/comment.js +1 -0
- package/clis/zhihu/download.js +1 -0
- package/clis/zhihu/favorite.js +1 -0
- package/clis/zhihu/follow.js +1 -0
- package/clis/zhihu/hot.js +1 -0
- package/clis/zhihu/like.js +1 -0
- package/clis/zhihu/question.js +1 -0
- package/clis/zhihu/search.js +1 -0
- package/clis/zlibrary/info.js +1 -0
- package/clis/zlibrary/search.js +1 -0
- package/clis/zsxq/dynamics.js +1 -0
- package/clis/zsxq/groups.js +1 -0
- package/clis/zsxq/search.js +1 -0
- package/clis/zsxq/topic.js +1 -0
- package/clis/zsxq/topics.js +1 -0
- package/dist/src/adapter-shadow.d.ts +11 -0
- package/dist/src/adapter-shadow.js +72 -0
- package/dist/src/adapter-shadow.test.d.ts +1 -0
- package/dist/src/adapter-shadow.test.js +49 -0
- package/dist/src/adapter-source.test.js +1 -1
- package/dist/src/browser/analyze.test.js +2 -0
- package/dist/src/browser/base-page.d.ts +15 -2
- package/dist/src/browser/base-page.js +159 -8
- package/dist/src/browser/base-page.test.js +103 -1
- package/dist/src/browser/cdp.js +54 -0
- package/dist/src/browser/cdp.test.js +26 -0
- package/dist/src/browser/dom-helpers.d.ts +1 -1
- package/dist/src/browser/dom-helpers.js +15 -3
- package/dist/src/browser/page.d.ts +1 -0
- package/dist/src/browser/page.js +7 -1
- package/dist/src/browser/page.test.js +17 -0
- package/dist/src/browser/target-resolver.d.ts +17 -2
- package/dist/src/browser/target-resolver.js +85 -4
- package/dist/src/browser/verify-fixture.d.ts +7 -1
- package/dist/src/browser/verify-fixture.js +105 -0
- package/dist/src/browser/verify-fixture.test.js +59 -1
- package/dist/src/build-manifest.d.ts +68 -33
- package/dist/src/build-manifest.js +178 -29
- package/dist/src/build-manifest.test.js +85 -5
- package/dist/src/capabilityRouting.test.js +1 -1
- package/dist/src/cli.js +150 -11
- package/dist/src/cli.test.js +237 -0
- package/dist/src/commanderAdapter.d.ts +1 -1
- package/dist/src/commanderAdapter.js +17 -7
- package/dist/src/commanderAdapter.test.js +7 -6
- package/dist/src/convention-audit.d.ts +50 -0
- package/dist/src/convention-audit.js +546 -0
- package/dist/src/convention-audit.test.d.ts +1 -0
- package/dist/src/convention-audit.test.js +226 -0
- package/dist/src/discovery.js +2 -0
- package/dist/src/doctor.d.ts +2 -0
- package/dist/src/doctor.js +6 -0
- package/dist/src/doctor.test.js +36 -1
- package/dist/src/engine.test.js +10 -10
- package/dist/src/execution.js +1 -1
- package/dist/src/execution.test.js +9 -9
- package/dist/src/help.d.ts +15 -0
- package/dist/src/help.js +149 -0
- package/dist/src/main.js +13 -7
- package/dist/src/manifest-types.d.ts +41 -0
- package/dist/src/manifest-types.js +9 -0
- package/dist/src/plugin.test.js +26 -26
- package/dist/src/registry.d.ts +5 -0
- package/dist/src/registry.js +8 -0
- package/dist/src/registry.test.js +27 -20
- package/dist/src/serialization.d.ts +4 -0
- package/dist/src/serialization.js +27 -1
- package/dist/src/serialization.test.js +24 -2
- package/dist/src/types.d.ts +2 -0
- package/package.json +5 -2
- package/scripts/check-listing-id-pairing.mjs +193 -0
- package/scripts/check-silent-column-drop.mjs +105 -0
- package/scripts/check-typed-error-lint.mjs +118 -0
- package/scripts/silent-column-drop-baseline.json +962 -0
- package/scripts/typed-error-lint-baseline.json +1586 -0
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenReview paper + threaded reviews/decisions/comments.
|
|
3
|
+
*
|
|
4
|
+
* Walks the forum tree once and emits one row per note in chronological order:
|
|
5
|
+
* PAPER → REVIEW (one per reviewer) → REBUTTAL/COMMENT → DECISION → WITHDRAWAL.
|
|
6
|
+
*
|
|
7
|
+
* Each row carries `rating` / `confidence` so reviewers stand out at a glance.
|
|
8
|
+
*/
|
|
9
|
+
import { cli, Strategy } from '@jackwener/opencli/registry';
|
|
10
|
+
import { ArgumentError, EmptyResultError } from '@jackwener/opencli/errors';
|
|
11
|
+
import { coerceInt, openreviewFetch, readContent, requireForumId } from './utils.js';
|
|
12
|
+
|
|
13
|
+
const SECTION_FIELDS = [
|
|
14
|
+
['summary', 'Summary'],
|
|
15
|
+
['strengths', 'Strengths'],
|
|
16
|
+
['weaknesses', 'Weaknesses'],
|
|
17
|
+
['questions', 'Questions'],
|
|
18
|
+
['comment', 'Comment'],
|
|
19
|
+
['rebuttal', 'Rebuttal'],
|
|
20
|
+
['decision', 'Decision'],
|
|
21
|
+
['recommendation', 'Recommendation'],
|
|
22
|
+
['title', 'Title'],
|
|
23
|
+
['abstract', 'Abstract'],
|
|
24
|
+
['withdrawal_confirmation', 'Withdrawal confirmation'],
|
|
25
|
+
];
|
|
26
|
+
|
|
27
|
+
/** Pull the trailing segment of an invitation id (e.g. ".../-/Official_Review" → "Official_Review"). */
|
|
28
|
+
function invitationTail(invitations) {
|
|
29
|
+
if (!Array.isArray(invitations)) return '';
|
|
30
|
+
for (const inv of invitations) {
|
|
31
|
+
const m = String(inv).match(/\/-\/([^/]+)$/);
|
|
32
|
+
if (m) return m[1];
|
|
33
|
+
}
|
|
34
|
+
return '';
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
/** Map a note's invitation tail to a row type label. */
|
|
38
|
+
function classifyNote(note, isRoot) {
|
|
39
|
+
if (isRoot) return 'PAPER';
|
|
40
|
+
const tail = invitationTail(note?.invitations).toLowerCase();
|
|
41
|
+
if (tail.includes('decision')) return 'DECISION';
|
|
42
|
+
if (tail.includes('withdrawal')) return 'WITHDRAWAL';
|
|
43
|
+
if (tail.includes('rebuttal')) return 'REBUTTAL';
|
|
44
|
+
if (tail.includes('meta')) return 'META_REVIEW';
|
|
45
|
+
if (tail.includes('review')) return 'REVIEW';
|
|
46
|
+
if (tail.includes('comment')) return 'COMMENT';
|
|
47
|
+
return tail ? tail.toUpperCase() : 'NOTE';
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
/**
|
|
51
|
+
* Pick the most informative signature segment, e.g.:
|
|
52
|
+
* "ICLR.cc/2025/Conference/Submission14296/Reviewer_uVwr" → "Reviewer_uVwr"
|
|
53
|
+
* "ICLR.cc/2025/Conference/Program_Chairs" → "Program_Chairs"
|
|
54
|
+
* "~Pedro_Jose_Moreno_Mengibar1" → "Pedro Jose Moreno Mengibar"
|
|
55
|
+
*/
|
|
56
|
+
function authorFromSignatures(signatures) {
|
|
57
|
+
if (!Array.isArray(signatures) || !signatures.length) return '';
|
|
58
|
+
const sig = String(signatures[0]);
|
|
59
|
+
if (sig.startsWith('~')) {
|
|
60
|
+
return sig.replace(/^~/, '').replace(/\d+$/, '').replace(/_/g, ' ').trim();
|
|
61
|
+
}
|
|
62
|
+
const parts = sig.split('/');
|
|
63
|
+
return parts[parts.length - 1] || sig;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
function joinSections(content) {
|
|
67
|
+
const parts = [];
|
|
68
|
+
for (const [key, label] of SECTION_FIELDS) {
|
|
69
|
+
const value = readContent(content, key);
|
|
70
|
+
if (value === undefined || value === null) continue;
|
|
71
|
+
const text = Array.isArray(value) ? value.join(', ') : String(value);
|
|
72
|
+
const trimmed = text.replace(/\r\n/g, '\n').trim();
|
|
73
|
+
if (!trimmed) continue;
|
|
74
|
+
parts.push(`${label}: ${trimmed}`);
|
|
75
|
+
}
|
|
76
|
+
return parts.join('\n\n');
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
function truncate(text, maxLength) {
|
|
80
|
+
if (text.length <= maxLength) return text;
|
|
81
|
+
return `${text.slice(0, maxLength - 3)}...`;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
cli({
|
|
85
|
+
site: 'openreview',
|
|
86
|
+
name: 'reviews',
|
|
87
|
+
access: 'read',
|
|
88
|
+
description: 'Show full review thread (paper + reviews + decisions) for an OpenReview forum',
|
|
89
|
+
domain: 'openreview.net',
|
|
90
|
+
strategy: Strategy.PUBLIC,
|
|
91
|
+
browser: false,
|
|
92
|
+
args: [
|
|
93
|
+
{ name: 'forum', positional: true, required: true, help: 'OpenReview forum id (same as paper id)' },
|
|
94
|
+
{ name: 'max-length', type: 'int', default: 4000, help: 'Per-row text truncation (min 200)' },
|
|
95
|
+
],
|
|
96
|
+
columns: ['type', 'author', 'rating', 'confidence', 'text'],
|
|
97
|
+
func: async (args) => {
|
|
98
|
+
const forum = requireForumId(args.forum, 'forum');
|
|
99
|
+
const rawMax = args['max-length'] ?? args.maxLength ?? 4000;
|
|
100
|
+
const maxLength = coerceInt(rawMax);
|
|
101
|
+
if (!Number.isInteger(maxLength) || maxLength < 200) {
|
|
102
|
+
throw new ArgumentError('openreview reviews max-length must be an integer >= 200');
|
|
103
|
+
}
|
|
104
|
+
const rootJson = await openreviewFetch(`/notes?id=${encodeURIComponent(forum)}`, `openreview paper ${forum}`);
|
|
105
|
+
const rootNotes = Array.isArray(rootJson?.notes) ? rootJson.notes : [];
|
|
106
|
+
const root = rootNotes[0];
|
|
107
|
+
if (!root) {
|
|
108
|
+
throw new EmptyResultError('openreview', `No forum found with id "${forum}". Confirm the forum id from openreview.net.`);
|
|
109
|
+
}
|
|
110
|
+
const repliesJson = await openreviewFetch(`/notes?forum=${encodeURIComponent(forum)}&details=replies&limit=1000`, `openreview reviews ${forum}`);
|
|
111
|
+
const replies = Array.isArray(repliesJson?.notes) ? repliesJson.notes.filter(note => note?.id !== forum) : [];
|
|
112
|
+
// Sort by cdate (creation time) so ordering is deterministic regardless of API order.
|
|
113
|
+
const sorted = [...replies].sort((a, b) => (a?.cdate ?? 0) - (b?.cdate ?? 0));
|
|
114
|
+
const ordered = [root, ...sorted];
|
|
115
|
+
return ordered.map((note) => {
|
|
116
|
+
const isRoot = note?.id === forum;
|
|
117
|
+
const type = classifyNote(note, isRoot);
|
|
118
|
+
const author = authorFromSignatures(note?.signatures);
|
|
119
|
+
const rating = readContent(note?.content, 'rating');
|
|
120
|
+
const confidence = readContent(note?.content, 'confidence');
|
|
121
|
+
const text = truncate(joinSections(note?.content), maxLength);
|
|
122
|
+
return {
|
|
123
|
+
type,
|
|
124
|
+
author,
|
|
125
|
+
rating: rating === undefined || rating === null ? '' : String(rating),
|
|
126
|
+
confidence: confidence === undefined || confidence === null ? '' : String(confidence),
|
|
127
|
+
text,
|
|
128
|
+
};
|
|
129
|
+
});
|
|
130
|
+
},
|
|
131
|
+
});
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenReview full-text search.
|
|
3
|
+
*/
|
|
4
|
+
import { cli, Strategy } from '@jackwener/opencli/registry';
|
|
5
|
+
import { ArgumentError, EmptyResultError } from '@jackwener/opencli/errors';
|
|
6
|
+
import { noteToRow, openreviewFetch, requireBoundedInt } from './utils.js';
|
|
7
|
+
|
|
8
|
+
cli({
|
|
9
|
+
site: 'openreview',
|
|
10
|
+
name: 'search',
|
|
11
|
+
access: 'read',
|
|
12
|
+
description: 'Search OpenReview papers by free-text query',
|
|
13
|
+
domain: 'openreview.net',
|
|
14
|
+
strategy: Strategy.PUBLIC,
|
|
15
|
+
browser: false,
|
|
16
|
+
args: [
|
|
17
|
+
{ name: 'query', positional: true, required: true, help: 'Search keyword (e.g. "diffusion model")' },
|
|
18
|
+
{ name: 'limit', type: 'int', default: 25, help: 'Max results (max 50)' },
|
|
19
|
+
],
|
|
20
|
+
columns: ['rank', 'id', 'title', 'authors', 'venue', 'pdate', 'url'],
|
|
21
|
+
func: async (args) => {
|
|
22
|
+
const term = String(args.query ?? '').trim();
|
|
23
|
+
if (!term) {
|
|
24
|
+
throw new ArgumentError('openreview search query cannot be empty');
|
|
25
|
+
}
|
|
26
|
+
const limit = requireBoundedInt(args.limit, 25, 50);
|
|
27
|
+
const path = `/notes/search?term=${encodeURIComponent(term)}&type=terms&limit=${limit}`;
|
|
28
|
+
const json = await openreviewFetch(path, 'openreview search');
|
|
29
|
+
const notes = Array.isArray(json?.notes) ? json.notes : [];
|
|
30
|
+
if (!notes.length) {
|
|
31
|
+
throw new EmptyResultError('openreview', `No papers found for "${term}". Try a different keyword.`);
|
|
32
|
+
}
|
|
33
|
+
return notes.slice(0, limit).map((note, i) => {
|
|
34
|
+
const row = noteToRow(note);
|
|
35
|
+
return {
|
|
36
|
+
rank: i + 1,
|
|
37
|
+
id: row.id,
|
|
38
|
+
title: row.title,
|
|
39
|
+
authors: row.authors,
|
|
40
|
+
venue: row.venue,
|
|
41
|
+
pdate: row.pdate,
|
|
42
|
+
url: row.url,
|
|
43
|
+
};
|
|
44
|
+
});
|
|
45
|
+
},
|
|
46
|
+
});
|
|
@@ -0,0 +1,158 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenReview adapter utilities.
|
|
3
|
+
*
|
|
4
|
+
* Public OpenReview v2 API — no key required for everyone-readable notes.
|
|
5
|
+
* https://docs.openreview.net/reference/api-v2
|
|
6
|
+
*/
|
|
7
|
+
import { ArgumentError, CommandExecutionError } from '@jackwener/opencli/errors';
|
|
8
|
+
|
|
9
|
+
export const OPENREVIEW_API = 'https://api2.openreview.net';
|
|
10
|
+
export const OPENREVIEW_BASE = 'https://openreview.net';
|
|
11
|
+
|
|
12
|
+
/** Forum / note IDs on OpenReview are short URL-safe slugs (typically 10 chars). */
|
|
13
|
+
const ID_PATTERN = /^[A-Za-z0-9_-]{6,20}$/;
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
* Coerce a value to a strict integer (accepts numeric strings, rejects
|
|
17
|
+
* floats / non-numeric / NaN). Returns NaN on invalid input so callers can
|
|
18
|
+
* decide on the right typed error.
|
|
19
|
+
*/
|
|
20
|
+
export function coerceInt(value) {
|
|
21
|
+
if (value === undefined || value === null || value === '') return NaN;
|
|
22
|
+
const n = typeof value === 'number' ? value : Number(value);
|
|
23
|
+
return Number.isFinite(n) && Number.isInteger(n) ? n : NaN;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
export function requireBoundedInt(value, defaultValue, maxValue, label = 'limit') {
|
|
27
|
+
const raw = value ?? defaultValue;
|
|
28
|
+
const n = coerceInt(raw);
|
|
29
|
+
if (!Number.isInteger(n) || n <= 0) {
|
|
30
|
+
throw new ArgumentError(`openreview ${label} must be a positive integer`);
|
|
31
|
+
}
|
|
32
|
+
if (n > maxValue) {
|
|
33
|
+
throw new ArgumentError(`openreview ${label} must be <= ${maxValue}`);
|
|
34
|
+
}
|
|
35
|
+
return n;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
export function requireNonNegativeInt(value, defaultValue, label = 'offset') {
|
|
39
|
+
const raw = value ?? defaultValue;
|
|
40
|
+
const n = coerceInt(raw);
|
|
41
|
+
if (!Number.isInteger(n) || n < 0) {
|
|
42
|
+
throw new ArgumentError(`openreview ${label} must be a non-negative integer`);
|
|
43
|
+
}
|
|
44
|
+
return n;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
export function requireForumId(value, label = 'id') {
|
|
48
|
+
const id = String(value ?? '').trim();
|
|
49
|
+
if (!id) {
|
|
50
|
+
throw new ArgumentError(`openreview ${label} is required`);
|
|
51
|
+
}
|
|
52
|
+
if (!ID_PATTERN.test(id)) {
|
|
53
|
+
throw new ArgumentError(`openreview ${label} "${value}" is not a valid forum id (expected 6-20 chars of [A-Za-z0-9_-])`);
|
|
54
|
+
}
|
|
55
|
+
return id;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
/** Wrap fetch + json with typed errors so failures never look like empty results. */
|
|
59
|
+
export async function openreviewFetch(path, label) {
|
|
60
|
+
const url = `${OPENREVIEW_API}${path}`;
|
|
61
|
+
let resp;
|
|
62
|
+
try {
|
|
63
|
+
resp = await fetch(url);
|
|
64
|
+
}
|
|
65
|
+
catch (e) {
|
|
66
|
+
throw new CommandExecutionError(`Network failure fetching ${label}: ${e?.message ?? e}`, 'Check your network connection and try again.');
|
|
67
|
+
}
|
|
68
|
+
if (resp.status === 404) {
|
|
69
|
+
return null;
|
|
70
|
+
}
|
|
71
|
+
if (!resp.ok) {
|
|
72
|
+
let body = '';
|
|
73
|
+
try { body = (await resp.text()).slice(0, 200); } catch {}
|
|
74
|
+
throw new CommandExecutionError(`OpenReview API HTTP ${resp.status} for ${label}${body ? ` (${body})` : ''}`, 'The OpenReview API may be down or rate-limiting.');
|
|
75
|
+
}
|
|
76
|
+
let json;
|
|
77
|
+
try {
|
|
78
|
+
json = await resp.json();
|
|
79
|
+
}
|
|
80
|
+
catch (e) {
|
|
81
|
+
throw new CommandExecutionError(`Malformed JSON from OpenReview for ${label}: ${e?.message ?? e}`, 'Try again or report this as an OpenReview API bug.');
|
|
82
|
+
}
|
|
83
|
+
const envelopeErrors = Array.isArray(json?.errors) ? json.errors.filter(Boolean) : [];
|
|
84
|
+
const envelopeError = typeof json?.error === 'string' ? json.error.trim() : '';
|
|
85
|
+
if (envelopeErrors.length || envelopeError) {
|
|
86
|
+
const detail = envelopeError || envelopeErrors.map((entry) => {
|
|
87
|
+
if (typeof entry === 'string') return entry;
|
|
88
|
+
if (entry?.message) return String(entry.message);
|
|
89
|
+
return JSON.stringify(entry);
|
|
90
|
+
}).join('; ');
|
|
91
|
+
throw new CommandExecutionError(`OpenReview API error for ${label}: ${detail}`, 'The OpenReview API returned an application-level error.');
|
|
92
|
+
}
|
|
93
|
+
return json;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
/** Format ms-since-epoch as YYYY-MM-DD; empty string for invalid input. */
|
|
97
|
+
export function formatDate(ms) {
|
|
98
|
+
if (typeof ms !== 'number' || !Number.isFinite(ms) || ms <= 0) return '';
|
|
99
|
+
return new Date(ms).toISOString().slice(0, 10);
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
/** Read a v2 content field, which is wrapped as `{ value: ... }`. */
|
|
103
|
+
export function readContent(content, key) {
|
|
104
|
+
const v = content?.[key]?.value;
|
|
105
|
+
if (v === undefined || v === null) return undefined;
|
|
106
|
+
return v;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
/** Build an absolute PDF URL from the `content.pdf` value, which may be a relative `/pdf/<hash>.pdf`. */
|
|
110
|
+
export function absolutePdf(pdfValue) {
|
|
111
|
+
const v = String(pdfValue ?? '').trim();
|
|
112
|
+
if (!v) return '';
|
|
113
|
+
if (/^https?:\/\//.test(v)) return v;
|
|
114
|
+
if (v.startsWith('/')) return `${OPENREVIEW_BASE}${v}`;
|
|
115
|
+
return `${OPENREVIEW_BASE}/${v}`;
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
/** Strip `~` markers and trailing digits from author IDs (e.g. `~John_Doe1` → `John Doe`). */
|
|
119
|
+
function authorIdToName(authorid) {
|
|
120
|
+
return String(authorid || '')
|
|
121
|
+
.replace(/^~/, '')
|
|
122
|
+
.replace(/\d+$/, '')
|
|
123
|
+
.replace(/_/g, ' ')
|
|
124
|
+
.trim();
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
/**
|
|
128
|
+
* Map a v2 note (submission or paper) to a flat row.
|
|
129
|
+
* `content.authors` is preferred; falls back to author IDs if missing.
|
|
130
|
+
*/
|
|
131
|
+
export function noteToRow(note) {
|
|
132
|
+
const c = note?.content ?? {};
|
|
133
|
+
const id = note?.id ?? '';
|
|
134
|
+
const authors = readContent(c, 'authors');
|
|
135
|
+
const authorIds = readContent(c, 'authorids');
|
|
136
|
+
let authorList = '';
|
|
137
|
+
if (Array.isArray(authors) && authors.length) {
|
|
138
|
+
authorList = authors.join(', ');
|
|
139
|
+
}
|
|
140
|
+
else if (Array.isArray(authorIds) && authorIds.length) {
|
|
141
|
+
authorList = authorIds.map(authorIdToName).join(', ');
|
|
142
|
+
}
|
|
143
|
+
const keywords = readContent(c, 'keywords');
|
|
144
|
+
const keywordList = Array.isArray(keywords) ? keywords.join(', ') : String(keywords ?? '');
|
|
145
|
+
return {
|
|
146
|
+
id,
|
|
147
|
+
title: String(readContent(c, 'title') ?? '').replace(/\s+/g, ' ').trim(),
|
|
148
|
+
authors: authorList,
|
|
149
|
+
keywords: keywordList,
|
|
150
|
+
venue: String(readContent(c, 'venue') ?? '').trim(),
|
|
151
|
+
venueid: String(readContent(c, 'venueid') ?? '').trim(),
|
|
152
|
+
primary_area: String(readContent(c, 'primary_area') ?? '').trim(),
|
|
153
|
+
abstract: String(readContent(c, 'abstract') ?? '').replace(/\s+/g, ' ').trim(),
|
|
154
|
+
pdate: formatDate(note?.pdate ?? note?.cdate),
|
|
155
|
+
pdf: absolutePdf(readContent(c, 'pdf')),
|
|
156
|
+
url: id ? `${OPENREVIEW_BASE}/forum?id=${id}` : '',
|
|
157
|
+
};
|
|
158
|
+
}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenReview venue listing.
|
|
3
|
+
*
|
|
4
|
+
* Accepts either:
|
|
5
|
+
* • a venue name (matched against `content.venue`, e.g. "ICLR 2024 oral"), or
|
|
6
|
+
* • a full invitation id (e.g. "ICLR.cc/2025/Conference/-/Submission").
|
|
7
|
+
*
|
|
8
|
+
* Invitations contain the literal `/-/` segment, so we use that to disambiguate.
|
|
9
|
+
*/
|
|
10
|
+
import { cli, Strategy } from '@jackwener/opencli/registry';
|
|
11
|
+
import { ArgumentError, EmptyResultError } from '@jackwener/opencli/errors';
|
|
12
|
+
import { noteToRow, openreviewFetch, requireBoundedInt, requireNonNegativeInt } from './utils.js';
|
|
13
|
+
|
|
14
|
+
cli({
|
|
15
|
+
site: 'openreview',
|
|
16
|
+
name: 'venue',
|
|
17
|
+
access: 'read',
|
|
18
|
+
description: 'List papers at an OpenReview venue (e.g. "ICLR 2024 oral" or full invitation id)',
|
|
19
|
+
domain: 'openreview.net',
|
|
20
|
+
strategy: Strategy.PUBLIC,
|
|
21
|
+
browser: false,
|
|
22
|
+
args: [
|
|
23
|
+
{ name: 'venue', positional: true, required: true, help: 'Venue name ("ICLR 2024 oral") or invitation ("ICLR.cc/2025/Conference/-/Submission")' },
|
|
24
|
+
{ name: 'limit', type: 'int', default: 25, help: 'Max results (max 200)' },
|
|
25
|
+
{ name: 'offset', type: 'int', default: 0, help: 'Pagination offset' },
|
|
26
|
+
],
|
|
27
|
+
columns: ['rank', 'id', 'title', 'authors', 'keywords', 'primary_area', 'pdate', 'pdf', 'url'],
|
|
28
|
+
func: async (args) => {
|
|
29
|
+
const value = String(args.venue ?? '').trim();
|
|
30
|
+
if (!value) {
|
|
31
|
+
throw new ArgumentError('openreview venue cannot be empty');
|
|
32
|
+
}
|
|
33
|
+
const limit = requireBoundedInt(args.limit, 25, 200);
|
|
34
|
+
const offset = requireNonNegativeInt(args.offset, 0);
|
|
35
|
+
const isInvitation = value.includes('/-/');
|
|
36
|
+
const filter = isInvitation
|
|
37
|
+
? `invitation=${encodeURIComponent(value)}`
|
|
38
|
+
: `content.venue=${encodeURIComponent(value)}`;
|
|
39
|
+
const path = `/notes?${filter}&limit=${limit}&offset=${offset}`;
|
|
40
|
+
const json = await openreviewFetch(path, `openreview venue ${value}`);
|
|
41
|
+
const notes = Array.isArray(json?.notes) ? json.notes : [];
|
|
42
|
+
if (!notes.length) {
|
|
43
|
+
const hint = isInvitation
|
|
44
|
+
? 'Check the invitation id (e.g. "ICLR.cc/2025/Conference/-/Submission").'
|
|
45
|
+
: 'Try a venue text like "ICLR 2024 oral" or pass a full invitation id.';
|
|
46
|
+
throw new EmptyResultError('openreview', `No papers found at venue "${value}". ${hint}`);
|
|
47
|
+
}
|
|
48
|
+
return notes.slice(0, limit).map((note, i) => {
|
|
49
|
+
const row = noteToRow(note);
|
|
50
|
+
return {
|
|
51
|
+
rank: offset + i + 1,
|
|
52
|
+
id: row.id,
|
|
53
|
+
title: row.title,
|
|
54
|
+
authors: row.authors,
|
|
55
|
+
keywords: row.keywords,
|
|
56
|
+
primary_area: row.primary_area,
|
|
57
|
+
pdate: row.pdate,
|
|
58
|
+
pdf: row.pdf,
|
|
59
|
+
url: row.url,
|
|
60
|
+
};
|
|
61
|
+
});
|
|
62
|
+
},
|
|
63
|
+
});
|
|
@@ -4,6 +4,7 @@ import { PAPERREVIEW_DOMAIN, ensureSuccess, parseYesNo, requestJson, summarizeFe
|
|
|
4
4
|
cli({
|
|
5
5
|
site: 'paperreview',
|
|
6
6
|
name: 'feedback',
|
|
7
|
+
access: 'write',
|
|
7
8
|
description: 'Submit feedback for a paperreview.ai review token',
|
|
8
9
|
domain: PAPERREVIEW_DOMAIN,
|
|
9
10
|
strategy: Strategy.PUBLIC,
|
package/clis/pixiv/detail.js
CHANGED
package/clis/pixiv/download.js
CHANGED
package/clis/pixiv/illusts.js
CHANGED
|
@@ -11,6 +11,7 @@ import { pixivFetch, BATCH_SIZE } from './utils.js';
|
|
|
11
11
|
cli({
|
|
12
12
|
site: 'pixiv',
|
|
13
13
|
name: 'illusts',
|
|
14
|
+
access: 'read',
|
|
14
15
|
description: "List a Pixiv artist's illustrations",
|
|
15
16
|
domain: 'www.pixiv.net',
|
|
16
17
|
strategy: Strategy.COOKIE,
|
|
@@ -18,7 +19,7 @@ cli({
|
|
|
18
19
|
{ name: 'user-id', positional: true, required: true, help: 'Pixiv user ID' },
|
|
19
20
|
{ name: 'limit', type: 'int', default: 20, help: 'Number of results' },
|
|
20
21
|
],
|
|
21
|
-
columns: ['rank', 'title', 'illust_id', 'pages', 'bookmarks', 'tags', 'created'],
|
|
22
|
+
columns: ['rank', 'title', 'illust_id', 'pages', 'bookmarks', 'tags', 'created', 'url'],
|
|
22
23
|
func: async (page, kwargs) => {
|
|
23
24
|
const userId = String(kwargs['user-id'] ?? '');
|
|
24
25
|
const limit = Number(kwargs.limit) || 20;
|
package/clis/pixiv/ranking.js
CHANGED
|
@@ -2,6 +2,7 @@ import { cli, Strategy } from '@jackwener/opencli/registry';
|
|
|
2
2
|
cli({
|
|
3
3
|
site: 'pixiv',
|
|
4
4
|
name: 'ranking',
|
|
5
|
+
access: 'read',
|
|
5
6
|
description: 'Pixiv illustration rankings (daily/weekly/monthly)',
|
|
6
7
|
domain: 'www.pixiv.net',
|
|
7
8
|
strategy: Strategy.COOKIE,
|
|
@@ -26,7 +27,7 @@ cli({
|
|
|
26
27
|
{ name: 'page', type: 'int', default: 1, help: 'Page number' },
|
|
27
28
|
{ name: 'limit', type: 'int', default: 20, help: 'Number of results' },
|
|
28
29
|
],
|
|
29
|
-
columns: ['rank', 'title', 'author', 'illust_id', 'pages', 'bookmarks'],
|
|
30
|
+
columns: ['rank', 'title', 'author', 'user_id', 'illust_id', 'pages', 'bookmarks', 'url'],
|
|
30
31
|
pipeline: [
|
|
31
32
|
{ navigate: 'https://www.pixiv.net' },
|
|
32
33
|
{ evaluate: `(async () => {
|
package/clis/pixiv/search.js
CHANGED
|
@@ -8,6 +8,7 @@ import { pixivFetch } from './utils.js';
|
|
|
8
8
|
cli({
|
|
9
9
|
site: 'pixiv',
|
|
10
10
|
name: 'search',
|
|
11
|
+
access: 'read',
|
|
11
12
|
description: 'Search Pixiv illustrations by keyword',
|
|
12
13
|
domain: 'www.pixiv.net',
|
|
13
14
|
strategy: Strategy.COOKIE,
|
|
@@ -18,7 +19,7 @@ cli({
|
|
|
18
19
|
{ name: 'mode', type: 'str', default: 'all', help: 'Search mode', choices: ['all', 'safe', 'r18'] },
|
|
19
20
|
{ name: 'page', type: 'int', default: 1, help: 'Page number' },
|
|
20
21
|
],
|
|
21
|
-
columns: ['rank', 'title', 'author', 'illust_id', 'pages', 'bookmarks', 'tags'],
|
|
22
|
+
columns: ['rank', 'title', 'author', 'user_id', 'illust_id', 'pages', 'bookmarks', 'tags', 'url'],
|
|
22
23
|
func: async (page, kwargs) => {
|
|
23
24
|
const { query, limit = 20, order = 'date_d', mode = 'all', page: pageNum = 1 } = kwargs;
|
|
24
25
|
const encoded = encodeURIComponent(query);
|
package/clis/pixiv/user.js
CHANGED
|
@@ -2,6 +2,7 @@ import { cli, Strategy } from '@jackwener/opencli/registry';
|
|
|
2
2
|
cli({
|
|
3
3
|
site: 'pixiv',
|
|
4
4
|
name: 'user',
|
|
5
|
+
access: 'read',
|
|
5
6
|
description: 'View Pixiv artist profile',
|
|
6
7
|
domain: 'www.pixiv.net',
|
|
7
8
|
strategy: Strategy.COOKIE,
|
|
@@ -18,6 +19,7 @@ cli({
|
|
|
18
19
|
'manga',
|
|
19
20
|
'novels',
|
|
20
21
|
'comment',
|
|
22
|
+
'url',
|
|
21
23
|
],
|
|
22
24
|
pipeline: [
|
|
23
25
|
{ navigate: 'https://www.pixiv.net' },
|
package/clis/producthunt/hot.js
CHANGED
|
@@ -6,6 +6,7 @@ import { fetchFeed, PRODUCTHUNT_CATEGORY_SLUGS } from './utils.js';
|
|
|
6
6
|
cli({
|
|
7
7
|
site: 'producthunt',
|
|
8
8
|
name: 'posts',
|
|
9
|
+
access: 'read',
|
|
9
10
|
description: 'Latest Product Hunt launches (optional category filter)',
|
|
10
11
|
domain: 'www.producthunt.com',
|
|
11
12
|
strategy: Strategy.PUBLIC,
|
package/clis/quark/ls.js
CHANGED
package/clis/quark/mkdir.js
CHANGED
package/clis/quark/mv.js
CHANGED
package/clis/quark/rename.js
CHANGED
package/clis/quark/rm.js
CHANGED
package/clis/quark/save.js
CHANGED
package/clis/quark/share-tree.js
CHANGED
|
@@ -24,6 +24,7 @@ async function buildTree(page, pwdId, stoken, pdirFid, depth, maxDepth) {
|
|
|
24
24
|
cli({
|
|
25
25
|
site: 'quark',
|
|
26
26
|
name: 'share-tree',
|
|
27
|
+
access: 'read',
|
|
27
28
|
description: 'Get directory tree from Quark Drive share link as nested JSON',
|
|
28
29
|
domain: 'pan.quark.cn',
|
|
29
30
|
strategy: Strategy.COOKIE,
|
package/clis/reddit/comment.js
CHANGED