Install
openclaw skills install academic-composerAssists in academic writing by sourcing research, generating outlines, expanding essays with citations, and improving style while ensuring citation integrity.
openclaw skills install academic-composerAcademic writing assistant for research and learning purposes: search academic sources, build evidence-based outlines, expand into fully cited essays (APA / MLA / Chicago), and improve writing style with local quantitative analysis.
Academic Integrity Notice: This skill is intended for personal research drafts, study aids, and learning how to construct academic arguments with proper citations. It is NOT intended for submitting AI-generated content as one's own original work, bypassing academic integrity policies, or any form of plagiarism. Users are solely responsible for ensuring their use complies with their institution's academic honesty requirements.
Build a curated Source List before writing. The essay is structured around evidence, not the other way around.
Option A — Academic search:
python skill/scripts/scholar.py --query "TOPIC KEYWORDS" --limit 10 --year-min YEAR --jsonOption B — User-provided sources:
Combined: Search first, then merge user-provided sources. Confirm Source List before proceeding.
Runs entirely locally. No data leaves the machine.
python skill/scripts/pipeline.py --file /tmp/essay.txt --measure-only --json
(Essay is passed via file path, not CLI argument, to avoid process-listing exposure.)pipeline.py, measure.py, and scholar.py do not transmit essay content externally. However, essay generation and rewriting are performed by the orchestrating LLM, which may use a remote model provider depending on the agent's configuration| File | Purpose |
|---|---|
skill/scripts/scholar.py | Semantic Scholar API source search |
skill/scripts/pipeline.py | Local writing style analysis |
skill/scripts/measure.py | Bundled quantitative scorer |
skill/references/essay_templates.md | Essay type templates with source mapping |
skill/references/citation_formats.md | APA / MLA / Chicago formatting rules |
SECURITY.md | Data flow, permissions, academic integrity |