error

A browser-testing helper that saves a screenshot and a page-element snapshot when an unexpected error appears.

In plain words
What is it for?
Use it during end-to-end browser tests whenever the page shows an error or unexpected state.
Why use it?
It preserves evidence of problems such as blank pages, login errors, unexpected redirects, or generic error screens, making them easier to investigate.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/crbnos/carbon/error
Any agent
npx skills add crbnos/carbon --skill error
Clone the repo
git clone --depth 1 https://github.com/crbnos/carbon

Made for: Claude Code, Codex.

Per session 75 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 503 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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 $0.00075 $0.00503
Opus 5 $0.00037 $0.00251
Sonnet 5 $0.00015 $0.00101
Haiku 4.5 $0.00007 $0.00050

Measured 2d ago against content hash 4e0de4057b58, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

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

.claude/skills/error/SKILL.md · 57 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 2d ago First seen · 57 lines · 75 tokens per session scan A 4e0de4057b58

Subscribe to this mod's changes

error is a skill published in the GitHub repository crbnos/carbon (2,389 stars, last pushed today), with no licence file. It adds 75 tokens to every session and 503 once invoked, about $0.0004 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.

Related

Other skills, from other repositories

onboarding

First-30-seconds design, invisible tutorials, difficulty curves, failure/retry loops and assist modes for link-shared browser games — distilled from George Fan's PvZ tutorial rules, Jenova Chen's flow thesis, Koster's Theory of Fun, Juul's Art of Failure, and Celeste's Assist Mode. Use when: 'players don't get it'…

kyh/vibedgames · 123 tokens

enrich-people

Enrich People Memory from user-approved Gmail, Google Calendar, Google Drive, WhatsApp, browser, CRM, or other agent connectors; discover available MCPs or apps, request narrow permissions, resolve people, extract compact durable facts and interactions, ask about ambiguity or conflicts, and write provenance. Use when…

michelgrolet/people-memory-mcp · 95 tokens

frappe-impl-ui-components

Use when building custom dialogs, extending List View, creating Page controllers, or adding Kanban/Calendar views and realtime updates. Prevents UI freezes from synchronous calls, broken dialogs from wrong field definitions, and missed socket events. Covers frappe.ui.Dialog, frappe.ui.form.MultiSelectDialog, List View…

Impertio-Studio/Frappe_Claude_Skill_Package · 138 tokens

frappe-syntax-hooks

Use when configuring Frappe hooks.py for app events, scheduler tasks, document events, fixtures, boot session, jenv customization, or website routing. Covers v14/v15/v16 including extenddoctypeclass. Keywords: hooks.py, docevents, schedulerevents, fixtures, appincludejs, overridewhitelistedmethods, extenddoctypeclass…

Impertio-Studio/Frappe_Claude_Skill_Package · 96 tokens

frappe-errors-clientscripts

Use when debugging or preventing errors in Frappe Client Scripts. Prevents TypeError, frappe.call failures, async/await mistakes, curfrm vs frm confusion, field not found, child table access errors, timing issues, CSRF token errors, and permission denied on frappe.call. Covers error diagnosis flowchart and debug tools…

Impertio-Studio/Frappe_Claude_Skill_Package · 134 tokens

frappe-impl-clientscripts

Use when implementing client-side form features in Frappe/ERPNext: field visibility, cascading filters, calculated fields, custom buttons, server calls, form validation, child table logic, debugging. Covers step-by-step workflows from Setup > Client Script through migration to custom app JS. Keywords: how to implement…

Impertio-Studio/Frappe_Claude_Skill_Package · 124 tokens