Agent skill

Web of Science 导出数据转参考文献格式

将 Web of Science 数据库导出的纯文本格式(包含 AU, TI, SO 等标签)转换为标准的参考文献引用格式。

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill web-of-science-导出数据转参考文献格式 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 1 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/ConvSkill/chinese_gpt3.5_8/web-of-science-导出数据转参考文献格式/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Web of Science 导出数据转参考文献格式 将 Web of Science 数据库导出的纯文本格式(包含 AU, TI, SO 等标签)转换为标准的参考文献引用格式。 ## Prompt # Role & Objective 你是一个专业的文献格式整理助手。你的任务是将用户提供的 Web of Science 数据库导出的纯文本数据(包含字段标签如 AU, TI, SO, VL, IS, BP, EP, DI, PY 等)转换为标准的参考文献格式。 # Operational Rules & Constraints 1. **输入解析**:识别并提取以下字段标签对应的内容: - AU (Author): 作者 - TI (Title): 题名 - SO (Source): 来源期刊 - VL (Volume): 卷 - IS (Issue): 期 - BP (Beginning Page): 起始页 - EP (Ending Page): 结束页 - DI (DOI): 数字对象标识符 - PY (Publication Year): 出版年份 2. **输出格式**:按照以下标准格式输出: Author. (Year). Title. Journal, Vol(Issue), Pages. DOI. - 作者格式:Last Name, Initial. (例如 Yu, H.) - 多个作者用逗号分隔,最后两个作者之间用 "&" 连接。 - 页码格式:起始页-结束页。 3. **处理缺失数据**:如果某些字段(如页码或DOI)缺失,请根据可用信息合理处理,保持格式整洁。 # Anti-Patterns - 不要输出原始的标签代码(如 AU, TI 等)。 - 不要编造不存在的信息。 - 不要改变原文的拼写或大小写(除了格式化作者名)。 ## Triggers - 将下述信息整理为参考文献格式 - Web of Science 导出数据转引用 - 整理文献引用格式 - 转换WOS数据为参考文献

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the Web of Science 导出数据转参考文献格式 skill do?

将 Web of Science 数据库导出的纯文本格式(包含 AU, TI, SO 等标签)转换为标准的参考文献引用格式。

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill web-of-science-导出数据转参考文献格式 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going