From bibliometric
Use when bibliometric work needs Web of Science workflows, especially ranked Countries/Regions, Affiliations, or Authors with reproducible citation metrics, or batch export of WoS plain-text records from an authenticated Edge session.
How this skill is triggered — by the user, by Claude, or both
Slash command
/bibliometric:bibliometricThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
`bibliometric` is the user-facing entry point for bibliometric workflows on this machine. At present it only supports Web of Science. Keep this skill thin: it should route the task, enforce the evidence chain, and load only the smallest relevant workflow and scripts.
bibliometric is the user-facing entry point for bibliometric workflows on this machine. At present it only supports Web of Science. Keep this skill thin: it should route the task, enforce the evidence chain, and load only the smallest relevant workflow and scripts.
Use this skill when the task is about Web of Science bibliometrics, especially:
Analyze ResultsCitation Report metrics for Countries/Regions, Affiliations, or AuthorsDo not use this skill for Scopus, Dimensions, Lens, PubMed-only workflows, or general manuscript writing.
| Signal | Required response |
|---|---|
Ranked Countries/Regions, Affiliations, or Authors metrics from Web of Science | Load references/wos-rank-metrics-workflow.md and use the parsing/update scripts when automation helps. |
Citation Report extraction from an existing WoS summary page | Load references/wos-rank-metrics-workflow.md and preserve the HTML evidence before parsing. |
| WoS plain-text export across hundreds or thousands of records | Load references/export-wos-workflow.md and use scripts/export_wos_plaintext.mjs. |
| Scopus, Dimensions, Lens, PubMed-only, or general manuscript-writing work | Do not use this skill; route elsewhere. |
If the user asks for ranked Web of Science entity metrics such as:
then immediately load:
references/wos-rank-metrics-workflow.mdand use these scripts when automation is appropriate:
scripts/parse_wos_citation_report.pyscripts/update_position_csv.pyIf the user asks to export Web of Science records, plain-text batches, or several thousand WoS records through the Export menu, then immediately load:
references/export-wos-workflow.mdand use:
scripts/export_wos_plaintext.mjsCitation Report pages.Citation Report HTML under a stable artifact directory before parsing.CitationCiting_ArticlesH_IndexAverage per itemCitation_per_Publication manually as Citation / Publication from the table being updated.Average per item; do not silently trust either one alone.Position when updating output tables.1-500.txt, 501-1000.txt, ..., with the final partial batch named by its true end such as 3001-3423.txt.Export, using the same range stem as the .txt file.end - start + 1 records before accepting it.Rank-metrics tables should normally contain:
CategoryPositionNamePublicationCitationCiting_ArticlesCitation_per_PublicationH_IndexWoS plain-text export should normally leave behind:
.txt files named by exported record range across the full result set.png screenshots named by the same exported record rangeThis is a parent skill. New Web of Science workflows should be added as separate reference workflows and scripts, not by bloating this file. Keep SKILL.md as the router; push detailed procedures into references/ and repeatable logic into scripts/.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub laleoarrow/bibliometric --plugin bibliometric