# Cnki Thesis Search Codex

> Use when Codex needs CNKI thesis-only retrieval through an existing Chrome CDP session, including mixed doctoral and master results with structured metadata.

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

---


# CNKI Thesis Search (Codex)

Use this skill for CNKI thesis retrieval in mixed mode (doctoral + master).

## Run

```bash
python3 _shared/cnki/cli.py thesis-search \
  --query "干细胞治疗关节炎" \
  --degree both \
  --count 10
```

## Notes

- This command first switches to CNKI dissertation scope (`CDFD+CMFD`) and then collects thesis rows.
- Each item includes `degree` (`博士` or `硕士`) and the original CNKI result metadata.

