mylab-pearson

mylab-pearson is a skill for Claude Code from 98ping/chip. It costs 181 tokens per session (1,133 once invoked), scanned A, original, MIT.

A browser-based skill for completing Pearson MyLab, MyLab Statistics, MathXL, and related homework or quizzes by reading questions, calculating answers, entering them, and submitting them.

In plain words
What is it for?
Use it for Pearson math and statistics assignments, including reading questions, computing answers, filling fields, and checking submissions.
Why use it?
It provides a defined process for working through these interactive assignments while requiring approval before entering answers or starting limited attempts.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Good fit Use it for Pearson math and statistics assignments, including reading questions, computing answers, filling fields, and checking submissions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/98ping/chip/mylab-pearson
View source ↗ 98ping/chip
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.

Any agent
npx skills add 98ping/chip --skill mylab-pearson
Clone the repo
git clone --depth 1 https://github.com/98ping/chip

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 mylab-pearson

README.md
[![agentmods](https://agentmods.dev/badge/skills/98ping/chip/mylab-pearson/github.svg)](https://agentmods.dev/skills/98ping/chip/mylab-pearson)
Your own site
<a href="https://agentmods.dev/skills/98ping/chip/mylab-pearson"><img src="https://agentmods.dev/badge/skills/98ping/chip/mylab-pearson/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.

agentmods 80×15 button for mylab-pearson

Your own site · 80×15
<a href="https://agentmods.dev/skills/98ping/chip/mylab-pearson"><img src="https://agentmods.dev/badge/skills/98ping/chip/mylab-pearson.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 181 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,133 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original 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.00181 $0.01133
Opus 5 $0.00090 $0.00566
Sonnet 5 $0.00036 $0.00227
Haiku 4.5 $0.00018 $0.00113

Measured today against content hash 12356a13ffd8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

mylab-pearson 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 today.

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/mylab-pearson/SKILL.md · 79 lines

How it starts

The opening of the file, as written. The whole thing — 79 lines — stays where its author put it; the contents beside it link to each section on GitHub.

MyLab / Pearson homework

Drives a Pearson MyLab (MathXL) assignment end to end with the Claude in Chrome tools. The full runbook — every trap, with the fix — is tooling/MYLAB_PEARSON.md. Read it before the first interaction; what follows is the shape of the job.

The page helper is tooling/mylab-pearson.js.

Which skill

  • myopenmath.com → the myopenmath skill. Different machinery (MathQuill, hash routing, per-question submits).
  • mylabmastering.pearson.com / mylab.pearson.comthis skill.

Ask first

Reading and computing is ordinary help. Opening an attempt, typing into boxes, and clicking Check answer each need Max's go-ahead. One ask covers a homework set with unlimited attempts. A timed or limited-attempt quiz is different: the irreversible step is opening it, so quote the attempt count, time limit and due date and ask before you start. Never enter credentials.

Steps

  1. Get the tab into the MCP group. Clicking the assignment fires a popup that lands outside the group — ask Max to drag it in. Never let the group reach zero tabs, it dissolves (§1).

  2. Promote the player to top-level before clicking Get started: location.href = document.getElementById('ctl00_ctl00_InsideForm_MasterContent_PlayerHtml5').src You land on tdx.acs.pearson.com with a real DOM instead of being screenshot-only. This is the move that makes the whole run fast (§2).

  3. Paste tooling/mylab-pearson.js, then __ML.hookPopups().

  4. Scope it: question count, points, due date, and whether tries are limited.

  5. Per part: __ML.q() to read → __ML.openFig() + __ML.fig() for any figure → compute → click the left edge of the box and type → verify with __ML.fields()__ML.hit(/^Check answer/).

  6. Confirm with __ML.score(), then __ML.hit(/^Next/).

  7. Write the study note into output/study-notes/<course>-<set>.md, same format as the myopenmath skill's step 6: a topics: line, then Formulas, Strategies, Traps, Question index. Write it right after the last question, while the work is still in context.

Read the full file on GitHub · 79 lines

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. today First seen · 79 lines · 181 tokens per session scan A 12356a13ffd8

Subscribe to this mod's changes

mylab-pearson is a skill published in the GitHub repository 98ping/chip (1 stars, last pushed today), licensed MIT. It adds 181 tokens to every session and 1,133 once invoked, about $0.0009 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-09-10.

Related

Other skills, from other repositories

offensive-vuln-classes

Exploit development curriculum covering core vulnerability classes with real-world CVE case studies: stack/heap buffer overflows, use-after-free, integer overflows, format strings, type confusion, and race conditions. Use when learning or teaching vuln classes, researching specific CVE patterns, or building exploit…

SnailSploit/Claude-Red · 0 tokens

stuck

Diagnoses a broken course setup by reading the folder, so the student never has to describe the problem in English. Takes no argument. Reports which class they are on and which files are filled, then names one blocker and one fix: Claude Code opened at the wrong level, .claude/skills/ missing, skills not loading…

mshadmanrahman/claude-for-designers · 161 tokens

topical-authority-map

Builds a 4-cluster Topical Authority Map from a seed keyword. Outputs an .xlsx spreadsheet with five tabs (Core Pages, AOR Pages, Linking Map, Buyer Journey, Publishing Order) plus a markdown strategy document. Interactive, asks the user to confirm central entity, source context, persona, classification, and gaps at…

lhitches/claude-seo-skills · 110 tokens

project-setup

Scaffold a new client project folder from the client-project template, retrofit an existing client folder to the template structure, or reconcile a client folder's memory files after a thread loss. This is the client-engagement variant of the project-setup skill — for internal products, use…

16wells/claude-project-setup · 131 tokens

playwright-expert

Use when writing E2E tests with Playwright, setting up test infrastructure, or debugging flaky browser tests. Invoke for browser automation, E2E tests, Page Object Model, test flakiness, visual testing.

zacklecon/claude-skills · 49 tokens

playwright-auth-state

Playwright workflows for authenticated browser state reuse through storageState and setup projects.

hzijad/playwright-agent-skills · 20 tokens