cloud-push-quarantine

cloud-push-quarantine is a skill for Claude Code from leopu00/job-hunter-team. It costs 33 tokens per session (296 once invoked), scanned A, original, MIT.

A procedure for examining job-data rows placed in quarantine after a cloud server rejects them. Quarantine means the row is held aside with limited metadata until its local problem is fixed.

In plain words
What is it for?
It helps list quarantined items, identify their table and error category, retry them after correction, and resolve items that no longer need to be sent.
Why use it?
It lets valid data continue moving while protecting the rejected row's contents. It also provides a controlled retry or confirmed resolution process.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit It helps list quarantined items, identify their table and error category, retry them after correction, and resolve items that no longer need to be sent.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/leopu00/job-hunter-team/cloud-push-quarantine
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 leopu00/job-hunter-team --skill cloud-push-quarantine
Clone the repo
git clone --depth 1 https://github.com/leopu00/job-hunter-team

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 cloud-push-quarantine

README.md
[![agentmods](https://agentmods.dev/badge/skills/leopu00/job-hunter-team/cloud-push-quarantine/github.svg)](https://agentmods.dev/skills/leopu00/job-hunter-team/cloud-push-quarantine)
Your own site
<a href="https://agentmods.dev/skills/leopu00/job-hunter-team/cloud-push-quarantine"><img src="https://agentmods.dev/badge/skills/leopu00/job-hunter-team/cloud-push-quarantine/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 cloud-push-quarantine

Your own site · 80×15
<a href="https://agentmods.dev/skills/leopu00/job-hunter-team/cloud-push-quarantine"><img src="https://agentmods.dev/badge/skills/leopu00/job-hunter-team/cloud-push-quarantine.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 296 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.00033 $0.00296
Opus 5 $0.00016 $0.00148
Sonnet 5 $0.00007 $0.00059
Haiku 4.5 $0.00003 $0.00030

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

Security

Grade A, and why

cloud-push-quarantine 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.

agents/_skills/cloud-push-quarantine/SKILL.md · 26 lines

What it actually says

cloud-push-quarantine — inspect, retry, resolve

The push keeps valid data moving and stores only privacy-safe metadata for a rejected row: table/type, opaque identity, sanitized reason, attempts and timestamps. Never ask for or print the source row.

  1. Inspect with jht cloud quarantine list. Report only count, table, opaque identity, reason code, attempts and timestamps.
  2. Fix the local cause through the owning workflow. Do not edit jobs.db by hand and do not special-case a table or error code.
  3. Retry with jht cloud quarantine retry <opaque-id>. This uses the canonical cloud writer. Read the result, then list again: success means resolved.
  4. Use jht cloud quarantine resolve <opaque-id> --confirm only when you have verified that the local row was intentionally removed or superseded and no retry is required. Resolution keeps the audit history.

retry all is allowed only after one shared cause was fixed and every listed table was checked. Never copy message bodies, titles, paths, user IDs, server details or credentials into chat, logs or the logbook.

Files

What ships with it

6 files 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. 12d ago First seen · 26 lines · 33 tokens per session scan A 2d47cb971eab

Subscribe to this mod's changes

cloud-push-quarantine is a skill published in the GitHub repository leopu00/job-hunter-team (49 stars, last pushed yesterday), licensed MIT. It adds 33 tokens to every session and 296 once invoked, about $0.0002 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

atmos-auth

Authentication and identity management: providers (SSO/SAML/OIDC/GCP/Atmos Pro), identities, keyring, identity chaining, login/exec/shell/console, and github/sts for private GitHub access.

cloudposse/atmos · 48 tokens

atmos-migration

This skill helps you migrate a repository to Atmos. It covers native Terraform, Terraform Workspaces, Terramate, Terragrunt, Makefiles, Justfiles, and Taskfiles. It gives minimum-disruption paths, file-layout options, workspace mapping, task-to-command mapping, generatehcl/script decomposition, and the remote-state…

cloudposse/atmos · 96 tokens

atmos-stores

Store backends: AWS SSM, AWS Secrets Manager, Azure Key Vault, Google Secret Manager, Redis, Artifactory configuration, hooks integration, cross-component data sharing, atmos store CLI CRUD, type: store workflow step.

cloudposse/atmos · 50 tokens

atmos-terraform

Terraform and OpenTofu orchestration: plan/apply/deploy, workspace management, backend config, varfile generation, authentication, binary selection (terraform/tofu), mixed-binary setups.

cloudposse/atmos · 42 tokens

atmos-toolchain

Toolchain management: declarative dependencies, automatic installs, install/exec/search/env commands, Aqua registry integration, version pinning, package verification.

cloudposse/atmos · 33 tokens

atmos-vendoring

Component vendoring: vendor.yaml and component.yaml manifests, immutable vendor.lock.yaml receipts, pulling from Git/S3/HTTP/OCI/Terraform Registry, --stack/--labels/--tags selector composition, native vendor update, clean, diff, config, and reviewed local component copies.

cloudposse/atmos · 63 tokens