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 Aperivue/medsci-skills --skill find-journalgit clone --depth 1 https://github.com/Aperivue/medsci-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/aperivue/medsci-skills/find-journal)<a href="https://agentmods.dev/skills/aperivue/medsci-skills/find-journal"><img src="https://agentmods.dev/badge/skills/aperivue/medsci-skills/find-journal/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/aperivue/medsci-skills/find-journal"><img src="https://agentmods.dev/badge/skills/aperivue/medsci-skills/find-journal.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 1 finding, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium Excessive Agency · line 403 Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
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.00130 | $0.04143 |
| Opus 5 | $0.00065 | $0.02072 |
| Sonnet 5 | $0.00026 | $0.00829 |
| Haiku 4.5 | $0.00013 | $0.00414 |
Grade A, and why
find-journal 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 — 405 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Find Journal Skill
You are a journal recommendation engine for medical researchers. Given a manuscript's abstract, key findings, and study type, you match it against the curated public profile library plus any user-local private profiles, and return the top 5 ranked recommendations with scope fit rationale. Detailed write-paper profiles enrich the top-5 output when available.
Communication Rules
- Communicate with the user in their preferred language.
- Journal names, scope descriptions, and URLs are always in English.
- Medical terminology is always in English.
Key Directories
Compact profiles for matching (two-tier discovery)
- Public library (shipped with the skill, curated + verified):
${CLAUDE_SKILL_DIR}/references/journal_profiles/ - User-local private library (per-user, never pushed to git, optional):
$HOME/.claude/private-journal-profiles/find-journal/
The skill reads both directories and merges the results. Filenames must be unique across the two locations; on collision the private file wins (user override).
Detail profiles for top-5 enrichment (two-tier discovery)
- Public:
${CLAUDE_SKILL_DIR}/../write-paper/references/journal_profiles/ - User-local private:
$HOME/.claude/private-journal-profiles/write-paper/
Same merge rule — private wins on filename collision.
Why two tiers?
Profiles in the public library must meet a hard verification bar (direct source reading of
the journal's homepage and author guidelines — no inference from adjacent journals, no
family-policy copy-paste). Profiles that a single user wants for their own workflow but
that have not cleared the public bar live in the private library. See
${CLAUDE_SKILL_DIR}/POLICY.md for the promotion checklist (private → public).
Phase 1: Input Collection
Required Inputs
- Abstract text or key findings summary
- Study type: original research, meta-analysis, case report, technical note, review, letter, AI validation, diagnostic accuracy, etc.
What ships with it
60 files 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.
- POLICY.md 5.1 KB
- references/acceptance_signals_schema.md 6.7 KB
- references/journal_profiles/Abdominal_Radiology.md 1.6 KB
- references/journal_profiles/Academic_Radiology.md 1.6 KB
- references/journal_profiles/AJKD.md 1.7 KB
- references/journal_profiles/AJNR.md 1.4 KB
- references/journal_profiles/AJR.md 2.0 KB
- references/journal_profiles/Annals_of_Internal_Medicine.md 1.8 KB
- references/journal_profiles/Artificial_Intelligence_in_Medicine.md 1.5 KB
- references/journal_profiles/BJR_Case_Reports.md 2.0 KB
- references/journal_profiles/BMC_Medicine.md 1.6 KB
- references/journal_profiles/BMJ_Case_Reports.md 2.1 KB
- references/journal_profiles/British_Journal_of_Radiology.md 1.8 KB
- references/journal_profiles/Chest.md 3.3 KB
- references/journal_profiles/Clinical_and_Molecular_Hepatology.md 2.3 KB
- references/journal_profiles/Clinical_Radiology.md 1.6 KB
- references/journal_profiles/Cureus.md 1.8 KB
- references/journal_profiles/CVIR.md 2.8 KB
- references/journal_profiles/Diabetes_Metabolism_Journal.md 2.5 KB
- references/journal_profiles/Diagnostic_and_Interventional_Radiology.md 2.2 KB
- references/journal_profiles/Endocrinology_and_Metabolism.md 2.6 KB
- references/journal_profiles/European_Journal_of_Preventive_Cardiology.md 3.0 KB
- references/journal_profiles/European_Radiology.md 2.3 KB
- references/journal_profiles/Hepatology_Communications.md 3.1 KB
- references/journal_profiles/Hepatology_International.md 3.2 KB
- references/journal_profiles/IEEE_JBHI.md 1.6 KB
- references/journal_profiles/IEEE_TMI.md 2.0 KB
- references/journal_profiles/INSI.md 1.6 KB
- references/journal_profiles/Investigative_Radiology.md 2.1 KB
- references/journal_profiles/JACC_Advances.md 3.6 KB
- references/journal_profiles/JACC_Asia.md 2.4 KB
- references/journal_profiles/JACR.md 1.6 KB
- references/journal_profiles/JAMA_Network_Open.md 1.8 KB
- references/journal_profiles/JAMA.md 1.9 KB
- references/journal_profiles/JASN.md 2.1 KB
- references/journal_profiles/JCSM.md 3.9 KB
- references/journal_profiles/JKMS.md 2.4 KB
- references/journal_profiles/JMIR_Medical_Education.md 1.4 KB
- references/journal_profiles/JMIR.md 1.4 KB
- references/journal_profiles/JNIS.md 2.6 KB
- references/journal_profiles/Journal_of_Biomedical_Informatics.md 1.7 KB
- references/journal_profiles/Journal_of_Clinical_Endocrinology_and_Metabolism.md 2.8 KB
- references/journal_profiles/Journal_of_Magnetic_Resonance_Imaging.md 1.5 KB
- references/journal_profiles/Journal_of_Medical_Case_Reports.md 1.9 KB
- references/journal_profiles/Journal_of_Nuclear_Medicine.md 1.6 KB
- references/journal_profiles/Journal_of_Stroke.md 2.0 KB
- references/journal_profiles/JVIR.md 1.7 KB
- references/journal_profiles/Kidney_International.md 1.8 KB
- references/journal_profiles/KJR.md 4.0 KB
- references/journal_profiles/Korean_Circulation_Journal.md 2.5 KB
- references/journal_profiles/Korean_Journal_of_Internal_Medicine.md 1.7 KB
- references/journal_profiles/Lancet_Diabetes_and_Endocrinology.md 2.3 KB
- references/journal_profiles/Lancet_Gastroenterology_and_Hepatology.md 4.8 KB
- references/journal_profiles/Lancet_Infectious_Diseases.md 1.9 KB
- references/journal_profiles/Lancet_Neurology.md 2.1 KB
- references/journal_profiles/Lancet_Oncology.md 2.2 KB
- references/journal_profiles/Lancet_Psychiatry.md 2.0 KB
- references/journal_profiles/Lancet_Public_Health.md 1.7 KB
- references/journal_profiles/Lancet_Respiratory_Medicine.md 2.2 KB
- references/journal_profiles/Liver_International.md 2.1 KB
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 · 405 lines · 130 tokens per session scan A 7cfe761e0cb7
find-journal is a skill published in the GitHub repository Aperivue/medsci-skills (292 stars, last pushed 5d ago), licensed MIT. It adds 130 tokens to every session and 4,143 once invoked, about $0.0006 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
clinical-trials-search
Search ClinicalTrials.gov with natural language queries. Find clinical trials, enrollment, and outcomes using Valyu semantic search.
shidi
A Chinese-language research assistant role that turns a user’s ideas into literature reviews, experiment plans, figures and organised data.
clinical-research
Use when designing a prospective clinical study before submission — selecting and classifying endpoints (primary / key-secondary / exploratory, with surrogate-endpoint flagging), estimating sample size and power for two-arm designs (means / proportions / survival), or scoring a study plan for feasibility and a GO /…
sr-search-record
An automated literature-review search and screening workflow using OpenAlex, an open database and API for scholarly research, and Zotero, a reference manager.
critical-paper-reading
A paper-reading workflow for critically examining one research paper from a PDF or Zotero item. Zotero is a tool for organising research papers and references.
knowledge-module-gen
A workflow for generating knowledge-module files from a list of academic reading modules. It reads full papers from Zotero, NotebookLM, or local PDFs and records page references and execution checks.