literature-loop-capture
NewPublic Codex skill for OpenAlex-grounded literature review loops with OpenCLI publisher capture
Summary
This skill automates literature review loops grounded in OpenAlex, capturing results into an OpenCLI publisher for seamless integration into development workflows.
- It helps developers systematically track and document academic references relevant to their projects.
Install & Usage
mkdir -p .claude/skillsmkdir -p .claude/skills && curl -o .claude/skills/literature-loop-capture.md https://raw.githubusercontent.com/ly1225-a/literature-loop-capture/main/SKILL.md/literature-loop-captureUse Cases
Usage Examples
/literature-loop-capture search 'machine learning operations' limit 10
/literature-loop-capture loop 'federated learning' interval weekly publisher my-bib
Capture recent papers on 'large language models' from OpenAlex and save to ./papers.json
Security Audits
Frequently Asked Questions
What is literature-loop-capture?
This skill automates literature review loops grounded in OpenAlex, capturing results into an OpenCLI publisher for seamless integration into development workflows. It helps developers systematically track and document academic references relevant to their projects.
How to install literature-loop-capture?
To install literature-loop-capture: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/literature-loop-capture.md https://raw.githubusercontent.com/ly1225-a/literature-loop-capture/main/SKILL.md. Finally, /literature-loop-capture in Claude Code.
What is literature-loop-capture best for?
literature-loop-capture is a skill categorized under Development. It is designed for: code-review. Created by ly1225-a.
What can I use literature-loop-capture for?
literature-loop-capture is useful for: Capture a set of recent papers on transformer architectures from OpenAlex and publish them as a codex entry.; Run a weekly literature loop on reinforcement learning updates and append new findings to an existing publisher file.; Search OpenAlex for papers citing a specific DOI and store the results in a structured format for review.; Generate a curated list of open-access articles on graph neural networks and export them to a markdown report.; Monitor a saved search query for new publications and automatically update a local bibliography.; Retrieve all works by a known author in a research domain and compile them into a skill-readable dataset..