# Cnki Export Codex

> Export CNKI citation data or send it to Zotero from Codex through an existing Chrome CDP session. Use when Codex needs GB/T or EndNote-style export content, or needs to push current-page or single-paper export data into a local Zotero Connector session.

- Skill: `cfh-7598/cnki-export-codex` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add cfh-7598/cnki-export-codex`
- Raw SKILL.md: https://api.skillmd.com/api/skills/cfh-7598/cnki-export-codex/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Research & Search
- Author: cfh-7598 (https://skillmd.com/u/cfh-7598)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/cfh-7598/cnki-export-codex

---


# CNKI Export (Codex)

Use this skill for citation export and Zotero handoff.

## Run

Export a single paper to Zotero:

```bash
python3 scripts/run.py --url "https://..." --mode zotero
```

Export the current result page in batch:

```bash
python3 scripts/run.py --all-current-page --mode zotero
```

Return GB/T text payloads:

```bash
python3 scripts/run.py --url "https://..." --mode gb
```

## Notes

- `--mode ris` returns 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`.

