cnki_co_read
Extracts content from a browser tab (default current), structuring it by page type: search results show metadata, articles show abstract/DOI, others show plain text. Works in background without stealing focus.
Instructions
读取协作浏览器中指定标签页(默认用户当前页)的内容,按页面类型结构化返回:
搜索结果页 → results[](题名/作者/来源/时间/类型/被引)
文章详情页 → detail(标题/作者/摘要/关键词/DOI)
其他页面 → text(正文文本)
读取是后台操作,不会切换用户的窗口焦点。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | No | 标签页序号;不传则读用户当前页 | |
| max_chars | No | 文本型页面的最大字符数,默认6000 |