# Cnki Journal Toc Codex

> Browse CNKI journal issues and tables of contents from Codex through an existing Chrome CDP session. Use when Codex needs the paper list for a specific issue, or needs to open the original TOC reader for a journal issue.

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

---


# CNKI Journal TOC (Codex)

Use this skill for issue-level browsing.

## Run

```bash
python3 scripts/run.py \
  --query "计算机学报" \
  --year 2025 \
  --issue 01
```

Open the original TOC reader:

```bash
python3 scripts/run.py \
  --query "计算机学报" \
  --year 2025 \
  --issue 01 \
  --download
```

## Notes

- `--download` opens the reader page for the original TOC. CNKI login and browser download settings still control the final file download.

