citation-management
Manage Academic Citations and BibTeX
Research projects often lose time to incomplete, inconsistent, or incorrect references. This skill helps Claude, Codex, and Claude Code find citation metadata, validate entries, and format BibTeX files.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "citation-management" from https://skillstore.io/skills/davila7-citation-management.md and its manifest at https://skillstore.io/api/skills/davila7-citation-management/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 "citation-management". Convert a DOI into BibTeX.
Expected outcome:
A formatted citation entry with normalized authors, title, journal, year, DOI, and stable URL fields.
Using "citation-management". Validate a BibTeX library before submission.
Expected outcome:
- Summary of valid and invalid entries
- List of missing required fields
- Duplicate citation keys to resolve
- Suggested formatting corrections
Using "citation-management". Search PubMed for a research topic.
Expected outcome:
A ranked set of paper candidates with titles, authors, years, journals, PMIDs, and notes about relevance.
Security Audit
Medium RiskMost static findings are false positives from citation examples, Markdown code fences, documented API usage, and expected output file writes. The main confirmed concern is an optional Google Scholar proxy mode described as avoiding rate limits, which can enable abusive scraping or service-control bypass.
Confirmed security concerns (4)
Risk Factors
๐ Network access (50)
๐ Env variables (32)
๐ Filesystem access (6)
โ๏ธ External commands (50)
Detected Patterns
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-citation-management/audits/12?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/davila7-citation-management?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/davila7-citation-management?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/davila7-citation-management/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/davila7-citation-management.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). citation-management security audit report (audit version 12) [Author version unspecified]. Skillstore. https://skillstore.io/skills/davila7-citation-management/audits/12BibTeX citation
@techreport{davila7-davila7-citation-management-2026,
author = {davila7},
title = {citation-management security audit report (audit version 12)},
institution = {Skillstore},
year = {2026},
number = {12},
url = {https://skillstore.io/skills/davila7-citation-management/audits/12},
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: "citation-management security audit report (audit version 12)"
version: "unspecified"
type: report
authors:
- name: "davila7"
date-released: "2026-07-09"
url: "https://skillstore.io/skills/davila7-citation-management/audits/12"
identifiers:
- type: other
value: "skillstore:davila7-citation-management:audit:12"
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
davila7-citation-management
2026-08-21
k-dense-ai-citation-management
2026-08-21
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
Build a thesis bibliography
Collect references from DOI, PubMed, arXiv, and manual sources, then normalize them into consistent BibTeX.
Validate manuscript references
Check a BibTeX file for missing fields, duplicate keys, malformed DOIs, and inconsistent formatting before submission.
Prepare a literature review dataset
Search scholarly databases, export candidate papers, and convert selected records into reusable citation entries.
Try These Prompts
Use this skill to convert this DOI into a clean BibTeX entry: 10.1038/s41586-021-03819-2
Use this skill to validate references.bib. Report missing fields, duplicate keys, DOI issues, and formatting problems.
Use this skill to search PubMed for recent review papers about CRISPR off-target effects from 2021 to 2026. Return citation candidates with PMIDs and BibTeX-ready metadata.
Use this skill to deduplicate my BibTeX file, normalize field order, verify DOI metadata where possible, and produce a submission-ready bibliography with a validation summary.
Best Practices
- Provide DOI, PMID, arXiv ID, or source URL when you have a known reference.
- Review generated citations against the publisher page before final submission.
- Keep a backup of bibliography files before formatting or deduplicating them.
Avoid
- Do not assume metadata from one source is always complete or current.
- Do not use proxy or scraping options to bypass service rate limits or terms.
- Do not overwrite a production bibliography without reviewing the validation report.
Frequently Asked Questions
Can this skill create BibTeX from a DOI?
Does it support PubMed?
Can it validate an existing BibTeX file?
Does it need API keys?
Can it guarantee every citation is correct?
Which tools can use this skill?
Developer Details
Author
davila7License
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Ref
b959ebfd1043a07c0c4378ab94ca4342cb0259f5
Maintenance freshness
7/20/2026
Usage
37 downloads ยท 262 views
File structure
๐ assets/
๐ bibtex_template.bib
๐ references/
๐ bibtex_formatting.md
๐ pubmed_search.md
๐ scripts/
๐ doi_to_bibtex.py
๐ extract_metadata.py
๐ format_bibtex.py
๐ search_pubmed.py
๐ SKILL.md