scientific-research-skills
Literature search, paper reading, and reference management workflows
All Skills in This Repository (6)
Pure Emerald Level Indicatorspaper-reading
Read academic papers from arXiv, PDFs, or Zotero and generate structured digests.
academic-figure-generation
Generate publication-quality figures from method text and captions via a multi-agent pipeline.
social-media-paper-triage
Extract academic papers from social-media posts and locate original sources.
literature-search
Aggregates and ranks academic papers from multiple search engines by topic or keywords.
related-work-survey
Construct a literature taxonomy and positioning narrative for a research question.
zotero-management
Manage Zotero libraries by organizing papers across collections and tags.
Frequently Asked Questions
FAQPage SchemaHow to install scientific-research-skills?โผ
Run `npx skills add jxtse/scientific-research-skills --all -g -y` in your terminal to install all research skills globally.
How to search academic papers with an agent?โผ
The literature-search skill queries Semantic Scholar, arXiv, Tavily, Exa, and Gemini, then deduplicates and ranks results by citations, recency, and venue.
Can it download paywalled papers in bulk?โผ
Yes. The paper-fulltext-harvest skill routes DOIs through publisher TDM APIs, open-access aggregators, and a browser fallback for paywalled publishers.
Does it work with Claude Code and OpenClaw?โผ
Yes. Every skill follows the open SKILL.md standard and runs natively in Claude Code, OpenClaw, and Codex.
Do I need API keys to use these skills?โผ
Only some skills need keys. Paper reading and related-work surveys work with no configuration, while Zotero, search engines, and publisher APIs require free or institutional keys.
Related Repositories in Education & Research
View All in Education & Researchโlearn-claude-code
Learn to build AI agent harnesses from scratch
ai-agents-for-beginners
Learn to build, deploy, and secure AI agents step by step
33-js-concepts
Master 33 essential JavaScript concepts with tested, verified guides