# Cnki Master Search Codex

> Use when Codex needs CNKI master thesis retrieval only through an existing Chrome CDP session, excluding doctoral dissertations.

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

---


# CNKI Master Thesis Search (Codex)

Use this skill when the user needs master dissertations only.

## Run

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

## Notes

- The command uses CNKI dissertation scope and keeps only master (`硕士`) rows.
- If CNKI has fewer master hits than requested, it returns the available subset.

