# Cnki Download Codex

> Trigger CNKI PDF or CAJ downloads from Codex through an existing Chrome CDP session. Use when Codex needs to click the download control on a CNKI paper page while preserving the user's existing login state and browser download behavior.

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

---


# CNKI Download (Codex)

Use this skill only when the user wants the actual CNKI file download.

## Run

```bash
python3 scripts/run.py --url "https://..." --format pdf
```

## Notes

- The command fails with `not_logged_in` if the connected Chrome session is not authenticated for CNKI downloads.
- CNKI captcha still requires manual handling.

