openalex-database
Explore Scholarly Research with OpenAlex
Scholarly searches and bibliometric analysis often require complex API filters. This skill provides reusable OpenAlex clients, helpers, and workflows for focused research queries.
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/davila7-openalex-database.md and its manifest at https://skillstore.io/api/skills/davila7-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 recent open access papers about CRISPR.
Expected outcome:
- Search summary: ten works matched the requested year and access filters.
- Results table: title, year, citations, DOI, and open access route for each work.
- Method note: OpenAlex query filters and retrieval date.
Using "openalex-database". Analyze machine learning publications from Stanford since 2020.
Expected outcome:
- Trend summary: annual publication counts with the strongest growth periods highlighted.
- Topic summary: leading OpenAlex topics and their work counts.
- Coverage note: date range, institution identifier, and open access calculation.
Using "openalex-database". Prepare a reproducible sample of climate research.
Expected outcome:
- Dataset plan: fixed filters, selected fields, sample size, seed, and maximum request count.
- Quality checks: duplicate identifiers, missing years, missing DOIs, and access status coverage.
- Export summary: destination filename, row count, and retrieval date.
Security Audit
Medium RiskMost alerts are false positives caused by Markdown backticks, identifier parsing, and documented requests to OpenAlex. The client permits caller-controlled endpoints to replace the OpenAlex host, and citation examples trust response-provided URLs. Unbounded pagination, CSV formula injection, and unconditional CSV overwrites require remediation before broad use.
Confirmed security concerns (2)
Capability review items (6)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Risk Factors
๐ Network access (50)
๐ Filesystem access (2)
โ๏ธ External commands (50)
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/davila7-openalex-database/audits/9?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/davila7-openalex-database?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/davila7-openalex-database?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/davila7-openalex-database/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/davila7-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
davila7. (2026). openalex-database security audit report (audit version 9) [Author version unspecified]. Skillstore. https://skillstore.io/skills/davila7-openalex-database/audits/9BibTeX citation
@techreport{davila7-davila7-openalex-database-2026,
author = {davila7},
title = {openalex-database security audit report (audit version 9)},
institution = {Skillstore},
year = {2026},
number = {9},
url = {https://skillstore.io/skills/davila7-openalex-database/audits/9},
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 9)"
version: "unspecified"
type: report
authors:
- name: "davila7"
date-released: "2026-07-23"
url: "https://skillstore.io/skills/davila7-openalex-database/audits/9"
identifiers:
- type: other
value: "skillstore:davila7-openalex-database:audit:9"
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
Build a Literature Shortlist
Find recent, relevant, highly cited, or open access papers with consistent metadata fields.
Assess Institutional Output
Summarize publication volume, open access share, yearly trends, and leading topics for an institution.
Prepare Bibliometric Data
Create bounded, reproducible datasets using filters, batches, selected fields, and seeded samples.
Try These Prompts
Search OpenAlex for [topic]. Return ten recent papers with title, year, citation count, DOI, and open access status.
Find works by [author] from [start year] through [end year]. Summarize publication count, top topics, citations, and open access share.
Compare [institution A] and [institution B] since [year]. Report output, open access percentage, leading topics, and highly cited works.
Build a reproducible OpenAlex query for [research question]. Define filters, selected fields, pagination cap, sampling seed, and validation checks.
Best Practices
- Resolve author and institution names to OpenAlex identifiers before filtering works.
- Set finite result limits, select only required fields, and respect OpenAlex rate limits.
- Record filters, retrieval date, seed, and entity identifiers for reproducible analysis.
Avoid
- Do not treat author or institution names as unique identifiers.
- Do not request every matching work without a clear limit and storage plan.
- Do not open exported CSV files before neutralizing formula-leading remote values.
Frequently Asked Questions
Does this skill require an API key?
Does the skill send data over the network?
Can it download full article text?
How are authors and institutions identified?
Can it process millions of records?
Are citation counts exact and permanent?
Developer Details
Author
davila7License
MIT
Skillstore revision
r2
Version notice
The author did not declare a version.
Ref
c43861a65bb95efcae259cd161c9d6f4dc7eec6f
Maintenance freshness
7/24/2026
Usage
21 downloads ยท 533 views
File structure
๐ references/
๐ api_guide.md
๐ common_queries.md
๐ scripts/
๐ openalex_client.py
๐ query_helpers.py
๐ SKILL.md