analytics-data-analysis

analytics-data-analysis is a skill for Codex from Rylaispirit/rylai-codex-hermes-skills. It costs 25 tokens per session (766 once invoked), scanned A, original, MIT.

A guide for building repeatable data analyses from raw files or tables, using scripts or notebooks. It covers cleaning data, statistics, charts, and reports.

In plain words
What is it for?
Use it to inspect inputs, validate data, define metrics, document transformations, and produce analysis outputs such as charts, tables, notebooks, or reports.
Why use it?
It helps prevent hidden data errors and makes the result possible for another person to rerun and check.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions Codex.

Good fit Use it to inspect inputs, validate data, define metrics, document transformations, and produce analysis outputs such as charts, tables, notebooks, or reports.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/rylaispirit/rylai-codex-hermes-skills/analytics-data-analysis
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.

Any agent
npx skills add Rylaispirit/rylai-codex-hermes-skills --skill analytics-data-analysis
Clone the repo
git clone --depth 1 https://github.com/Rylaispirit/rylai-codex-hermes-skills

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 analytics-data-analysis

README.md
[![agentmods](https://agentmods.dev/badge/skills/rylaispirit/rylai-codex-hermes-skills/analytics-data-analysis.svg)](https://agentmods.dev/skills/rylaispirit/rylai-codex-hermes-skills/analytics-data-analysis)
Your own site
<a href="https://agentmods.dev/skills/rylaispirit/rylai-codex-hermes-skills/analytics-data-analysis"><img src="https://agentmods.dev/badge/skills/rylaispirit/rylai-codex-hermes-skills/analytics-data-analysis.svg" alt="Measured on agentmods" height="20"></a>
Per session 25 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 766 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 pass 7 Sept 2026
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.00025 $0.00766
Opus 5 $0.00013 $0.00383
Sonnet 5 $0.00005 $0.00153
Haiku 4.5 $0.00003 $0.00077

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

Security

Grade A, and why

analytics-data-analysis 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 8d 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/analytics-data-analysis/SKILL.md · 104 lines

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.

Rylai Analytics Implementation

Build analysis that another person can rerun and audit.

Define The Contract

Capture the following before choosing methods:

  • decision or question the analysis must support;
  • input files, tables, date range, units, and grain;
  • metric definitions and inclusion rules;
  • expected deliverable: script, notebook, chart set, table, or report;
  • runtime limits, privacy constraints, and required output path.

Inspect the real input before assuming its schema.

Implementation Workflow

  1. Inventory

    • Record source names, sizes, columns, types, row counts, and keys.
    • Detect encoding, delimiter, duplicate-key, timezone, and locale issues.
  2. Validate

    • Check missingness, ranges, uniqueness, referential integrity, and impossible values.
    • Separate source defects from intentional filtering.
    • Stop or quarantine records when a defect would invalidate the result.
  3. Transform

    • Keep raw input unchanged.
    • Make cleaning steps explicit and deterministic.
    • Preserve units and document joins, filters, imputations, and derived fields.
  4. Analyze

    • Start with counts and distributions.
    • Choose statistical methods that match variable type, sample design, and question.
    • Report effect size or practical magnitude when significance tests are used.
    • Test important assumptions and provide a fallback when they fail.
  5. Visualize

    • Select a chart based on the comparison, trend, distribution, or relationship.
    • Label units, time windows, filters, and sample sizes.
    • Avoid visual encodings that exaggerate small differences.
  6. Package

    • Keep configuration and paths separate from analysis logic.
    • Use stable output names and create parent directories deliberately.
    • Include a concise run command and dependency information when code is delivered.
  7. Verify

    • Run the analysis from a clean start.
    • Reconcile important totals against the source.
    • Inspect generated tables and charts, not only exit codes.

Read the full file on GitHub · 104 lines

Files

What ships with it

1 file 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. 8d ago First seen · 104 lines · 25 tokens per session scan A f5f96065652f

Subscribe to this mod's changes

analytics-data-analysis is a skill published in the GitHub repository Rylaispirit/rylai-codex-hermes-skills (55 stars, last pushed 25d ago), licensed MIT. It adds 25 tokens to every session and 766 once invoked, about $0.0001 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

deep-research

Autonomous multi-step deep research engine implementing an iterative Think → Search → Extract → Synthesize → Stop loop. The LLM drives every decision: what to search, what's relevant, what's missing, and when to stop. Produces a cited, magazine-quality report with inline citations, category- specific formatting, and…

moonlight-lupin/agent-skills · 147 tokens

image-studio

Generate, edit and upscale AI images via fal.ai through a three-stage studio workflow — brainstorm a strong prompt with the user, prototype cheaply and iterate on feedback, then produce a finalised image. Use when the user wants image generation or editing through the local fal.ai helper workflow, including requests…

moonlight-lupin/agent-skills · 214 tokens

skill-maintainer

Track upstream drift and sync adapted skill libraries.

moonlight-lupin/agent-skills · 12 tokens

clips-studio

Use when the user wants to "make a video/clip", "generate a video from text", "animate this image/photo", "create a marketing reel / social video / teaser", "do a 3D / parallax move", "pan/zoom/orbit a shot", or mentions fal.ai, Kling, Veo or Seedance for video. Staged fal.ai workflow — brainstorm, draft cheaply…

moonlight-lupin/agent-skills · 146 tokens

website-scraping

Generic playbook for extracting structured data from any website — hotel prices, flight fares, e-commerce listings, real estate, jobs, competitor product catalogues, anything where the goal is to turn one or more URLs into clean records on disk. Use this skill whenever the user mentions scraping, harvesting…

moonlight-lupin/agent-skills · 210 tokens

SoloFlow

A meta-skill that silently watches your workflows and automatically generates reusable Hermes skills from them.

SonicBotMan/SoloFlow · 21 tokens