notte-functions-doctor

notte-functions-doctor is a skill for Claude Code, Codex from nottelabs/notte-skills. It costs 128 tokens per session (3,990 once invoked), scanned A, original, MIT.

A repair guide for a failing Notte Function, which is a deployed or scheduled browser-automation task. It investigates why the task returns errors, empty results, or incorrect data.

In plain words
What is it for?
Use it to diagnose and repair broken scraping or browser-automation Functions, test the proposed fix, and request approval before deploying it.
Why use it?
Scrapers can stop working when a website changes, sometimes without showing a clear error. This helps identify the cause and check a repair before it reaches the live Function.

Skill for Claude CodeCodex

Written for Claude Code and Codex: allowed-tools in frontmatter, but also agents/openai.yaml present.

Needs its repository: it reads a path above its own folder, which exists only inside the repository. The line is **Relationship to notte-functions-build.** Doctor reuses that skill's two engines - **exploration** (find the new stable path) and **self-test** (verify against.

Part of the notte plugin — 3 skills, 2 MCP servers shipped together

Good fit Use it to diagnose and repair broken scraping or browser-automation Functions, test the proposed fix, and request approval before deploying it.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/nottelabs/notte-skills
agentmods
npx agentmods add skills/nottelabs/notte-skills/notte-functions-doctor

Made for: Claude Code, Codex.

Or install notte, the plugin that ships this one along with the rest of its 3 skills, 2 MCP servers.

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 notte-functions-doctor

README.md
[![agentmods](https://agentmods.dev/badge/skills/nottelabs/notte-skills/notte-functions-doctor/github.svg)](https://agentmods.dev/skills/nottelabs/notte-skills/notte-functions-doctor)
Your own site
<a href="https://agentmods.dev/skills/nottelabs/notte-skills/notte-functions-doctor"><img src="https://agentmods.dev/badge/skills/nottelabs/notte-skills/notte-functions-doctor/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 notte-functions-doctor

Your own site · 80×15
<a href="https://agentmods.dev/skills/nottelabs/notte-skills/notte-functions-doctor"><img src="https://agentmods.dev/badge/skills/nottelabs/notte-skills/notte-functions-doctor.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 128 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,990 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00128 $0.03990
Opus 5 $0.00064 $0.01995
Sonnet 5 $0.00026 $0.00798
Haiku 4.5 $0.00013 $0.00399

Measured 11d ago against content hash 1c6047685823, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

notte-functions-doctor scanned grade A with 1 finding 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 11d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

allowed-tools: Bash(notte:*), Bash(curl:*), Bash(jq:*), Bash(diff:*), Read, Write, Edit
plugins/notte/skills/notte-functions-doctor/SKILL.md · 292 lines

How it starts

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

Notte Functions Doctor

A user-triggered repair tool for a broken Notte Function. The user already knows a Function is failing - this skill's job is to find out why, fix it when it is fixable, verify the fix without disturbing the live Function, and promote it only with explicit approval.

The hard part of repair is not editing code - it is diagnosis. A broken scrape usually does not error; it silently returns [] or garbage because a selector or endpoint moved. This skill leans on the Function's health contract (stamped by notte-functions-build) and its last good run to know what "correct" looks like, then works backward from the failure.

Relationship to notte-functions-build. Doctor reuses that skill's two engines - exploration (find the new stable path) and self-test (verify against the contract) - pointed at an existing Function instead of a blank one. It also builds on the base notte-browser skill. Load those for the full command reference.

What this skill can and cannot fix

Be honest about the boundary. Not every failure is a code fix, and flailing on an unfixable one wastes runs and can make things worse.

Failure class Doctor's action
Selector / endpoint drift (runs OK, returns empty/wrong shape) Fix - re-explore, patch, verify, promote
Hard exception in run() Fix - re-explore the failing step, patch
Expired credentials / auth wall Diagnose and report - the user must refresh the vault/persona; not a code fix
Anti-bot block / captcha Diagnose and advise - suggest --proxy / a trusted profile; captcha solving is already on. Do not blindly retry
Site genuinely gone or restructured Report - confirm the new target/intent with the user before rebuilding

For the non-code-fixable classes, stop after diagnosis and tell the user the root cause and remedy. Do not edit code hoping it helps.

Read the full file on GitHub · 292 lines

Files

What ships with it

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

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. 11d ago First seen · 292 lines · 128 tokens per session scan A 1c6047685823

Subscribe to this mod's changes

notte-functions-doctor is a skill published in the GitHub repository nottelabs/notte-skills (11 stars, last pushed 7d ago), licensed MIT. It adds 128 tokens to every session and 3,990 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). 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

opencli-autofix

Automatically fix broken OpenCLI adapters when commands fail. Load this skill when an opencli command fails — it guides you through collecting a trace artifact, patching the adapter, retrying, and filing an upstream GitHub issue after a verified fix. Works with any AI agent.

jackwener/OpenCLI · 61 tokens

ego-browser

When you need a browser, read this Skill by default. Use it to open and operate websites, fill forms, click buttons, take screenshots, extract page data, sign in, and perform other browser automation tasks, as well as web app testing, dogfooding, QA, bug investigation, and app-quality review. ego-browser (ego-lite) is…

citrolabs/ego-lite · 125 tokens

ego-lite-simplify

Find and implement evidence-backed simplifications in the ego-lite repository. Use when reviewing the codebase for dead code, duplicated state or APIs, speculative abstractions, unnecessary compatibility layers, hand-written infrastructure, excessive tests or documentation, or when the user asks to reduce code size or…

citrolabs/ego-lite · 68 tokens

actionbook-web-test

Run browser-based web tests against websites using Actionbook CLI. Activate when the user wants to test a website workflow, run smoke tests, verify a user flow, check if a web application works, run regression tests, or validate browser-based interactions. Supports test definition, execution, assertion, reporting, and…

actionbook/actionbook · 71 tokens

active-research

Deep research and analysis tool. Generates comprehensive HTML reports on any topic, domain, paper, or technology. Enhanced with advanced browser automation — SPA handling, network idle wait, batch operations, stealth browsing, and intelligent page analysis. Use when user asks to research, analyze, investigate…

actionbook/actionbook · 72 tokens

moli-webfetch

Fetch, inspect, crawl, and capture live, JavaScript-rendered websites with Moli. Use when Codex needs current web content, web research, fact lookup, link following, a bounded crawl, client-rendered or response-gated content, network diagnostics, or a standalone HTML, Markdown, JSON, semantic-tree, viewport or…

lexmount/moli · 90 tokens