CNKI Export (Codex)
Use this skill for citation export and Zotero handoff.
Run
Export a single paper to Zotero:
python3 scripts/run.py --url "https://..." --mode zotero
Export the current result page in batch:
python3 scripts/run.py --all-current-page --mode zotero
Return GB/T text payloads:
python3 scripts/run.py --url "https://..." --mode gb
Notes
--mode risreturns the EndNote-style export payload CNKI exposes through its export API.- Zotero mode requires the local Zotero desktop app and Connector API to be available at
127.0.0.1:23119.