check-sentinel-setup

check-sentinel-setup is a skill for Claude Code from Borda/vision-delivery. It costs 127 tokens per session (486 once invoked), scanned A, original, Apache-2.0.

An offline diagnostic workflow for checking a Sentinel package and separating local installation problems from host setup or Roboflow sign-in issues. Sentinel is the computer-vision add-on being checked.

In plain words
What is it for?
Use it to verify packaged files, available skills, the bundled Roboflow connection, host enablement, and whether an authenticated Roboflow read actually works.
Why use it?
It shows which layer failed without guessing whether the host or account is configured correctly, and it avoids changing host settings automatically.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the sentinel plugin — 13 skills, 2 agents, 1 hook, 1 MCP server shipped together

Good fit Use it to verify packaged files, available skills, the bundled Roboflow connection, host enablement, and whether an authenticated Roboflow read actually works.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/borda/vision-delivery/check-sentinel-setup
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.

Any agent
npx skills add Borda/vision-delivery --skill check-sentinel-setup
Clone the repo
git clone --depth 1 https://github.com/Borda/vision-delivery

Made for: Claude Code.

Or install sentinel, the plugin that ships this one along with the rest of its 13 skills, 2 agents, 1 hook, 1 MCP server.

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 check-sentinel-setup

README.md
[![agentmods](https://agentmods.dev/badge/skills/borda/vision-delivery/check-sentinel-setup.svg)](https://agentmods.dev/skills/borda/vision-delivery/check-sentinel-setup)
Your own site
<a href="https://agentmods.dev/skills/borda/vision-delivery/check-sentinel-setup"><img src="https://agentmods.dev/badge/skills/borda/vision-delivery/check-sentinel-setup.svg" alt="Measured on agentmods" height="20"></a>
Per session 127 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 486 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00127 $0.00486
Opus 5 $0.00063 $0.00243
Sonnet 5 $0.00025 $0.00097
Haiku 4.5 $0.00013 $0.00049

Measured 8d ago against content hash 018d22c421c7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

check-sentinel-setup 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 8d 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/check-sentinel-setup/SKILL.md · 41 lines

What it actually says

Check Sentinel Setup

Diagnose setup in layers without guessing host state or copying upstream Roboflow authentication recipes.

Run the offline package check

Resolve the plugin root from this loaded skill file, then run from any working directory:

python <plugin-root>/resources/scripts/sentinel_doctor.py --json

Do not assume the current project is the plugin checkout. The doctor checks synchronized manifests, the URL-only MCP entry, packaged resources, and discoverable skills. It performs no network or account operation.

If the doctor fails, report every failed check and recommend reinstalling with the two host-specific commands in the repository quick start. Do not edit host settings automatically.

Check the host layer

After the offline status is passed:

  1. Verify sentinel@sentinel is installed and enabled using host-visible plugin state when available.
  2. Verify the host exposes the bundled skills and a roboflow MCP server configured at the expected URL. Never infer this from repository files alone.
  3. Report Roboflow authorization as unverified unless an authenticated read actually succeeds in the active host.
  4. When connection recovery is needed, load sibling ../auth-setup/SKILL.md and follow it. Do not restate a provider credential, API, or UI recipe here.

Report

Return three separate results:

  • package: passed|failed, with doctor evidence;
  • host: passed|failed|unverified, with installed/enabled evidence;
  • roboflow_auth: passed|failed|unverified, only from an observed host result.

Never collapse a healthy package into “fully working” while the host or authenticated service remains unverified.

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. 8d ago First seen · 41 lines · 127 tokens per session scan A 018d22c421c7

Subscribe to this mod's changes

check-sentinel-setup is a skill published in the GitHub repository Borda/vision-delivery (4 stars, last pushed 28d ago), licensed Apache-2.0. It adds 127 tokens to every session and 486 once invoked, about $0.0006 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.

Related

Other skills, from other repositories

bug-fix

Use when a bug, regression, or unexpected behaviour is reported and the user wants it fixed end to end — "why is X broken", "this stopped working after Y", "fix this crash". Also use when a symptom is known but its cause is not. Not for building new behaviour, and not for a change whose cause is already proven.

kardebadas/claude-plugin · 74 tokens

bug-investigate

Use when someone wants to know WHY something is broken and has not asked for it to be fixed — "why is this happening", "what's causing this error", "find out what's wrong", "diagnose this before we decide". Also use before committing to a fix, when the cause is unknown and the decision depends on it. Not for fixing …

kardebadas/claude-plugin · 83 tokens

pw-doctor

Diagnose the Prewalk installation, presets, hook manifest, state directory, and Claude Task routing setup.

TerenceLiu98/prewalk · 25 tokens

postmortem

Auto-generates a structured postmortem from a completed campaign. Reads the campaign file, telemetry logs, and feature ledger. Produces a documented analysis of what broke, what the safety systems caught, and what patterns emerged. Can also be invoked manually for any incident.

SethGammon/Citadel · 58 tokens

systematic-debugging

4-phase root cause analysis: observe, hypothesize, verify, fix. Enforces investigation before any code changes. Emergency stop after 2 failed fixes. Prevents shotgun debugging and fix cascades.

SethGammon/Citadel · 45 tokens

zapier-status

Check the health of your Zapier MCP setup. Three modes — health check (dashboard view), audit (find waste and duplicates), diagnose (systematic troubleshooting). Use when asking "is my MCP working?", "check my tools", "audit my setup", "what's broken?", or "zapier status".

zapier/zapier-mcp · 66 tokens