lighthouse-skill AGENTS.md

lighthouse-skill AGENTS.md is an instructions file for Codex, OpenCode from nimajafari/lighthouse-skill. It costs 462 tokens per session, scanned A, original, MIT.

Repository instructions for an Agent Skill that teaches AI agents to use Google Lighthouse, a tool that measures website performance, accessibility, search readiness, and related quality checks.

In plain words
What is it for?
Use them when measuring a website from the command line, setting performance limits in continuous integration, or calling Lighthouse from a program.
Why use it?
They show where the skill, scripts, and detailed references live and help keep Lighthouse commands and metrics accurate as the tool changes.

Instructions file for CodexOpenCode

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 instructions/nimajafari/lighthouse-skill/agents-md
Clone the repo
git clone --depth 1 https://github.com/nimajafari/lighthouse-skill

Made for: Codex, OpenCode.

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 lighthouse-skill AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/nimajafari/lighthouse-skill/agents-md.svg)](https://agentmods.dev/instructions/nimajafari/lighthouse-skill/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/nimajafari/lighthouse-skill/agents-md"><img src="https://agentmods.dev/badge/instructions/nimajafari/lighthouse-skill/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 462 This file is loaded in full into every session.
When invoked 462 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
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 $0.00462 $0.00462
Opus 5 $0.00231 $0.00231
Sonnet 5 $0.00092 $0.00092
Haiku 4.5 $0.00046 $0.00046

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

Security

Grade A, and why

lighthouse-skill AGENTS.md 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 3d 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.

AGENTS.md · 45 lines

What it actually says

AGENTS.md

Guidance for AI coding agents working in this repository.

Project overview

A single Agent Skill that teaches an agent to run Google Lighthouse — CLI, performance budgets, CI, and the programmatic API — to measure and verify web quality.

Structure

lighthouse-skill/
├── README.md
├── LICENSE
├── .claude-plugin/            # Claude Code plugin + marketplace manifests
└── skills/
    └── lighthouse/
        ├── SKILL.md           # main instructions (keep under 500 lines)
        ├── scripts/
        │   └── run-lighthouse.sh
        └── references/
            ├── CLI-FLAGS.md
            ├── CI.md
            └── PROGRAMMATIC-API.md

Conventions

  • SKILL.md stays under 500 lines; push deep/look-up material into references/.
  • Descriptions include trigger phrases so the skill activates on the right prompts.
  • Code examples use ❌ bad / ✅ good where it clarifies, and prefer copy-pasteable commands.
  • Scripts follow: #!/bin/bash + set -euo pipefail; human logs to stderr, machine-readable JSON to stdout; cleanup trap for temp files; document dependencies (jq, Node/npx).

Accuracy notes

  • Lighthouse evolves. Audit IDs and metric weights shift between major versions (see the v13 Insight Audits note in SKILL.md). When editing, prefer linking to upstream docs over hardcoding numbers that drift.
  • Keep the lab-vs-field distinction prominent — Lighthouse is a lab tool; INP and real-user data come from the field (CrUX / web-vitals).

Testing changes

  1. Validate the YAML frontmatter in SKILL.md.
  2. shellcheck skills/lighthouse/scripts/run-lighthouse.sh.
  3. Smoke-test the script against a real URL: skills/lighthouse/scripts/run-lighthouse.sh https://example.com 1.
  4. Confirm all referenced files exist and links resolve.
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. 3d ago First seen · 45 lines · 462 tokens per session scan A 9ab1608dc4d1

Subscribe to this mod's changes

lighthouse-skill AGENTS.md is an instructions file published in the GitHub repository nimajafari/lighthouse-skill (2 stars, last pushed 2mo ago), licensed MIT. It adds 462 tokens to every session, about $0.0023 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-31.