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.
git clone --depth 1 https://github.com/nottelabs/notte-skillsnpx agentmods add skills/nottelabs/notte-skills/notte-functions-doctorWrote 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/nottelabs/notte-skills/notte-functions-doctor)<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.
<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>- 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.00128 | $0.03990 |
| Opus 5 | $0.00064 | $0.01995 |
| Sonnet 5 | $0.00026 | $0.00798 |
| Haiku 4.5 | $0.00013 | $0.00399 |
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 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.
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.
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.
- 11d ago First seen · 292 lines · 128 tokens per session scan A 1c6047685823
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.
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.
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…
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…
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…
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…
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…