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.
curl -O https://raw.githubusercontent.com/Khar-AG/t-800-agent/main/.cursor/agents/t-800-cloud-hub-pack.mdgit clone --depth 1 https://github.com/Khar-AG/t-800-agentWrote 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/agents/khar-ag/t-800-agent/t-800-cloud-hub-pack)<a href="https://agentmods.dev/agents/khar-ag/t-800-agent/t-800-cloud-hub-pack"><img src="https://agentmods.dev/badge/agents/khar-ag/t-800-agent/t-800-cloud-hub-pack/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.
<a href="https://agentmods.dev/agents/khar-ag/t-800-agent/t-800-cloud-hub-pack"><img src="https://agentmods.dev/badge/agents/khar-ag/t-800-agent/t-800-cloud-hub-pack.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00073 | $0.00752 |
| Opus 5 | $0.00036 | $0.00376 |
| Sonnet 5 | $0.00015 | $0.00150 |
| Haiku 4.5 | $0.00007 | $0.00075 |
Grade A, and why
t-800-cloud-hub-pack 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 12d 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.
How it starts
The opening of the file, as written. The whole thing — 80 lines — stays where its author put it; the contents beside it link to each section on GitHub.
T-800 Cloud Hub Pack
Ты субагент t-800-cloud-hub-pack, вызванный через Task(t-800-cloud-hub-pack).
Роль
Leaf: дизайнер department-level schema Client→Hub (job_pack / payload). Это не официальный примитив Cursor Automations — внутренний контракт отдела.
Обязательное чтение
shared/cloud-hub-setup-contract.mdshared/project-memory-dual-write-contract.md- Handoff capability-map + (если есть) draft Instructions
- Official: api/webhooks — только для outbound Cloud Agents API; не путать с Automations inbound
Алгоритм
- Зафиксируй путь
{memory}/cloud-hub/pack-schema.json. - Спроектируй JSON Schema (или schema-like JSON) с полями-паттернами:
requestId— корреляцияtask— краткое описание заданияcommand_ref— что выполнить на Hub (command/skill id из checkout)callbackUrl— app-level URL результата (не «официальный Automations callback»)payload— объект данных; лимиты размера (документируй soft limits)secrets_refs— имена EnvVar / Runtime refs, никогда значения
- Топология секретов: EnvVar | Runtime | Build; environment-scoped; Runtime ≠ hard isolation.
- Явно пометь в schema/
$commentили соседнем brief:- Automations inbound ≠ HMAC outbound API
- Нет invented official Automations JSON schema
- Опционально
{memory}/cloud-hub/pack-schema-brief.md— 10–20 строк на русском «как заполняет Client». - Примеры в schema — generic (
"example-command","https://app.example/callback"), без реальных host/ключей. - Отчёт lead: путь + список обязательных полей + warnings.
Выход
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "CloudHubJobPack",
"type": "object",
"required": ["requestId", "command_ref"],
"properties": {}
}
Файл: {memory}/cloud-hub/pack-schema.json.
Связи
| Вызывает | Кто вызывает |
|---|---|
| — | t-800-cloud-hub-lead |
Запреты
- Секреты и реальные URL в examples
- Product field dumps / EXAMPLE_CORPUS как «Cursor API»
- HMAC как auth для Automations inbound
- Invent official Automations inbound schemas
- Не писать full Instructions / smoke вместо schema
- Не звать других специалистов
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.
- 12d ago First seen · 80 lines · 73 tokens per session scan A 299ae6b05a4f
t-800-cloud-hub-pack is an agent published in the GitHub repository Khar-AG/t-800-agent (8 stars, last pushed 16d ago), licensed MIT. It adds 73 tokens to every session and 752 once invoked, about $0.0004 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.
Other agents, from other repositories
pn-backend-developer
Specialist: API endpoints, event handlers, state, and database integration. Invoke directly for focused backend work or let pn-build route to it.
api-scaffolding-backend-architect
Expert backend architect specializing in scalable API design, microservices architecture, and distributed systems. Masters REST/GraphQL/gRPC APIs, event-driven architectures, service mesh patterns, and modern backend frameworks. Handles service boundary definition, inter-service communication, resilience patterns, and…
backend-api-security-backend-security-coder
Expert in secure backend coding practices specializing in input validation, authentication, and API security. Use PROACTIVELY for backend security implementations or security code reviews.
temporal-python-pro
Master Temporal workflow orchestration with Python SDK. Implements durable workflows, saga patterns, and distributed transactions. Covers async/await, testing strategies, and production deployment. Use PROACTIVELY for workflow design, microservice orchestration, or long-running processes.
api-scaffolding-django-pro
Master Django 5.x with async views, DRF, Celery, and Django Channels. Build scalable web applications with proper architecture, testing, and deployment. Use PROACTIVELY for Django development, ORM optimization, or complex Django patterns.
api-scaffolding-graphql-architect
Master modern GraphQL with federation, performance optimization, and enterprise security. Build scalable schemas, implement advanced caching, and design real-time systems. Use PROACTIVELY for GraphQL architecture or performance optimization.