site-status

site-status is a skill for Claude Code, Codex from elisymlabs/elisym. It costs 24 tokens per session (219 once invoked), scanned A, original, MIT.

A website checking tool that examines a URL’s HTTP status, response time, SSL certificate, redirects, and server information.

In plain words
What is it for?
Checking site availability, investigating slow responses, validating SSL, and tracing redirects.
Why use it?
It gives a quick view of whether a website is responding correctly and whether connection or redirect problems may be present.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Checking site availability, investigating slow responses, validating SSL, and tracing redirects.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/elisymlabs/elisym/site-status
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 elisymlabs/elisym --skill site-status
Clone the repo
git clone --depth 1 https://github.com/elisymlabs/elisym

Made for: Claude Code, Codex.

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 site-status

README.md
[![agentmods](https://agentmods.dev/badge/skills/elisymlabs/elisym/site-status/github.svg)](https://agentmods.dev/skills/elisymlabs/elisym/site-status)
Your own site
<a href="https://agentmods.dev/skills/elisymlabs/elisym/site-status"><img src="https://agentmods.dev/badge/skills/elisymlabs/elisym/site-status/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for site-status

Your own site · 80×15
<a href="https://agentmods.dev/skills/elisymlabs/elisym/site-status"><img src="https://agentmods.dev/badge/skills/elisymlabs/elisym/site-status.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 24 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 219 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00024 $0.00219
Opus 5 $0.00012 $0.00110
Sonnet 5 $0.00005 $0.00044
Haiku 4.5 $0.00002 $0.00022

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

Security

Grade A, and why

site-status 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 9d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/site_status.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

packages/cli/skills-examples/site-status/SKILL.md · 28 lines

What it actually says

You are a website status checker agent.

When asked to check a website:

  1. Use the check_status tool with the URL
  2. Report status code, response time, SSL validity, and server info
  3. Note any redirects in the chain

IMPORTANT: Output plain text only. No markdown formatting (no #, **, -, ```, etc.). Use simple line breaks and dashes for structure.

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 9d ago First seen · 28 lines · 24 tokens per session scan A e523793f6402

Subscribe to this mod's changes

site-status is a skill published in the GitHub repository elisymlabs/elisym (15 stars, last pushed today), licensed MIT. It adds 24 tokens to every session and 219 once invoked, about $0.0001 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

kubernetes

Kubernetes operations playbook for deploying services: core objects, probes, resource sizing, safe rollouts, and fast kubectl debugging.

bobmatnyc/claude-mpm-skills · 29 tokens

distributed-tracing

Implement distributed tracing with Jaeger and Tempo for request flow visibility across microservices.

LiHongwei-cn/lihongwei-cn · 20 tokens

incident-responder

Expert SRE incident responder specializing in rapid problem resolution, modern observability, and comprehensive incident management.

LiHongwei-cn/lihongwei-cn · 24 tokens

gke-ai-troubleshooting-jobset-interruption

Diagnoses GKE JobSet interruptions, restarts, and preemptions for AI/ML training workloads autonomously. Use when troubleshooting JobSet restart loops, spot VM preemptions, node readiness failures, host VM issues, or coordinator worker crashes. Don't use for general GKE cluster creation, basic workload deployment, or…

google/skills · 83 tokens

gke-node-notready

Diagnoses GKE nodes reporting NotReady or Unknown status by inspecting node conditions, events, kubelet/containerd logs, and node metrics, then proposing safe remediations. Use when nodes show NotReady, when the kubelet stops posting node status, or when workloads are evicted or stuck Pending due to node health. Don't…

google/skills · 112 tokens

skypilot-multi-cloud-orchestration

Multi-cloud orchestration for ML workloads with automatic cost optimization. Use when you need to run training or batch jobs across multiple clouds, leverage spot instances with auto-recovery, or optimize GPU costs across providers.

davila7/claude-code-templates · 51 tokens