citation-finder
Academic citation lookup and formatter. Given a fuzzy paper title (Chinese or English), searches CrossRef, Semantic Scholar, Baidu Scholar, and CNKI, then returns GB/T 7714, APA 7th, and MLA 9th formatted citations with source links.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/antonia-sz/citation-finderWhat This Skill Does
The citation-finder skill is a powerful research utility designed to streamline the academic writing process. It functions as an intelligent agent capable of locating, validating, and formatting academic papers into professional citation styles. By accepting fuzzy titles or partial descriptions in both English and Chinese, the agent queries an array of high-authority academic databases, including CrossRef, Semantic Scholar, Baidu Scholar, and CNKI. Once a candidate is identified, the skill automatically generates formatted references according to three industry-standard formats: GB/T 7714 (common in Chinese academic institutions), APA 7th Edition, and MLA 9th Edition. Beyond mere formatting, the skill ensures high accuracy by ranking search results based on title similarity and metadata completeness, providing direct links to the DOI or source URL to ensure your bibliography remains verifiable and professional.
Installation
To integrate this skill into your OpenClaw environment, ensure you have the necessary dependencies installed (requests, beautifulsoup4, and rapidfuzz). You can install the skill by executing the following command in your terminal:
clawhub install openclaw/skills/skills/antonia-sz/citation-finder
Ensure that your OpenClaw runtime has appropriate internet permissions, as the skill relies on external academic API calls and web scraping to retrieve real-time data.
Use Cases
This skill is ideal for researchers, students, and technical writers who need to manage large bibliographies quickly. It is particularly useful when you have only a vague idea of a paper's name or need to switch between different citation formats for submissions to various journals or academic conferences. It eliminates the tedious manual effort of looking up publication dates, authors, and page numbers.
Example Prompts
- "帮我找一下『注意力机制在自然语言处理中的应用』这篇论文,并提供APA格式引用。"
- "Find citation for 'Attention is all you need' and output it in MLA 9th format."
- "请找到这篇论文的准确信息,并帮我生成GB/T 7714标准的参考文献引用。"
Tips & Limitations
- Ambiguity Handling: If the skill returns multiple results due to a vague query, it will ask for clarification. Providing the author's name alongside the title significantly improves accuracy.
- Database Coverage: While the skill covers both Chinese and English sources, extremely obscure or non-indexed papers might result in low confidence scores.
- Internet Connectivity: Because the skill performs live lookups, it requires an active network connection to function properly. Avoid modifying the underlying
scripts/to ensure the integrity of the formatting logic remains consistent.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-antonia-sz-citation-finder": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
content-automation
内容创作自动化工具 Skill。支持社交媒体内容生成、视频脚本创作、定时发布任务管理。当用户需要批量生成内容、自动化社交媒体运营或创建视频脚本时触发。
style-cloner
提供1-5篇参考文章 + 原始素材,AI 分析参考文章的风格特征, 将素材改写成同风格的成品文章,输出3个版本供选择,支持强度调节和迭代优化。
project-evaluator
描述一个项目想法,AI 从市场/技术/商业/风险四个维度系统评估, 输出评估报告、竞品速查、MVP建议,帮你决策「值不值得做」。
maybe-finance
Personal finance management skill using Maybe Finance OS. Use when users need to track expenses, analyze budgets, monitor net worth, or manage personal finances through the Maybe Finance self-hosted platform. Supports transaction tracking, account management, budget analysis, and financial reporting.
notebooklm
Google NotebookLM 非官方 Python API 的 OpenClaw Skill。支持内容生成(播客、视频、幻灯片、测验、思维导图等)、文档管理和研究自动化。当用户需要使用 NotebookLM 生成音频概述、视频、学习材料或管理知识库时触发。