# Cnki Parse Results Codex

> Parse the current CNKI result page from Codex through an existing Chrome CDP session. Use when the user already has a CNKI results page open and Codex should extract structured paper data without rerunning the search.

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

---


# CNKI Parse Results (Codex)

Use this skill only when a CNKI result page is already open in the connected Chrome session.

## Run

```bash
python3 scripts/run.py
```

## Notes

- The command fails with `page_not_supported` if the current page is not a CNKI results page.
- Use `$cnki-search-codex` if no result page exists yet.

