# Cnki Navigate Pages Codex

> Move through CNKI result pages or change result sorting from Codex through an existing Chrome CDP session. Use when Codex needs the next page, a specific page, or a different sort order such as date, citations, downloads, relevance, or comprehensive ranking.

- Skill: `cfh-7598/cnki-navigate-pages-codex` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add cfh-7598/cnki-navigate-pages-codex`
- Raw SKILL.md: https://api.skillmd.com/api/skills/cfh-7598/cnki-navigate-pages-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-navigate-pages-codex

---


# CNKI Navigate Pages (Codex)

Use this skill only on an existing CNKI result page.

## Run

Go to the next page:

```bash
python3 scripts/run.py --action next
```

Go to page 3:

```bash
python3 scripts/run.py --page 3
```

Sort by date:

```bash
python3 scripts/run.py --sort-by date
```

