watch

watch is a skill for Claude Code, Codex from OpenAnalystInc/10x-analyst-loop. It costs 48 tokens per session (1,593 once invoked), scanned A, original, no licence file.

A live monitor for data projects that repeatedly checks a dataset at set intervals and reports changes in its quality.

In plain words
What is it for?
It helps watch datasets over time, re-check their profiles, and alert you when quality changes.
Why use it?
It reduces the need to rerun data checks manually and helps reveal when data quality changes.

Skill for Claude CodeCodex

Part of the 10x-analyst-loop plugin — 18 skills, 5 agents shipped together

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.

agentmods
npx agentmods add skills/openanalystinc/10x-analyst-loop/watch
Any agent
npx skills add OpenAnalystInc/10x-analyst-loop --skill watch
Clone the repo
git clone --depth 1 https://github.com/OpenAnalystInc/10x-analyst-loop

Made for: Claude Code, Codex.

Or install 10x-analyst-loop, the plugin that ships this one along with the rest of its 18 skills, 5 agents.

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 watch

README.md
[![agentmods](https://agentmods.dev/badge/skills/openanalystinc/10x-analyst-loop/watch.svg)](https://agentmods.dev/skills/openanalystinc/10x-analyst-loop/watch)
Your own site
<a href="https://agentmods.dev/skills/openanalystinc/10x-analyst-loop/watch"><img src="https://agentmods.dev/badge/skills/openanalystinc/10x-analyst-loop/watch.svg" alt="Measured on agentmods" height="20"></a>
Per session 48 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,593 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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 $0.00048 $0.01593
Opus 5 $0.00024 $0.00796
Sonnet 5 $0.00010 $0.00319
Haiku 4.5 $0.00005 $0.00159

Measured 3d ago against content hash c59f83ed334c, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

watch 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 3d 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.

skills/watch/SKILL.md · 134 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 3d ago First seen · 134 lines · 48 tokens per session scan A c59f83ed334c

Subscribe to this mod's changes

watch is a skill published in the GitHub repository OpenAnalystInc/10x-analyst-loop (4 stars, last pushed 5mo ago), with no licence file. It adds 48 tokens to every session and 1,593 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-31.

Related

Other skills, from other repositories

figure-craft

Use when making a FIGURE / CHART / PLOT for a paper, deck, or presentation — in ANY language (R/ggplot2, Python/matplotlib, Julia/Makie). Governs the visual style: 16.5pt text throughout (axes, legend, title), no y-label (the title carries the y-axis meaning; paper figures get no headline title), concise axis labels…

lancegui/causal-powers · 248 tokens

data-contracts

Use when computing, transforming, cleaning, joining, merging, aggregating, reshaping, or modeling ANY result from data — before you trust a number, a table, a model metric, or a chart. Establishes data contracts and invariants up front, validates assumptions before building on them, asserts join cardinality before…

lancegui/causal-powers · 193 tokens

descriptive-evidence

Use when the deliverable is a DESCRIPTION of what's in the data rather than an effect, a counterfactual, or a prediction — stylized facts, trends ("what's the trend in X", "how has Y changed over time", "plot the growth"), summary-statistics/Table-1 tables, distributions, descriptive maps/choropleths ("map where X is…

lancegui/causal-powers · 228 tokens

predictive-modeling

Use whenever the GOAL is a prediction that drives an action — predict, score, rank, flag, classify, forecast, or detect anomalies on units ("which pharmacy is likely diverting opioids", "which claim to audit", "who's likely to churn", "rank by risk"). Route by GOAL, not algorithm: a prediction deliverable is this…

lancegui/causal-powers · 207 tokens

structural-estimation

Use whenever an analysis estimates the PRIMITIVES of an economic model — preferences/utility, costs, information/consideration, search, or conduct — or needs a COUNTERFACTUAL the data doesn't contain (a merger, a new product, a tax, a removed friction, welfare/surplus, equilibrium re-pricing). Fires for structural…

lancegui/causal-powers · 213 tokens

using-causal-powers

Use when starting any data analysis, econometrics, or causal-inference task in R, Julia, or Python — establishes the Causal Powers discipline and routes to the right skill (question-framing, descriptive-evidence, pre-analysis-plan, analysis-state-management, data-contracts, data-preparation, analysis-craft…

lancegui/causal-powers · 202 tokens