Loading...
Loading...
Query the public PANews API for the currently bundled read-only workflows, article search, listings, rankings, and daily must-reads.
npx skill4agent add panewslab/skills panewshttps://universal-api.panewslab.comPA-Accept-LanguagecolumnIdtagIdauthorIdPANews Read Progress:
- [ ] Step 1: Decide API JSON vs website Markdown
- [ ] Step 2: Set locale (default: zh)
- [ ] Step 3: Pick the narrowest bundled script that matches the task
- [ ] Step 4: Retry once with a broader query if results are empty
- [ ] Step 5: Return the result with any filters or caveats called out| Language | Header value |
|---|---|
| Simplified Chinese | |
| Traditional Chinese | |
| English | |
| Japanese | |
| Korean | |
POST /search/articlesGET /articles?search=...mode=hitmode=timeNORMAL,NEWSVIDEOpanews-creator404panews-web-viewernode {Skills Directory}/panews/scripts/search-articles.mjs <query> [--mode hit|time] [--type NORMAL,NEWS] [--take 10] [--skip 0] [--lang zh]
node {Skills Directory}/panews/scripts/list-articles.mjs [--type NORMAL|NEWS|VIDEO] [--column-id <id>] [--tag-id <id>] [--author-id <id>] [--is-featured] [--take 10] [--skip 0] [--lang zh]
node {Skills Directory}/panews/scripts/get-article.mjs <articleId> [--related] [--lang zh]
node {Skills Directory}/panews/scripts/get-daily-must-reads.mjs [--date YYYY-MM-DD] [--special] [--lang zh]
node {Skills Directory}/panews/scripts/get-rankings.mjs [--weekly] [--lang zh]| Topic | Description | Reference |
|---|---|---|
| Workflows | Task routing, defaults, and empty-result handling | workflows |
| Articles | Search, list, detail, related articles, and rankings | articles |
| Content | Daily must-reads plus reference-only notes for adjacent public endpoints | content |