Skip to content
BeClaude

literature-loop-capture

New
10GitHub TrendingDevelopmentby ly1225-a

Public 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

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/literature-loop-capture.md https://raw.githubusercontent.com/ly1225-a/literature-loop-capture/main/SKILL.md
3
Invoke in Claude Code
/literature-loop-capture

Use Cases

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.

Usage Examples

1

/literature-loop-capture search 'machine learning operations' limit 10

2

/literature-loop-capture loop 'federated learning' interval weekly publisher my-bib

3

Capture recent papers on 'large language models' from OpenAlex and save to ./papers.json

View source on GitHub
code-review

Security Audits

LicenseUnknownSourceWarnRepositoryPass

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..