Install
openclaw skills install apa7-reference-helper-mia956Format, audit, and polish academic references in APA 7th style, including in-text citations, DOI/URL cleanup, and correction tables for student papers.
openclaw skills install apa7-reference-helper-mia956Use this skill when the user needs help with APA 7th edition references, in-text citations, reference-list cleanup, or a citation-quality audit for coursework, manuscripts, reports, literature reviews, or presentations.
This skill is designed for bilingual academic workflows. It can explain corrections in Chinese while producing references in English APA 7 format when the source metadata is in English.
Activate this skill when the user asks for any of the following:
When handling references, produce the answer in this order unless the user requests otherwise:
可直接粘贴的 APA 7 参考文献列表
Provide a clean final list. Sort alphabetically by first author's surname when there are multiple entries.
问题检查表
Provide a compact table with columns: 原条目, 主要问题, 建议修正.
文内引用示例
Provide parenthetical and narrative citation examples for the most important references.
不确定信息
Clearly mark missing metadata instead of inventing it. Use [缺失:年份], [缺失:期刊名], [缺失:DOI], etc.
Follow these rules strictly:
Template:
Author, A. A., Author, B. B., & Author, C. C. (Year). Article title in sentence case. Journal Title in Title Case, volume(issue), page–page. https://doi.org/xxxxx
Rules:
https://doi.org/....Retrieved from for stable academic sources unless retrieval date is necessary.Template:
Author, A. A. (Year). Book title in sentence case. Publisher.
Rules:
(2nd ed.).Template:
Author, A. A. (Year). Chapter title in sentence case. In E. E. Editor & F. F. Editor (Eds.), Book title in sentence case (pp. xx–xx). Publisher.
Template:
Author, A. A. or Organization Name. (Year, Month Day). Page title in sentence case. Site Name. URL
Rules:
(Smith, 2020) or Smith (2020).(Smith & Lee, 2020) or Smith and Lee (2020).(Smith et al., 2020) from the first citation onward.(Smith, 2020, p. 15).Before finalizing, check:
https://doi.org/...?This skill includes scripts/apa7_quick_check.py, a lightweight local checker that flags common structural problems in a plain-text reference list. It uses only Python standard-library modules.
Use it when the user provides or uploads a text reference list and wants a quick audit:
python3 scripts/apa7_quick_check.py examples/demo_references.txt
If python3 is not available, try:
python scripts/apa7_quick_check.py examples/demo_references.txt
The script does not replace academic judgment. Use its output as a triage aid, then apply the APA 7 rules above manually.