wechat-on-airflow: Skill for Codex

.agents/skills/operate-tennis-alerts/SKILL.md

operate-tennis-alerts is a skill for Codex from claude89757/wechat-on-airflow. It costs 105 tokens per session (1,443 once invoked), scanned A, original, MIT.

An operations guide for a Shenzhen tennis-alert platform built from Airflow, Cloudflare Worker and D1 services, Tencent email, and an Android WeChat sender. Airflow schedules workflows, while D1 is Cloudflare's database service.

In plain words
What is it for?
Use it to investigate failed data workflows or notifications, inspect production health, maintain alert components, and verify repairs or releases.
Why use it?
It provides a repository-based process for diagnosing failures, repairing components, and checking production health without exposing secrets or relying on outdated assumptions.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: installed under .agents/ (shared by several agents); mentions AGENTS.md.

This is claude89757/wechat-on-airflow's own configuration. It tells Codex how to work on wechat-on-airflow 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 wechat-on-airflow configures →

Reuse

Borrowing it

Nothing to install: this file belongs to claude89757/wechat-on-airflow. 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/claude89757/wechat-on-airflow/main/.agents/skills/operate-tennis-alerts/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/claude89757/wechat-on-airflow

Made for: 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 operate-tennis-alerts

README.md
[![agentmods](https://agentmods.dev/badge/skills/claude89757/wechat-on-airflow/operate-tennis-alerts/github.svg)](https://agentmods.dev/skills/claude89757/wechat-on-airflow/operate-tennis-alerts)
Your own site
<a href="https://agentmods.dev/skills/claude89757/wechat-on-airflow/operate-tennis-alerts"><img src="https://agentmods.dev/badge/skills/claude89757/wechat-on-airflow/operate-tennis-alerts/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 operate-tennis-alerts

Your own site · 80×15
<a href="https://agentmods.dev/skills/claude89757/wechat-on-airflow/operate-tennis-alerts"><img src="https://agentmods.dev/badge/skills/claude89757/wechat-on-airflow/operate-tennis-alerts.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 105 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,443 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 warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Excessive Agency · line 146
    Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
    Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
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.00105 $0.01443
Opus 5 $0.00053 $0.00722
Sonnet 5 $0.00021 $0.00289
Haiku 4.5 $0.00011 $0.00144

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

Security

Grade A, and why

operate-tennis-alerts 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/operate-tennis-alerts/SKILL.md · 151 lines

How it starts

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

Operate Tennis Alerts

Treat the repository and read-only production evidence as operational memory. Carry work from diagnosis through verified production state when the request includes repair, maintenance, release, or deployment.

Rebuild Context

Work from the repository root. Confirm it by locating config/active-components.yaml.

Read these sources before changing runtime behavior:

  1. AGENTS.md
  2. config/active-components.yaml
  3. config/config-contracts.yaml
  4. config/runtime-target.yaml
  5. ARCHITECTURE.md
  6. docs/production-baseline.md
  7. The runbook and ADR relevant to the affected component

Inspect the worktree, local HEAD, upstream state, existing test evidence, and the current production baseline. Do not infer production state from chat history. Never print Variable values, credentials, recipient addresses, tokens, device login details, database passwords, or Fernet material.

Classify The Work

Choose the narrowest applicable class:

  • Read-only diagnosis: inspect code, contracts, logs, health, recent runs, service status, and incident outbox metadata without changing production.
  • Reversible repair: change code, tests, documentation, or non-secret contracts; deploy an exact pushed commit with a documented rollback.
  • Configuration maintenance: compare names, types, counts, and protected hashes; migrate required configuration without exposing values.
  • Release: verify, commit, push, wait for CI, deploy every affected runtime, observe natural cycles, and record evidence.
  • High-risk operation: stop before apply and obtain explicit approval.

High-risk operations include production database migration or replacement, metadata deletion, backup restore, secret rotation, Git history rewriting, real email or WeChat tests, and deleting a component whose ownership is not proven.

Execute The Lifecycle

  1. Inspect: establish the exact code, configuration contract, service, DAG, and external dependency involved.
  2. Baseline: run the applicable read-only checks before editing. Preserve timestamps, counts, commit IDs, failing states, and rollback inputs without recording secrets.
  3. Diagnose: identify the failing ownership boundary and root cause. Read diagnosis.md for symptom-specific checks.
  4. Specify acceptance: add a failing regression test or a deterministic machine-verifiable check. Tests and smoke checks must not deliver real notifications.
  5. Repair: make the smallest complete change within the repository ownership boundaries. Update contracts, runbooks, ADRs, and baseline facts when behavior or operations change.
  6. Verify locally: run focused credential-free checks while iterating, then run make verify. Local checks are development evidence, not production authority.
  7. Publish code: confirm the diff contains no secrets or generated noise, commit intentionally, push the exact commit, and require GitHub CI / verify to pass.
  8. Deploy: select the component path in release-paths.md. Dispatch the protected GitHub preflight before apply and deploy only the exact full commit SHA. Never use local Wrangler, SSH, server credentials, or a workstation environment file.
  9. Verify production: use the protected component health workflows with the explicit release SHA, contract checks, and browser checks as applicable. Compare against the baseline.
  10. Observe: wait for the schedule-cycle count declared in config/runtime-target.yaml. Prefer natural DAG runs; do not manufacture production notifications.
  11. Record: update durable repository evidence when an incident reveals a new fact. Report the deployed commit, checks, residual risk, and unrelated warnings precisely.

Read the full file on GitHub · 151 lines

Files

What ships with it

3 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 · 151 lines · 105 tokens per session scan A 6f47209cce2c

Subscribe to this mod's changes

operate-tennis-alerts is a skill published in the GitHub repository claude89757/wechat-on-airflow (92 stars, last pushed yesterday), licensed MIT. It adds 105 tokens to every session and 1,443 once invoked, about $0.0005 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

eliza-cloud-manage-domain

Use after a domain has been purchased through Eliza Cloud (via the eliza-cloud-buy-domain skill) when the user wants to look at, edit, or remove a domain or its DNS records. Covers org-wide domain listing, per-app DNS record CRUD on cloudflare-managed zones, status re-sync, external-attachment verification, and…

elizaOS/eliza · 125 tokens

ai-persistence/build-cloudflare-artifact-store

Use when a Cloudflare Worker needs durable byte storage for TanStack AI generated media (images, audio, video, transcripts) — writes a BlobStore backed by R2 and an ArtifactStore backed by D1, composes them onto the generation persistence so withGenerationPersistence persists artifact bytes, and serves them back from…

TanStack/ai · 104 tokens

langbot-deploy

Deploy and configure a LangBot instance — Docker / Docker Compose, Kubernetes, the config.yaml model, the Box sandbox runtime, the plugin runtime, and the global API key. Use when installing, deploying, upgrading, or configuring LangBot in production or self-hosted environments. Triggers on "deploy langbot", "langbot…

langbot-app/LangBot · 104 tokens

ai-persistence/build-cloudflare-adapter

Use when a Cloudflare Worker needs TanStack AI chat persistence — writes a chat-persistence.ts into the app against its D1 binding (raw or via Drizzle), plus a Durable Object LockStore. Covers per-request bindings, wrangler config, D1 migrations, and lease-based locks.

TanStack/ai · 68 tokens

airflow-state-store

Persists task and asset state across retries and DAG runs using Airflow 3.3's AIP-103 key/value stores (taskstatestore, assetstatestore) and the crash-safe ResumableJobMixin. Use when the user asks about task state store, checkpointing in tasks, persisting state across retries, job IDs surviving worker crashes…

astronomer/agents · 315 tokens

configuring-airflow-language-sdks

Configures Airflow to run language SDK tasks (Java, Go, and future native SDKs) — register a coordinator, map a queue to it, ensure the runtime/artifact on workers, and tune coordinator options. Use when the user wants Airflow to route a queue to a native-language coordinator, asks about the [sdk]…

astronomer/agents · 155 tokens