Cnki Advanced Search Codex

Run filtered CNKI searches from Codex through an existing Chrome CDP session. Use when Codex needs author, journal, date-range, field-type, or source-category filters such as SCI, EI, CSSCI, 北大核心, or CSCD.

cfh-7598 Updated

File contents

CNKI Advanced Search (Codex)

Use this skill when keyword search is too broad and CNKI filters matter.

Run

python3 scripts/run.py \
  --query "人工智能" \
  --source CSSCI \
  --start-year 2020 \
  --end-year 2025

Useful flags

  • --field-type SU|TI|KY|TKA|AB
  • --query2 "..."
  • --row-logic AND|OR|NOT
  • --author "..."
  • --journal "..."
  • --source SCI|EI|hx|CSSCI|CSCD

Notes

  • This skill uses the old CNKI advanced search page because that page still exposes source-category checkboxes.
  • Return data includes both the result list and the applied filters.

cfh-7598/cnki-codex-skills/tree/main/cnki-advanced-search-codex commit 10de640f86

Frequently asked questions

npx skillmds@latest add cfh-7598/cnki-advanced-search-codex