wfdata-search

用于从万方数据检索文献

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "wfdata-search" with this command: npx skills add wanfangdata/wfdata-open-skills/wanfangdata-wfdata-open-skills-wfdata-search

万方数据搜索技能

本技能提供万方数据平台的文献检索能力,支持:

  • 文献关键词检索
  • 文献详情获取
  • 基于语义的向量检索

完整 API 说明请参考:

👉 reference/api-catalog.md

该文档包含:

  • API 接口地址
  • 请求参数
  • 返回结构
  • 文献类型说明

工具脚本

  • scripts/wf_data_query.py - 文献关键词检索
  • scripts/wf_data_get_doc.py - 获取文献详情
  • scripts/wf_data_vector_search.py - 向量语义检索

认证信息

所有接口需要以下请求头:

Header说明
X-Ca-AppKey应用 Key
AuthorizationAPPCODE 认证码
Content-Typeapplication/json

工具说明

1. 文献检索 (使用wf_data_query)

搜索万方数据库中的文献资源。

该工具适用于:

  • 文献检索
  • 按关键词搜索论文
  • 按文献类型筛选

参数

参数类型必填说明
querystring检索关键词
collectionsstring[]文献类型
rowsint返回条数
startint起始位置

可用 collections

collection说明
OpenPeriodical期刊论文
OpenPeriodicalChi中文期刊
OpenPeriodicalEng英文期刊
OpenThesis学位论文
OpenConference会议论文
OpenPatent专利
OpenClaw法规
OpenCstad成果
OpenStandard标准
OpenMagazine刊名
OpenMeeting会议名录
OpenNstr科技报告
OpenVideo视频
OpenFZLocalChronicle方志
OpenFZLocalChronicleItem方志条目

更多字段和高级参数请参考:

👉 reference/api-catalog.md


2. 获取文献详情 (wf_data_get_doc)

根据文献 ID 获取文献详细信息。

参数

参数类型必填说明
collectionstring文献资源库
doc_idstring文献 ID

3. 向量语义搜索 (wf_data_vector_search)

通过自然语言进行语义搜索,系统会匹配语义相似的论文片段。

适用于:

  • 自然语言搜索
  • 研究问题检索
  • 语义相关文献发现

参数

参数类型必填说明
query_textstring自然语言查询
collectionsstring[]全文资源库

可用全文 collections

collection说明
OpenPeriodicalFulltext期刊全文
OpenThesisFulltext学位论文全文
OpenConferenceFulltext会议论文全文
OpenPatentFulltext专利全文
OpenClawFulltext法规全文
OpenStandardFulltext标准全文
OpenLocalchronicleFulltext方志全文

推荐调用流程

对于科研问题,建议 Agent 使用以下流程:

用户问题
   ↓
wf_data_vector_search(语义检索)
   ↓
获取文献ID
   ↓
wf_data_get_doc(获取文献详情)
   ↓
整理研究结果

对于精准关键词搜索:

用户关键词
   ↓
wf_data_query
   ↓
获取文献ID
   ↓
wf_data_get_doc

返回结果

所有接口返回 JSON 数据。

典型结构:

{
  "documents": [],
  "num_found": 120
}

注意事项

  1. 请确保配置正确的 API 认证信息
  2. 向量搜索适合语义问题检索
  3. 关键词检索适合精确查找
  4. 建议 rows 不超过 50

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

test_skill

import json import tkinter as tk from tkinter import messagebox, simpledialog

Archived SourceRecently Updated
General

neo

Browse websites, read web pages, interact with web apps, call website APIs, and automate web tasks. Use Neo when: user asks to check a website, read a web page, post on social media (Twitter/X), interact with any web app, look up information on a specific site, scrape data from websites, automate browser tasks, or when you need to call any website's API. Keywords: website, web page, browse, URL, http, API, twitter, tweet, post, scrape, web app, open site, check site, read page, social media, online service.

Archived SourceRecently Updated
General

image-gen

Generate AI images from text prompts. Triggers on: "生成图片", "画一张", "AI图", "generate image", "配图", "create picture", "draw", "visualize", "generate an image".

Archived SourceRecently Updated
General

explainer

Create explainer videos with narration and AI-generated visuals. Triggers on: "解说视频", "explainer video", "explain this as a video", "tutorial video", "introduce X (video)", "解释一下XX(视频形式)".

Archived SourceRecently Updated