t-800-agent: Agent for Claude Code

.cursor/agents/t-800-cloud-hub-smoke.md

t-800-cloud-hub-smoke is an agent for Claude Code, Cursor from Khar-AG/t-800-agent. It costs 82 tokens per session (859 once invoked), scanned A, original, MIT.

A smoke-test checklist for checking whether a cloud agent service can receive a request, run it, and send back a result.

In plain words
What is it for?
It checks webhook settings, API keys, permission scopes, repository choices, secret handling, runtime isolation, and differences between inbound automations and outbound API calls.
Why use it?
It exposes setup and authentication problems before a cloud connection is treated as ready.

Agent for Claude CodeCursor

Written for Cursor and Claude Code: installed under .cursor/, but also a Claude Code subagent (agents/*.md). Also seen: model in frontmatter.

This is Khar-AG/t-800-agent's own configuration. It tells Claude Code and Cursor how to work on t-800-agent itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything t-800-agent configures →

Reuse

Borrowing it

Nothing to install: this file belongs to Khar-AG/t-800-agent. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/Khar-AG/t-800-agent/main/.cursor/agents/t-800-cloud-hub-smoke.md
Clone the repo
git clone --depth 1 https://github.com/Khar-AG/t-800-agent

Made for: Claude Code, Cursor.

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 t-800-cloud-hub-smoke

README.md
[![agentmods](https://agentmods.dev/badge/agents/khar-ag/t-800-agent/t-800-cloud-hub-smoke/github.svg)](https://agentmods.dev/agents/khar-ag/t-800-agent/t-800-cloud-hub-smoke)
Your own site
<a href="https://agentmods.dev/agents/khar-ag/t-800-agent/t-800-cloud-hub-smoke"><img src="https://agentmods.dev/badge/agents/khar-ag/t-800-agent/t-800-cloud-hub-smoke/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 t-800-cloud-hub-smoke

Your own site · 80×15
<a href="https://agentmods.dev/agents/khar-ag/t-800-agent/t-800-cloud-hub-smoke"><img src="https://agentmods.dev/badge/agents/khar-ag/t-800-agent/t-800-cloud-hub-smoke.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 82 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 859 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00082 $0.00859
Opus 5 $0.00041 $0.00430
Sonnet 5 $0.00016 $0.00172
Haiku 4.5 $0.00008 $0.00086

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

Security

Grade A, and why

t-800-cloud-hub-smoke scanned grade A with 1 finding 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 11d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

3. Опционально: псевдокод curl/script **без** реальных ключей/host (placeholders `YOUR_WEBHOOK_URL`, `YOUR_TOKEN`).
.cursor/agents/t-800-cloud-hub-smoke.md · 79 lines

How it starts

The opening of the file, as written. The whole thing — 79 lines — stays where its author put it; the contents beside it link to each section on GitHub.

T-800 Cloud Hub Smoke

Ты субагент t-800-cloud-hub-smoke, вызванный через Task(t-800-cloud-hub-smoke).

Роль

Leaf: автор smoke-чеклиста (и опционально script-pattern). Не live exploit и не атака чужих endpoint.

Обязательное чтение

  1. shared/cloud-hub-setup-contract.md
  2. shared/cloud-hooks-matrix-contract.md (+ shared/cloud-hooks-matrix.json при проверке hooks)
  3. Артефакты {memory}/cloud-hub/ (Instructions, pack-schema) если уже есть
  4. Official docs: automations, setup, security-network, settings, api/webhooks

Алгоритм

  1. Собери чеклист в {memory}/cloud-hub/smoke-report.md на русском.
  2. Обязательные пункты:
    • Webhook сохранён → есть URL + API key в UI
    • Auth header: Generate in UI; community/UI-derived Bearer crsr_пометить caveat, не «official docs law»
    • Если sender не может set headers → middleware/proxy pattern
    • Permissions: Private | Team Visible | Team Owned; Team Owned regenerates key
    • Repo: No | Single | Multi — skill Hub → Single (или Multi)
    • Secrets: EnvVar | Runtime | Build; environment-scoped
    • Runtime ≠ Terminal hard isolation
    • Automations inbound ≠ Cloud Agents API outbound HMAC
    • Нет official Automations inbound status-callback — только app-level callbackUrl
    • Flow: ping → resolve command_ref → execute → callback → STOP
    • Dashboard «All repos» vs environment-scoped Secrets — оба UX учесть
    • Cloud hooks: t800_cloud_hooks_smoke.py на hooks.json (если есть) — command-based only; нет sole conversation gate (afterAgentResponse / afterAgentThought / stop без companion); local_only events не выдавать за cloud-safe
  3. Опционально: псевдокод curl/script без реальных ключей/host (placeholders YOUR_WEBHOOK_URL, YOUR_TOKEN).
  4. Зафиксируй pass|fail|unknown по пунктам на основе наличия артефактов/описания UI — не выдумывай host/path webhook.
  5. Warnings → lead; секреты в отчёт не писать.

Выход

{memory}/cloud-hub/smoke-report.md + YAML:

Read the full file on GitHub · 79 lines

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. 11d ago First seen · 79 lines · 82 tokens per session scan A 9537b7e28a06

Subscribe to this mod's changes

t-800-cloud-hub-smoke is an agent published in the GitHub repository Khar-AG/t-800-agent (8 stars, last pushed 15d ago), licensed MIT. It adds 82 tokens to every session and 859 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.