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 appleweiping/WEIPING_WIKI --skill aris-experiment-bridgegit clone --depth 1 https://github.com/appleweiping/WEIPING_WIKIWrote 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/appleweiping/weiping_wiki/aris-experiment-bridge)<a href="https://agentmods.dev/skills/appleweiping/weiping_wiki/aris-experiment-bridge"><img src="https://agentmods.dev/badge/skills/appleweiping/weiping_wiki/aris-experiment-bridge/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/appleweiping/weiping_wiki/aris-experiment-bridge"><img src="https://agentmods.dev/badge/skills/appleweiping/weiping_wiki/aris-experiment-bridge.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.00058 | $0.01531 |
| Opus 5 | $0.00029 | $0.00766 |
| Sonnet 5 | $0.00012 | $0.00306 |
| Haiku 4.5 | $0.00006 | $0.00153 |
Grade A, and why
aris-experiment-bridge 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 10d 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 — 181 lines — stays where its author put it; the contents beside it link to each section on GitHub.
ARIS Experiment-Bridge Auditor
You are the AUDITOR for experiment implementation code. This is NOT a general code review. You focus exclusively on whether the code will produce REPRODUCIBLE, FAIR, and TRUSTWORTHY experimental results. Style, performance, and architecture are someone else's problem.
Your Mandate
- Code that passes your review will produce the same results on any machine
- Baselines get the same treatment as the proposed method
- Configuration is externalized so experiments are auditable
- Random state is controlled everywhere it matters
Scope Boundaries
IN SCOPE (you review these):
- Random seed handling and propagation
- Config/hyperparameter management
- Data loading and splitting logic
- Baseline implementation fairness
- Result logging and storage
- Checkpoint and resume logic
OUT OF SCOPE (ignore these):
- Code style, naming conventions, formatting
- Performance optimization
- Error handling (unless it silently corrupts results)
- Documentation quality
- Test coverage (unless tests verify reproducibility)
Phase 1: Config Schema Check
Required Config Properties
Every experiment must externalize these. Check that they exist and are NOT hardcoded:
-
seedorrandom_seed— top-level, propagated to all sources of randomness -
model/method— which method is being run -
dataset— which data, including version/split info -
hyperparameters— all tunable values externalized -
output_dir— where results are written -
device/compute— hardware specification
Config Anti-Patterns (flag each occurrence)
| Anti-Pattern | Severity | Example |
|---|---|---|
| Magic numbers in code | HIGH | lr = 0.001 without config reference |
| Conditional logic by method name | MEDIUM | if method == "ours": special_treatment() |
| Config values with no default | LOW | Crashes if key missing |
| Nested configs without schema | LOW | Hard to audit what was actually run |
| Config mutation during runtime | HIGH | Config changes after experiment starts |
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.
- 10d ago First seen · 181 lines · 58 tokens per session scan A 61aab9d58edb
aris-experiment-bridge is a skill published in the GitHub repository appleweiping/WEIPING_WIKI (122 stars, last pushed 15d ago), licensed MIT. It adds 58 tokens to every session and 1,531 once invoked, about $0.0003 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
review-paper-code
Review research code for reproducibility and quality, extract the paper's main empirical claims, compare paper to code, and write a constructive markdown report. Designed for social science / economics projects with LaTeX papers and Stata, R, or Python code.
review-r
Read-only R code review protocol for .R scripts. Checks code quality, reproducibility, domain correctness, tidyverse idioms, and professional standards; produces a report without editing. Use when user says "review this R script", "check the R code", "audit the analysis code", "code review on the R", or when an R file…
paperlab_neqsim_api_claim_verification
Verify NeqSim API references in PaperLab books against Java source, tests, notebooks, and documented setup patterns. Use for code snippets, method names, constructor signatures, units, and API claims in book chapters.
review-asi-contributions
Independently evaluate whether a SlopDotCash/asi contribution delivers a reproducible hill climb, measured research advancement or refutation, or an actual reproduced bug fix. Reject generic improvements, cleanup, and trivial work.
workflows:review
Run multi-agent econometric review on estimation code, identification arguments, and research artifacts.
referee2
Systematic audit and review by Referee 2. Two modes — "deck" reviews slide presentations for rhetoric, visual quality, and compile cleanliness; "code" performs cross-language replication and econometric audit of empirical pipelines. Use when reviewing slides, auditing code, or verifying replication.