gateway-diagnose

gateway-diagnose is a skill for Claude Code from joelhooks/joelclaw. It costs 129 tokens per session (493 once invoked), scanned A, original, no licence file.

A troubleshooting guide for a gateway that connects an agent to Telegram through several services, including Redis, sessions, model APIs, and message delivery.

In plain words
What is it for?
Use it to investigate gateway outages, Telegram failures, daemon logs, session transcripts, Redis state, and telemetry.
Why use it?
It helps locate which part of the message path is failing instead of treating the whole gateway as one problem.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter.

Good fit Use it to investigate gateway outages, Telegram failures, daemon logs, session transcripts, Redis state, and telemetry.

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

Made for: Claude Code.

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 gateway-diagnose

README.md
[![agentmods](https://agentmods.dev/badge/skills/joelhooks/joelclaw/gateway-diagnose/github.svg)](https://agentmods.dev/skills/joelhooks/joelclaw/gateway-diagnose)
Your own site
<a href="https://agentmods.dev/skills/joelhooks/joelclaw/gateway-diagnose"><img src="https://agentmods.dev/badge/skills/joelhooks/joelclaw/gateway-diagnose/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 gateway-diagnose

Your own site · 80×15
<a href="https://agentmods.dev/skills/joelhooks/joelclaw/gateway-diagnose"><img src="https://agentmods.dev/badge/skills/joelhooks/joelclaw/gateway-diagnose.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 129 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 493 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 unknown 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.00129 $0.00493
Opus 5 $0.00064 $0.00246
Sonnet 5 $0.00026 $0.00099
Haiku 4.5 $0.00013 $0.00049

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

Security

Grade A, and why

gateway-diagnose 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.

skills/gateway-diagnose/SKILL.md · 26 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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 Changed · -378 lines e6f156c8ffcc
  2. 10d ago First seen · 404 lines · 129 tokens per session scan A 49df79afe388

Subscribe to this mod's changes

gateway-diagnose is a skill published in the GitHub repository joelhooks/joelclaw (63 stars, last pushed yesterday), with no licence file. It adds 129 tokens to every session and 493 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-30.

Related

Other skills, from other repositories

langbot-plugin-dev

Develop, debug, and test LangBot plugins. Use when creating new LangBot plugins, fixing plugin bugs, setting up a LangBot test environment, or testing plugins via WebSocket. Covers plugin component architecture (EventListener, Command, Tool), the plugin SDK API (invokellm, getllmmodels, sendmessage, plugin storage)…

langbot-app/LangBot · 110 tokens

log-error-digest

Analyze log files to troubleshoot errors, identify peak error periods, and produce error clustering, frequency statistics, and time distribution reports. Supports JSON, syslog, and Nginx formats with automatic detection. Use when a user uploads a .log file and asks to analyze errors, find patterns, debug issues, or…

zebbern/claude-code-guide · 71 tokens

trulens-diagnosis

Diagnose low evaluation scores and generate actionable improvement recommendations.

truera/trulens · 17 tokens

traceway

Operate a Traceway observability instance through the traceway CLI: log in, query exceptions, logs, endpoints, and metrics, and debug production issues down to root cause. Use when the user invokes /traceway with a subcommand, e.g. "/traceway login", "/traceway debug issue ", "/traceway what's broken in prod", or…

tracewayapp/traceway · 103 tokens

plano-observability-debugging

Improve Plano tracing and debugging workflows. Use for sampling strategy, span attributes, and trace query-based root-cause analysis.

katanemo/plano · 32 tokens

gcp-cloud-logging

Google Cloud Logging — log search, VPC flow logs, firewall logs, audit logs, log buckets and views. Use when searching GCP logs, investigating denied VPC flow traffic, checking who deleted a VM, analyzing firewall rule hits, or troubleshooting a GCP application error.

automateyournetwork/netclaw · 62 tokens