openalex-database
Analyze OpenAlex Research Data
Scholarly search and bibliometric analysis can require many OpenAlex API patterns. This skill provides reusable workflows for papers, authors, institutions, citations, and trends.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "openalex-database" from https://skillstore.io/skills/k-dense-ai-openalex-database.md and its manifest at https://skillstore.io/api/skills/k-dense-ai-openalex-database/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "openalex-database". Find highly cited open access papers on climate adaptation after 2020.
Expected outcome:
- A ranked list of recent climate adaptation papers with title, year, citation count, DOI, and open access status.
- A short note explaining the OpenAlex filters used for year, open access status, and sorting.
Using "openalex-database". Analyze MIT research output in quantum computing since 2021.
Expected outcome:
- A summary of total works, open access percentage, yearly publication trend, and top OpenAlex topics.
- A list of query choices, including the institution ID lookup and publication year filter.
Using "openalex-database". Prepare a dataset of papers citing a specific DOI.
Expected outcome:
- A workflow that retrieves the target work, follows the cited-by URL, paginates results, and exports selected fields.
- A caution to cap result counts and include only needed metadata fields.
Security Audit
Medium RiskStatic network, filesystem, blocker, and external command patterns were reviewed in context and were false positives for normal OpenAlex documentation or helper workflows. No prompt injection attempt was found, but SKILL.md includes vendor-steering text that promotes external hosted services during complex workflows.
Confirmed security concerns (1)
Risk Factors
๐ Network access (68)
๐ Filesystem access (2)
โ๏ธ External commands (68)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/k-dense-ai-openalex-database/audits/7?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/k-dense-ai-openalex-database?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/k-dense-ai-openalex-database?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/k-dense-ai-openalex-database/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/k-dense-ai-openalex-database.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
K-Dense-AI. (2026). openalex-database security audit report (audit version 7) [Author version unspecified]. Skillstore. https://skillstore.io/skills/k-dense-ai-openalex-database/audits/7BibTeX citation
@techreport{k-dense-ai-k-dense-ai-openalex-database-2026,
author = {K-Dense-AI},
title = {openalex-database security audit report (audit version 7)},
institution = {Skillstore},
year = {2026},
number = {7},
url = {https://skillstore.io/skills/k-dense-ai-openalex-database/audits/7},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "openalex-database security audit report (audit version 7)"
version: "unspecified"
type: report
authors:
- name: "K-Dense-AI"
date-released: "2026-07-05"
url: "https://skillstore.io/skills/k-dense-ai-openalex-database/audits/7"
identifiers:
- type: other
value: "skillstore:k-dense-ai-openalex-database:audit:7"
description: "Skillstore immutable audit report identifier"
Compare variants
2 installable variantsEach author remains a separate installable skill. The recommended variant is ranked by Skillstore evidence.
Why this variant is first
k-dense-ai-openalex-database
2026-08-21
davila7-openalex-database
2026-08-21
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
Plan a Literature Review
Search recent papers, filter by open access status, and identify highly cited works in a research area.
Assess Research Output
Measure publication counts, topic distribution, citation activity, and open access share for an institution or author.
Build Scholarly Datasets
Collect OpenAlex metadata with pagination, batch lookup, and CSV export for later analysis.
Try These Prompts
Use the OpenAlex database skill to find recent open access papers about [topic]. Return titles, years, citations, and DOIs.
Use OpenAlex to find works by [author name]. Apply the two-step author ID pattern and summarize the most cited recent papers.
Compare publications from [institution A] and [institution B] since [year]. Include counts, topics, and open access share.
Create an OpenAlex workflow for [research question]. Include filters, pagination limits, fields to export, and checks for citation analysis.
Best Practices
- Provide an email address to OpenAlex when running repeated API queries.
- Use entity IDs from author, institution, or source searches before filtering works.
- Limit fields and result counts before exporting large datasets.
Avoid
- Do not filter works by author or institution names when an OpenAlex ID is required.
- Do not run unbounded pagination without a clear maximum result count.
- Do not treat OpenAlex citation counts as a complete measure of research impact.
Frequently Asked Questions
Does this skill need an OpenAlex API key?
Can it search papers by DOI?
Can it analyze institutions and authors?
Does it download full paper text?
Can it export results?
What tools can use this skill?
Developer Details
Author
K-Dense-AILicense
Unknown
Skillstore revision
r1
Version notice
The author did not declare a version.
Repository
https://github.com/K-Dense-AI/claude-scientific-skills/tree/main/scientific-skills/openalex-databaseRef
a25199bc7d6b82598536822d1738eb5d5f54025b
Maintenance freshness
7/18/2026
Usage
46 downloads ยท 262 views
File structure
๐ references/
๐ api_guide.md
๐ common_queries.md
๐ scripts/
๐ openalex_client.py
๐ query_helpers.py
๐ SKILL.md