upstream-check

upstream-check is a skill for Claude Code from mjthoraval/Weavero. It costs 35 tokens per session (593 once invoked), scanned A, original, AGPL-3.0.

A review procedure for checking whether a new Zotero beta or other upstream change affects Weavero. An upstream change is a change in software that Weavero depends on.

In plain words
What is it for?
Use it after installing a new Zotero version or when asking what changed upstream. It is intended to assess the impact on Weavero.
Why use it?
It helps identify compatibility problems after Zotero changes. The input does not describe the exact checks it performs.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Install

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.

agentmods
npx agentmods add skills/mjthoraval/weavero/upstream-check
Any agent
npx skills add mjthoraval/Weavero --skill upstream-check
Clone the repo
git clone --depth 1 https://github.com/mjthoraval/Weavero

Made for: Claude Code.

Wrote 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.

agentmods badge for upstream-check

README.md
[![agentmods](https://agentmods.dev/badge/skills/mjthoraval/weavero/upstream-check.svg)](https://agentmods.dev/skills/mjthoraval/weavero/upstream-check)
Your own site
<a href="https://agentmods.dev/skills/mjthoraval/weavero/upstream-check"><img src="https://agentmods.dev/badge/skills/mjthoraval/weavero/upstream-check.svg" alt="Measured on agentmods" height="20"></a>
Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 593 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00035 $0.00593
Opus 5 $0.00017 $0.00296
Sonnet 5 $0.00007 $0.00119
Haiku 4.5 $0.00003 $0.00059

Measured 6d ago against content hash 8ef3d94f7eea, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

upstream-check 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 6d 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.

.claude/skills/upstream-check/SKILL.md · 57 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Changes

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.

  1. 6d ago First seen · 57 lines · 35 tokens per session scan A 8ef3d94f7eea

Subscribe to this mod's changes

upstream-check is a skill published in the GitHub repository mjthoraval/Weavero (43 stars, last pushed 2d ago), licensed AGPL-3.0. It adds 35 tokens to every session and 593 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.

Related

Other skills, from other repositories

zotero-connector

Import arXiv papers into Zotero with duplicate detection and batch support. TRIGGER when: user asks to import papers, add arxiv papers to zotero, batch import papers, check for duplicate papers in zotero, mentions importing by arXiv ID, or wants to list Zotero collections. DO NOT TRIGGER when: user is working on…

X1AOX1A/ZoFiles · 91 tokens

read-paper

How to read and work with academic paper folders exported by ZoFiles. Each paper folder (named like {arxivId} - {title}) contains structured files: paper.md (full text), paper.bib (citation), kimi.md (AI review), arxiv.id, notes/, and paper.pdf. Use this skill whenever the user asks you to read a paper, summarize a…

X1AOX1A/ZoFiles · 153 tokens

handoff

Compact the current conversation into a handoff document for another agent to pick up.

ydeng11/zotero-zotadata · 19 tokens

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…

dralkh/seerai · 168 tokens

bioservices

Unified Python interface to 40+ bioinformatics services. Use when querying multiple databases (UniProt, KEGG, ChEMBL, Reactome) in a single workflow with consistent API. Best for cross-database analysis, ID mapping across services. For quick single-database lookups use gget; for sequence/file manipulation use…

dralkh/seerai · 73 tokens

datamol

Pythonic wrapper around RDKit with simplified interface and sensible defaults. Preferred for standard drug discovery including SMILES parsing, standardization, descriptors, fingerprints, clustering, 3D conformers, parallel processing. Returns native rdkit.Chem.Mol objects. For advanced control or custom parameters…

dralkh/seerai · 67 tokens