# Cnki Paper Detail Codex

> Extract detailed CNKI paper metadata from Codex through an existing Chrome CDP session. Use when Codex needs a paper title, author list, affiliations, abstract, keywords, fund information, journal, or publication details from a CNKI paper page.

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

---


# CNKI Paper Detail (Codex)

Use this skill for paper-level metadata extraction.

## Run

On the current paper page:

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

On a specific URL:

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

## Return shape

Expect title, authors, affiliations, abstract, keywords, fund, classification, journal, and publication info.

