live-update

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

A skill for sending analysis, alerts, and reports to messaging services such as Slack, Gmail, and Discord. It connects work done by the agent with the tools where people receive updates.

In plain words
What is it for?
Use it to send reports to Slack, email findings through Gmail, or post updates to Discord.
Why use it?
It removes the need to copy results manually into messages or email.

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/live-update
Any agent
npx skills add OpenAnalystInc/10x-analyst-loop --skill live-update
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 live-update

README.md
[![agentmods](https://agentmods.dev/badge/skills/openanalystinc/10x-analyst-loop/live-update.svg)](https://agentmods.dev/skills/openanalystinc/10x-analyst-loop/live-update)
Your own site
<a href="https://agentmods.dev/skills/openanalystinc/10x-analyst-loop/live-update"><img src="https://agentmods.dev/badge/skills/openanalystinc/10x-analyst-loop/live-update.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 936 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. 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.00936
Opus 5 $0.00024 $0.00468
Sonnet 5 $0.00010 $0.00187
Haiku 4.5 $0.00005 $0.00094

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

Security

Grade B, and why

live-update scanned grade B with 1 finding 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 4d 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.

Reads MCP configurationmediumAgent snooping

mcp.json carries server URLs and auth tokens; reading it lets a mod discover and abuse other integrations.

### STEP 2 — Read MCP Config
skills/live-update/SKILL.md · 125 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. 4d ago First seen · 125 lines · 48 tokens per session scan B 3419aac3d80a

Subscribe to this mod's changes

live-update 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 936 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it B with 1 finding (reads mcp configuration). 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