apps/desktop/openclaw-runtime/config/skills/citation-manager/citation-manager/SKILL.md
学术引用管理器。管理参考文献、自动格式化引用和生成参考文献列表。Keywords: 引用, 参考文献, citation, bibliography.
npx skillsauth add polaris-dxz/xclaw citation-managerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
管理参考文献自动格式化引用和文献列表。适用于撰写学术论文时管理参考文献、自动生成APA/MLA/Chicago等格式引用、检查引用完整性。
触发关键词: 引用, 参考文献, citation, bibliography
pip install requests pybtex citeproc-py
通过DOI/标题查询论文元数据(CrossRef/Semantic Scholar)
自动格式化APA/MLA/Chicago/IEEE等10+种引用格式
检查引用完整性、去重、批量导出BibTeX/RIS文件
| 命令 | 说明 | 用法 |
|------|------|------|
| lookup | 通过DOI查询论文 | python3 scripts/citation_manager_tool.py lookup [参数] |
| format | 格式化引用列表 | python3 scripts/citation_manager_tool.py format [参数] |
| export | 导出参考文献文件 | python3 scripts/citation_manager_tool.py export [参数] |
帮我整理这5篇论文引用,生成APA格式
执行:
python3 scripts/citation_manager_tool.py format --style apa --dois '10.1234/xxx,10.5678/yyy'
导出BibTeX格式参考文献
执行:
python3 scripts/citation_manager_tool.py export --format bibtex
检查论文引用列表的完整性
执行:
python3 scripts/citation_manager_tool.py lookup --check references.bib
# 📊 学术引用管理报告
**生成时间**: YYYY-MM-DD HH:MM
## 核心发现
1. [关键发现1]
2. [关键发现2]
3. [关键发现3]
## 数据概览
| 指标 | 数值 | 趋势 | 评级 |
|------|------|------|------|
| 指标A | XXX | ↑ | ⭐⭐⭐⭐ |
| 指标B | YYY | → | ⭐⭐⭐ |
## 详细分析
[基于实际数据的多维度分析内容]
## 行动建议
| 优先级 | 建议 | 预期效果 |
|--------|------|----------|
| 🔴 高 | [具体建议] | [量化预期] |
| 🟡 中 | [具体建议] | [量化预期] |
| 🟢 低 | [具体建议] | [量化预期] |
pip install requests pybtex citeproc-pytesting
公司财报追踪器。自动追踪科技公司财报发布日期并生成摘要。Keywords: 财报, earnings, financial report.
development
Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of "Word doc", "word document", ".docx", or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when extracting or reorganizing content from .docx files, inserting or replacing images in documents, performing find-and-replace in Word files, working with tracked changes or comments, or converting content into a polished Word document. If the user asks for a "report", "memo", "letter", "template", or similar deliverable as a Word or .docx file, use this skill. Do NOT use for PDFs, spreadsheets, Google Docs, or general coding tasks unrelated to document generation.
testing
Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers. Trigger when user mentions writing docs, creating proposals, drafting specs, or similar documentation tasks.
content-media
内容复用引擎。将长文章/视频自动拆解为适合不同平台的短内容。Keywords: 内容复用, 多平台适配, content repurpose, 内容拆解.