paperlab-interactive-html-labs skillA
paperlab-interactive-html-labs is agent-read markdown (skill) from equinor/neqsim: Design safe interactive HTML labs from PaperLab notebooks, with bounded inputs, static fallbacks, and student prompts. Use when turning computational examples into guided learning activities..
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# PaperLab Interactive HTML Labs
## When to Use
USE WHEN: a chapter notebook can become a student-facing lab in the HTML book,
especially for sensitivity studies, process simulations, economics, or design
trade-offs.
Pair with:
- `neqsim-notebook-patterns` for executable notebook setup,
- `paperlab-student-readability` for student prompts,
- `paperlab-notebook-regression-baselines` for stable fallback outputs.
## Lab Structure
Each lab should have:
1. Objective and prerequisite note.
2. Fixed model setup.
3. Bounded inputs with units and physical limits.
4. Run or update action.
5. Result table and figure.
6. Interpretation prompts.
7. Static fallback for PDF, DOCX, and ODF.
## Manifest Schema
```json
{
"lab_id": "ch10_teg_circulation_sensitivity",
"notebook": "chapters/ch10/notebooks/ch10_s02_teg_contactor.ipynb",
"inputs": [
{"name": "teg_circulation", "unit": "m3/h", "min": 0.5, "max": 5.0, "default": 2.0}
],
"outputs": ["water_dew_point_C", "reboiler_duty_kW"],
"static_fallback": "figures/ch10_teg_sensitivity.png"
}
```
## Safety Rules
- Do not expose arbitrary code execution in public HTML.
- Bound all inputs with physical and computational limits.
…Read the whole file at its exact version.
How to install
mdr add equinor/neqsim/paperlab-interactive-html-labs@git:20260919.77c34a0mdr add equinor/neqsim/paperlab-interactive-html-labs@sha256:88c3214bb28f9a76Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
[](https://markdownregistry.com/a/art_ycungmbja4co75z4)
1 badge views in 30 days
Versions
Audit of the latest version
- pass: Frontmatter block present
- pass: Frontmatter declares a name
- pass: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (1573 bytes)
- pass: No zero-width or bidi control characters
- pass: No instruction hidden inside an HTML comment
- pass: No link to an exfiltration or paste host
- pass: No credential-shaped string
- pass: No instruction to send local credentials anywhere
- pass: No text hidden with inline styles
- pass: No prompt-injection phrasing
- pass: No curl or wget piped into a shell
- pass: No recursive delete of root, home or parent
- pass: No instruction to read or print local credentials
- pass: No base64 blob over 200 characters
- pass: No link to a raw IP address
- pass: No script tag
Source
equinor/neqsim · 155 stars · license Apache-2.0 · pushed 2026-09-24 · branch master
API
GET https://markdownregistry.com/api/v1/artifacts/art_ycungmbja4co75z4 GET https://markdownregistry.com/api/v1/resolve?ref=equinor/neqsim/paperlab-interactive-html-labs GET https://markdownregistry.com/api/v1/blob/88c3214bb28f9a7626c8f0256ee1f1f03c416d1e277aebb18a81663ee1de38c4
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.