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.
npx agentmods add skills/cwklurks/ship-score/monitoringnpx skills add cwklurks/ship-score --skill monitoringgit clone --depth 1 https://github.com/cwklurks/ship-scoreWrote 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/cwklurks/ship-score/monitoring)<a href="https://agentmods.dev/skills/cwklurks/ship-score/monitoring"><img src="https://agentmods.dev/badge/skills/cwklurks/ship-score/monitoring.svg" alt="Measured on agentmods" height="20"></a>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.00000 | $0.04908 |
| Opus 5 | $0.00000 | $0.02454 |
| Sonnet 5 | $0.00000 | $0.00982 |
| Haiku 4.5 | $0.00000 | $0.00491 |
Grade A, and why
monitoring 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 5d 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.
How it starts
The opening of the file, as written. The whole thing — 522 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Monitoring Category — Ship Score Sub-Skill
You are running the Monitoring category of a Ship Score production readiness audit. Follow every instruction below precisely. Do not add checks beyond the 6 defined here. Do not skip checks. Report exactly what you find.
Context You Receive
The orchestrator passes you:
Framework: [name] ([key])
Signals: [comma-separated detected features]
Root: [absolute path to project root]
Use the Root path for all file searches. If the project has a package.json,
use it as the primary dependency manifest. For Python projects, check
requirements.txt, pyproject.toml, or Pipfile instead.
Checks
Run all 6 checks in order. For each check, follow the verification steps, determine the status, and record the evidence.
Check 1: Error Tracking Installed
Severity: Critical
What to look for:
An error tracking / crash reporting library listed as a dependency in the project's package manifest.
Verification procedure:
Grep package.json (both dependencies and devDependencies) for any of
these package names:
| Provider | Package patterns to match |
|---|---|
| Sentry | @sentry/nextjs, @sentry/react, @sentry/node, @sentry/browser, @sentry/astro, @sentry/vue, @sentry/svelte, @sentry/ (any scope) |
| Bugsnag | @bugsnag/js, @bugsnag/react, @bugsnag/node, @bugsnag/plugin-react, @bugsnag/ (any scope) |
| Datadog | @datadog/browser-rum, dd-trace, @datadog/browser-logs, datadog-lambda-js |
| Rollbar | rollbar |
| LogRocket | logrocket |
| Airbrake | @airbrake/browser, @airbrake/node |
Grep pattern (single regex for package.json):
(@sentry/|@bugsnag/|@datadog/browser|dd-trace|rollbar|logrocket|@airbrake/)
For Python projects, grep requirements.txt / pyproject.toml for:
sentry-sdk, bugsnag, ddtrace, rollbar, airbrake.
Status rules:
| Status | Condition |
|---|---|
| PASS | At least one error tracking package found in dependencies |
| FAIL | No error tracking package found in any dependency manifest |
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.
- 5d ago First seen · 522 lines · 0 tokens per session scan A 69c210424fd8
monitoring is a skill published in the GitHub repository cwklurks/ship-score (1 stars, last pushed 5mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 4,908 tokens. 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.
Other skills, from other repositories
user-research-cookiy
End-to-end user research assistant — qualitative and quantitative. Use this skill whenever the user mentions user research, user interviews, discussion guides, interview guides, research plans, qualitative research, quantitative research, user surveys, survey design, usability studies, participant recruitment…
Website Audit
Comprehensive website auditing skill using Lighthouse, PageSpeed Insights, and web performance APIs to audit performance, accessibility, SEO, best practices, and security.
reimagine-it-audit
Design Health — runs 19 deterministic quality checks on HTML output. Use when the user says /reimagine-it audit, "audit this page", "check design quality", or wants to verify craft-floor compliance before shipping. Catches blank plates, missing focus rings, non-compositor motion, off-palette accents, dead motion…
template-audit
Audit and quality-gate scripts for the template research framework. Covers documentation linting, filepath audits, mock-usage checking, template drift, and confidentiality / git-guard checks.
openclaw-github-repo-commander
7-stage super workflow for GitHub repo audit, cleanup, PR review, and competitor analysis.
Documentation Gap Finder
Audits a codebase or docs folder and lists everything that is undocumented, outdated, or unclear.