Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add YuanyuanMa03/academic-research-skills --skill ieee-exportgit clone --depth 1 https://github.com/YuanyuanMa03/academic-research-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/yuanyuanma03/academic-research-skills/ieee-export)<a href="https://agentmods.dev/skills/yuanyuanma03/academic-research-skills/ieee-export"><img src="https://agentmods.dev/badge/skills/yuanyuanma03/academic-research-skills/ieee-export/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/yuanyuanma03/academic-research-skills/ieee-export"><img src="https://agentmods.dev/badge/skills/yuanyuanma03/academic-research-skills/ieee-export.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00042 | $0.02149 |
| Opus 5 | $0.00021 | $0.01074 |
| Sonnet 5 | $0.00008 | $0.00430 |
| Haiku 4.5 | $0.00004 | $0.00215 |
Grade A, and why
ieee-export scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 253 lines — stays where its author put it; the contents beside it link to each section on GitHub.
IEEE Xplore Citation Export
Export article citations from IEEE Xplore. Supports Plain Text, BibTeX, RIS, RefWorks formats, and Zotero push.
Single Article Export (from Document Page)
Step 1: Navigate to article page (if needed)
If not already on the article page:
navigate_page({
url: "{BASE_URL}/document/{ARNUMBER}/",
initScript: "Object.defineProperty(navigator, 'webdriver', {get: () => undefined})"
})
Step 2: Open "Cite This" modal and extract citation
Click the "Cite This" button, select the desired format tab, and extract the citation text:
async (format) => {
// format: 'text', 'bibtex', 'ris', 'refworks'
// Wait for page to load
for (let i = 0; i < 20; i++) {
if (document.querySelector('.document-title')) break;
await new Promise(r => setTimeout(r, 500));
}
// Click "Cite This" button
const citeBtn = [...document.querySelectorAll('button')].find(b => b.textContent.trim() === 'Cite This');
if (!citeBtn) return { error: 'Cite This button not found.' };
citeBtn.click();
// Wait for modal to appear
await new Promise(r => setTimeout(r, 1500));
// Map format to tab name
const tabMap = {
'text': 'Plain Text',
'bibtex': 'BibTeX',
'ris': 'RIS',
'refworks': 'Refworks'
};
const tabName = tabMap[format] || 'BibTeX';
// Click the desired format tab
const tab = [...document.querySelectorAll('.cite-this-container a')].find(a => a.textContent.trim() === tabName);
if (tab) tab.click();
// Wait for content to load
await new Promise(r => setTimeout(r, 1000));
// Extract citation text
const citeContent = document.querySelector('.cite-this-container .ql-editor') ||
document.querySelector('.cite-this-container [xplmathjax]') ||
document.querySelector('.cite-this-container pre');
const citationText = citeContent?.textContent?.trim() || '';
// Get article info for metadata
const title = document.querySelector('.document-title span')?.textContent?.trim() || '';
const arnumber = window.location.pathname.match(/\/document\/(\d+)/)?.[1] || '';
// Close modal
const closeBtn = document.querySelector('.cite-this-container .fa-times') ||
document.querySelector('.modal .close');
if (closeBtn) closeBtn.click();
return { citationText, format: tabName, title, arnumber };
}
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 253 lines · 42 tokens per session scan A 44cac3ee5569
ieee-export is a skill published in the GitHub repository YuanyuanMa03/academic-research-skills (63 stars, last pushed 22d ago), licensed MIT. It adds 42 tokens to every session and 2,149 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
venue-templates
Access comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing…
google-workspace
Google Docs, Sheets, and Drive operations via REST API.
gog
Operate Google Workspace from the terminal via the gog CLI (gogcli). Use for checking and replying to Gmail, managing Google Tasks, reading and creating Calendar events, Google Chat (spaces/DMs/messages), Meet spaces, Contacts, Drive/Docs/Sheets, and more. Triggers on /gog, /gog mail, /gog tasks, /gog events, /gog…
docx
Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when…
pptx
Use this skill any time a .pptx file is involved in any way — as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, parsing, or extracting text from any .pptx file (even if the extracted content will be used elsewhere, like in an email or summary); editing, modifying…
open-notebook
Self-hosted, open-source alternative to Google NotebookLM for AI-powered research and document analysis. Use when organizing research materials into notebooks, ingesting diverse content sources (PDFs, videos, audio, web pages, Office documents), generating AI-powered notes and summaries, creating multi-speaker…