recoup-streaming-check
Checks an artist's streaming health and flags spikes or drops by reading current Recoup research API metrics and diffing them against the last check. Use when asked to "check streaming", "are streams spiking", "is anything blowing up", "streaming health check", "did streams jump this week", or as the post-release monitor armed by a release campaign. Identifies which playlist or release likely drove a move; refuses to fabricate numbers. Needs the artist name.
What this skill does
# Streaming Check
A focused streaming-health read: pull the current snapshot, **diff it against the
last check**, and flag meaningful spikes or drops — then point at the likely
cause (a new editorial add, a release, a chart entry).
Narrower than `recoup-weekly-brief` (which is a full multi-metric Monday
artifact) — this is the "are streams moving?" spot-check. For first-time deep
research use `recoup-artist-research`.
The endpoint contract (auth, base URL, params, response shapes, credit costs) is
in `references/endpoints.md` and `references/response-shapes.md`. Read them before
calling. They ship alongside this skill.
## Setup
```bash
export RECOUP_API_KEY="recoup_sk_..." # already set in Recoup sandboxes
export RECOUP_API="https://api.recoupable.com/api"
```
## Workflow
### 1. Read the prior check (the baseline for the diff)
```bash
ls -t artists/{slug}/research/streaming-check-*.md 2>/dev/null | head -1
```
If one exists, extract its numbers (monthly listeners, popularity, playlist
reach). Metrics are **current snapshots**, not time series — the delta comes from
diffing today's reading against your own last file, not a provider backfill.
### 2. Pull the current snapshot + likely causes (parallel, low-credit)
```bash
# Spotify snapshot — listeners, popularity, editorial playlist count, reach
curl -s "$RECOUP_API/research/metrics?artist={ARTIST}&source=spotify" -H "x-api-key: $RECOUP_API_KEY" &
# Current playlist placements — an editorial add is the usual spike driver
curl -s "$RECOUP_API/research/playlists?artist={ARTIST}&platform=spotify&status=current" -H "x-api-key: $RECOUP_API_KEY" &
# Activity feed — releases / chart entries that could explain a move
curl -s "$RECOUP_API/research/milestones?artist={ARTIST}" -H "x-api-key: $RECOUP_API_KEY" &
wait
```
A `metrics` call may return `202 { status: "pending", state: "refresh_pending" }`
while the provider refreshes — retry that one call shortly.
### 3. Compute deltas + classify
For each numeric metric compute `(current − baseline)` and `% change`. Classify:
- **Spike** — listeners or playlist reach up materially (e.g. ≥15% or a large
absolute jump). Look for a new editorial add or a release in the feed to
explain it.
- **Drop** — a material decrease (playlist removal, post-release cooldown).
- **Flat / first reading** — say so plainly; don't manufacture a narrative.
## Output
```markdown
# Streaming Check — {Artist}
**{YYYY-MM-DD}** | Last check: {prior date or "first reading"}
## Verdict
{SPIKE / DROP / FLAT — one line with the headline number and % move.}
## Numbers
| Metric | Last | Now | Δ |
|---|---|---|---|
| Spotify monthly listeners | {prior or "—"} | {monthly_listeners_current} | {±N% or "first reading"} |
| Spotify popularity | {prior or "—"} | {popularity_current} | {±N} |
| Playlist reach | {prior or "—"} | {playlist_reach_current} | {±N} |
| Editorial playlists | {prior or "—"} | {playlists_editorial_current} | {±N} |
## Likely cause
{The new editorial add / release / chart entry from this run that explains the
move — or "no obvious driver in the feed."}
## Next
{1–2 actions, e.g. "ride the spike with paid", "investigate the playlist drop."}
```
Save to `artists/{slug}/research/streaming-check-$(date +%F).md` when a workspace
exists (or `releases/{slug}/tracking/` during a release). Otherwise return in chat.
Same-day re-run is a no-op — surface the existing file.
## Guardrails
- **No invented numbers.** Missing metric → `—`. Never substitute a guess.
- **No causation claims without evidence.** Only name a driver that actually
appears in `playlists`/`milestones` this run; otherwise say "no obvious driver."
- **Snapshots, not history.** The delta is vs your last file, not a backfill.
## References
- `references/endpoints.md` — full curl examples per endpoint, params, credits.
- `references/response-shapes.md` — actual JSON shapes per endpoint.
Related in Ads & Marketing
ads
IncludedMulti-platform paid advertising audit and optimization skill. Analyzes Google, Meta, YouTube, LinkedIn, TikTok, Microsoft, and Apple Ads. 250+ checks with scoring, parallel agents, industry templates, and AI creative generation.
banana
IncludedAI image generation Creative Director powered by Google Gemini Nano Banana models. Use this skill for ANY request involving image creation, editing, visual asset production, or creative direction. Triggers on: generate an image, create a photo, edit this picture, design a logo, make a banner, visual for my anything, and all /banana commands. Handles text-to-image, image editing, multi-turn creative sessions, batch workflows, and brand presets.
rpg-migration-analyzer
IncludedAnalyzes legacy RPG (Report Program Generator) programs from AS/400 and IBM i systems for migration to modern Java applications. Extracts business logic from RPG III/IV/ILE source code, identifies data structures (D-specs), file operations (F-specs), program dependencies (CALLB/CALLP), and converts RPG constructs to Java equivalents. Generates migration reports, complexity estimates, and Java implementation strategies with POJO classes, JPA entities, and service methods. Use when modernizing AS/400 or IBM i legacy systems, analyzing RPG source files (.rpg, .rpgle, .RPGLE), converting RPG to Java, mapping data specifications to Java classes, planning legacy system migration, or when user mentions RPG analysis, Report Program Generator, RPG III/IV/ILE, AS/400 modernization, IBM i migration, packed decimal conversion, or mainframe application rewrite.
brand-library-architect
IncludedBuild a complete brand library for a product — visual asset render pipeline, brand documentation set (BRAND, COPY, MANIFESTO, BIOS, FAQ, GLOSSARY, TONE, PRICING), open-source convention files (README, CONTRIBUTING, SECURITY, CODE_OF_CONDUCT), and a self-contained press kit. This skill should be used when the user asks to "build a brand library / brand kit / press kit / brand assets" for a product, "set up a brand library workflow," "create a positioning manifesto plus visual identity," or any combination of brand documentation + visual asset pipeline. Apply phase-by-phase or run end-to-end. Templates are product-agnostic and use {{TOKEN}} placeholders the skill prompts the user to fill.
writing-tech-post
IncludedAuthors engineering blog posts end-to-end: launch deep-dives, incident postmortems, architecture migrations, performance case studies, tutorials, AI/agent system writeups, security disclosures, and research-to-product translations. Picks the correct archetype, plans the abstraction ladder, enforces an evidence cadence (diagrams, benchmarks, profiles, traces, code, ablations), tunes voice against publisher house styles (Datadog, Vercel, GitHub, AWS, Meta, Cloudflare, Jane Street), and runs a pre-publish gate for narrative momentum and disclosure ethics. Use when drafting a new engineering post, restructuring a draft that feels flat, deciding which evidence form belongs where, validating that depth and product context are balanced, or preparing a postmortem, migration, or performance narrative for external publication. Do not use for API reference documentation, README authoring, marketing copy, release notes, generic SEO content, ghost-written executive thought leadership, or non-engineering long-form essays.
blog-google
IncludedGoogle API integration for blog performance: PageSpeed Insights, CrUX Core Web Vitals with 25-week history, Search Console performance, URL Inspection, Indexing API, GA4 organic traffic, NLP entity analysis for E-E-A-T, YouTube video search for embedding, and Google Ads Keyword Planner. Progressive feature availability based on credential tier (API key, OAuth/service account, GA4, Ads). Shares config with claude-seo at ~/.config/claude-seo/google-api.json. Use when user says "google data", "page speed", "core web vitals", "search console", "indexation", "GA4", "keyword research", "nlp entities", "blog performance", "youtube search", "google api setup".