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.
npx agentmods add instructions/techinpark/appstore-status-webhook/claude-mdgit clone --depth 1 https://github.com/techinpark/appstore-status-webhookWrote 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/instructions/techinpark/appstore-status-webhook/claude-md)<a href="https://agentmods.dev/instructions/techinpark/appstore-status-webhook/claude-md"><img src="https://agentmods.dev/badge/instructions/techinpark/appstore-status-webhook/claude-md.svg" alt="Measured on agentmods" 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 | $0.01019 | $0.01019 |
| Opus 5 | $0.00509 | $0.00509 |
| Sonnet 5 | $0.00204 | $0.00204 |
| Haiku 4.5 | $0.00102 | $0.00102 |
Grade A, and why
appstore-status-webhook CLAUDE.md 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 5d 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 — 104 lines — stays where its author put it; the contents beside it link to each section on GitHub.
App Store Status Webhook
A serverless proxy that receives Apple App Store Connect webhook events and forwards them to Slack, Discord, and Microsoft Teams with beautiful, localized notifications.
Quick Reference
- Runtime: Vercel Serverless (Node.js + TypeScript)
- Endpoint:
POST /api/webhook - Health Check:
GET /api/health - Setup Validation:
npm run setup:check - Dev Server:
npm run start(runsvercel dev) - Test Webhooks:
npm run test:slack,npm run test:build,npm run test:beta,npm run test:feedback,npm run test:crash,npm run test:ping
Setup Guide for LLM Agents
When helping non-technical users set up this project, always refer to LLM_SETUP_GUIDE.md first.
It contains step-by-step instructions, troubleshooting tips, and environment variable explanations.
Architecture
api/
webhook.ts # POST /api/webhook - Main webhook handler
health.ts # GET /api/health - Health check endpoint
lib/
builders/ # Channel-specific message formatters (slack, discord, teams)
notifiers/ # Channel-specific webhook senders (slack, discord, teams)
services/ # App Store Connect API client
types/ # TypeScript interfaces
constants/ # Status emojis, colors, config constants
utils/ # Signature verification, i18n, timestamp formatting
locales/ # 7 language translation files (en, ko, ja, zh, es, fr, de)
scripts/
setup-check.ts # Environment variable validation script
Supported Webhook Events
| Event Type | Description |
|---|---|
appStoreVersionAppVersionStateUpdated |
App version state changes |
buildUploadStateUpdated |
Build upload processing state |
buildBetaDetailExternalBuildStateUpdated |
TestFlight beta build state |
betaFeedbackScreenshotSubmissionCreated |
TestFlight screenshot feedback |
betaFeedbackCrashSubmissionCreated |
TestFlight crash report |
webhookPingCreated |
Webhook connectivity test |
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.
- 5d ago First seen · 104 lines · 1,019 tokens per session scan A 81dd90f63dfa
appstore-status-webhook CLAUDE.md is an instructions file published in the GitHub repository techinpark/appstore-status-webhook (22 stars, last pushed 4mo ago), licensed MIT. It adds 1,019 tokens to every session, about $0.0051 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.
Other instructions, from other repositories
idea-validation-agents AGENTS.md
Instructions for MaxKmet/idea-validation-agents, covering app idea validation agent — codex configuration, intent router, workflow behavior, skills and key skill behaviors to know.
AppStore CLAUDE.md
Instructions for wangjianqi/AppStore, covering claude.md, project overview, repository structure, working with this repo and content editing.
truepane AGENTS.md
AGENTS.md instructions for antonkarliner/truepane, covering agents.md, what this is, running it, architecture and state & persistence detail.
truepane CLAUDE.md
Claude Code instructions for antonkarliner/truepane, covering claude.md, what this is, running it, architecture and state & persistence detail.
claude-code-aso-skill CLAUDE.md
Claude Code instructions for alirezarezvani/claude-code-aso-skill, covering claude.md, repository purpose, skill installation, user-level installation (available in all projects) and project-level installation.
idea-validation-agents CLAUDE.md
App Idea Validation Agent — root configuration for Claude Code.