# Cnki Journal Search Codex

> Search CNKI journals from Codex through an existing Chrome CDP session. Use when Codex needs to find journals by name, ISSN, CN number, or sponsor and return journal result cards with links and summary metrics.

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

---


# CNKI Journal Search (Codex)

Use this skill for journal discovery before deeper indexing or TOC work.

## Run

```bash
python3 scripts/run.py --query "计算机学报"
```

## Notes

- The command auto-detects ISSN and CN-number style queries.
- Use `$cnki-journal-index-codex` for indexing status.
- Use `$cnki-journal-toc-codex` for issue browsing.

