Borrowing it
Nothing to install: this file belongs to RipeMangoBox/BITE. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/RipeMangoBox/BITE/main/.claude/skills/papers-download-from-list/SKILL.mdgit clone --depth 1 https://github.com/RipeMangoBox/BITEWrote 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/ripemangobox/bite/papers-download-from-list)<a href="https://agentmods.dev/skills/ripemangobox/bite/papers-download-from-list"><img src="https://agentmods.dev/badge/skills/ripemangobox/bite/papers-download-from-list/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/ripemangobox/bite/papers-download-from-list"><img src="https://agentmods.dev/badge/skills/ripemangobox/bite/papers-download-from-list.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.00075 | $0.01107 |
| Opus 5 | $0.00037 | $0.00553 |
| Sonnet 5 | $0.00015 | $0.00221 |
| Haiku 4.5 | $0.00007 | $0.00111 |
Grade A, and why
papers-download-from-list 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 9d 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 — 99 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Paper PDF Download and Repair Tools
What this skill does
Connects obsidian-vault/paper_list.csv candidate rows to local PDFs by
orchestrating utilities in the colocated paper download tools directory:
- read candidate papers from
obsidian-vault/paper_list.csv; - download missing PDFs into
obsidian-vault/paperPDFs/...; - repair common download errors (bad links, wrong version downloads);
- deduplicate, verify download integrity, and mark entries that remain missing for manual follow-up.
In the pipeline
papers-collect-from-web → papers-download-from-list → formal analysis chain (scripts/run_local_paper_analysis.py) → papers-build-index → papers-query-knowledge-base / research-brainstorm-from-kb,
this skill is responsible for the Download + Repair stage.
Directory and scripts
Script directory (relative to this skill directory):
paper_download_tools/check_pdfs_against_log.pypaper_download_tools/download_wait_papers.pypaper_download_tools/dedupe_paperpdfs.pypaper_download_tools/search_download_by_info.py
Recommended workflow
Typical execution order (from candidate list to clean PDF set):
-
Prerequisite: queue exists
- Source:
obsidian-vault/paper_list.csvwithstate=Waitrows. - Required columns:
state,importance,paper_title,venue,project_link_or_github_link,paper_link,sort,pdf_path
- Source:
-
Batch download
Waitentries- Example command:
-
python3 ".claude/skills/papers-download-from-list/scripts/paper_download_tools/download_wait_papers.py" \ --source "obsidian-vault/paper_list.csv" \ --out-root "obsidian-vault/paperPDFs" - Behavior:
- reads rows with
state=Wait; - infers supported PDF URLs from direct
.pdf, arXiv, and OpenReview links; - downloads PDFs into corresponding
obsidian-vault/paperPDFs/...paths; - preflights the local file before success;
- updates the row to
Downloadedon success and recordspdf_path; - leaves unsupported or failed rows as
Waitfor manual repair.
- reads rows with
-
Check missing and broken files
-
python3 ".claude/skills/papers-download-from-list/scripts/paper_download_tools/check_pdfs_against_log.py" - Behavior:
- verifies
pdf_pathreferences inpaper_list.csv; - moves rows with missing PDFs back to
Wait; - promotes rows with found PDFs only to
Downloaded, never toanalysisedorchecked.
- verifies
-
What ships with it
11 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.
- scripts/paper_download_tools/check_paper_downloads.py 8.6 KB runs code
- scripts/paper_download_tools/check_pdfs_against_log.py 4.6 KB runs code
- scripts/paper_download_tools/dedupe_paperpdfs.py 2.8 KB runs code
- scripts/paper_download_tools/download_cvpr2026.py 3.5 KB runs code
- scripts/paper_download_tools/download_iclr2026.py 3.5 KB runs code
- scripts/paper_download_tools/download_wait_papers.py 7.0 KB runs code
- scripts/paper_download_tools/fix_wrong_downloads_from_log.py 2.4 KB runs code
- scripts/paper_download_tools/mark_missing_wait.py 2.5 KB runs code
- scripts/paper_download_tools/paper_specs_2026_03_25.json 2.9 KB
- scripts/paper_download_tools/redownload_correct_pdfs.py 2.7 KB runs code
- scripts/paper_download_tools/search_download_by_info.py 14 KB runs code
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.
- 9d ago First seen · 99 lines · 75 tokens per session scan A 1848849e6c26
papers-download-from-list is a skill published in the GitHub repository RipeMangoBox/BITE (61 stars, last pushed 27d ago), licensed MIT. It adds 75 tokens to every session and 1,107 once invoked, about $0.0004 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
second-reader
Build and run a source-verified Markdown knowledge vault (opens as an Obsidian vault). Ingests books, PDFs, transcripts, and articles into atomic, cross-linked, cited notes, then gates every note and every answer behind an independent verification pass that re-reads the source cold and loops until a round finds…
nature-data
Prepare, audit, or revise Nature-ready Data Availability statements, data repository plans, dataset citations, and FAIR metadata checklists for manuscripts. Use when the user asks about Nature data availability, research data sharing, repository selection, accession numbers, restricted or sensitive data, source data…
results-report
A workflow for turning completed experiment analyses into a structured research report with findings, limitations, failures, and next steps.
nsfc-budget
A tool that creates an editable LaTeX budget justification and renders it as a PDF for an NSFC research-funding application. NSFC is China’s National Natural Science Foundation, and a budget justification explains why proposed costs are needed.
nsfc-ref-alignment
A read-only checker for references in NSFC LaTeX proposals. It compares citations with the bibliography and flags missing entries, field errors, and possible mismatches between claims and papers.
patent-reader
A plain-language reader for Chinese patents that turns a publication number or PDF into notes, diagrams, and an Obsidian entry. Obsidian is a note-taking app that stores linked Markdown files.