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/vscarpenter/gsd-task-manager/sentry-verificationnpx skills add vscarpenter/gsd-task-manager --skill sentry-verificationgit clone --depth 1 https://github.com/vscarpenter/gsd-task-managerWrote 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/vscarpenter/gsd-task-manager/sentry-verification)<a href="https://agentmods.dev/skills/vscarpenter/gsd-task-manager/sentry-verification"><img src="https://agentmods.dev/badge/skills/vscarpenter/gsd-task-manager/sentry-verification.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 | $0.00044 | $0.00336 |
| Opus 5 | $0.00022 | $0.00168 |
| Sonnet 5 | $0.00009 | $0.00067 |
| Haiku 4.5 | $0.00004 | $0.00034 |
Grade A, and why
sentry-verification 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.
What it actually says
Sentry verification (recurring debugging task)
Development never sends events. initSentry() in lib/sentry.ts returns
early when ENV_CONFIG.isDevelopment (localhost/127.0.0.1/*.local), so a dev
server will not report to Sentry no matter what you trigger. Verify capture one
of two ways:
- Staging (preferred): deploy to
gsd-dev.vinny.devand trigger the test error there. - Local, gate lifted: temporarily remove
|| ENV_CONFIG.isDevelopmentfrom theinitSentryguard, verify, then restore it before commit.
Then:
- Confirm DSN is loaded:
console.loginlib/sentry.tswhereSentry.initruns and grep the console for it. - Trigger a test error:
captureException(new Error("manual-test-from-claude"))in a dev-only handler, OR throw from a component error boundary. - Verify in the Sentry dashboard within ~30s. Expect the message to read
"Error details redacted" — that's the privacy sanitizer working, not a
failure. Check the event's type, stack frames, and
gsdcontext instead. - Remove the test trigger (and restore the dev gate if lifted) before commit.
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 · 28 lines · 44 tokens per session scan A b4d7b68ce709
sentry-verification is a skill published in the GitHub repository vscarpenter/gsd-task-manager (25 stars, last pushed 2d ago), licensed MIT. It adds 44 tokens to every session and 336 once invoked, about $0.0002 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.
Other skills, from other repositories
lastest
Run visual regression tests, review screenshot diffs, and manage baselines on a Lastest instance via the @lastest/mcp-server MCP tools.
lastest
Lastest is a visual regression testing platform. It records browser tests, runs them via Playwright, diffs screenshots, and uses AI to classify changes. Available as an MCP server for AI agent integration.
Lastest design system
Visual + content rules for Lastest, the free open-source visual regression testing platform. Anchored on the Delta Mark logo + 5-stop split-complementary palette.
opik-diagnose
Surface the Opik traces worth a developer's attention, ranked by signal — errors, failed tool calls, latency, regressions, and low online-eval scores — plus Diagnostics issues. Reads live/production traces via the SDK (searchtraces and agentinsights) and works with no MCP; uses the MCP issue entity when connected.…
qmclaw-workbench
使用 OpenQuantum 的 QMClaw Local Tool 对超导量子比特 S21、能谱、Rabi、Ramsey、T1、SingleShot、DRAG、π 脉冲、功率偏移、Delta 和 RB 等 13 类测控实验做有界、确定性的本地模拟,并组织单比特调校工作流。用于实验规划、接口联调、教学和无硬件预检;不连接 LabRAD/lqms、真实仪器或量子云,不修改校准参数,也不替代 Scientific Validator。.
freshness-check
Model-aware staleness check before asserting how a PoE mechanic/item/system works, plus a scope filter so league/event mechanics don't bleed into the wrong character. Routes to freshnessindex.md + mechanicsindex.md.