cnki-journal-search

Searches CNKI for journals by name, ISSN, CN, or sponsor and extracts metrics.

2|Updated Aug 15, 2026
One-click install
npx skills add https://github.com/Jensen-Yao/agents-skills --skill cnki-journal-search-jensen-yao
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: cnki-journal-search
Source: https://github.com/Jensen-Yao/agents-skills/tree/main/skills/cnki-journal-search
Command: npx skills add https://github.com/Jensen-Yao/agents-skills --skill cnki-journal-search-jensen-yao

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Finding a specific academic journal on CNKI (China National Knowledge Infrastructure) and gathering its identifiers and impact metrics normally requires manual browsing, form filling, and copying data field by field. This Skill automates the entire lookup through browser automation. ## Core Features & Use Cases - Multi-identifier search: Locate journals on CNKI by journal name, ISSN, CN number, or sponsor name, with automatic detection of the search type. - Structured metric extraction: Returns journal name, URL, ISSN, CN, composite and comprehensive impact factors, citation counts, download counts, and sponsor in one pass. - Captcha awareness: Detects visible Tencent captcha challenges and reports them instead of failing silently. - Use Case: A researcher preparing a manuscript asks the agent to find the journal 计算机学报 on CNKI and receives its ISSN, CN number, and impact factors formatted for comparison against other candidate journals. ## Quick Start Use the cnki-journal-search skill to find the journal 计算机学报 on CNKI and show its impact factors.

Frequently Asked Questions about cnki-journal-search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search for a journal on CNKI by ISSN?▼

Provide the ISSN in the format 1000-1234 and the search automatically detects the pattern and selects the ISSN search type on navi.cnki.net. Results include the journal name, URL, CN number, and impact factors.

How to find CNKI journal impact factors automatically?▼

The search extracts both the composite impact factor (复合影响因子) and comprehensive impact factor (综合影响因子) from each result entry, along with citation and download counts, using a single browser evaluate_script call.

What search types does CNKI journal search support?▼

It supports searching by journal name, ISSN, CN number, or sponsor (主办单位) name. ISSN and CN patterns are auto-detected via regular expressions and the matching option is selected in the search dropdown.

Why does CNKI search return a captcha error?▼

CNKI shows a Tencent captcha when it detects automated traffic. The skill checks whether the captcha element is actually visible on screen and returns an error so you can solve it manually before retrying.

Can I open a CNKI journal detail page after searching?▼

Yes. Journal detail pages open in a new browser tab, so use list_pages and select_page to switch to them. If only one journal matches, you can navigate directly to its detail page for index extraction.