installer.data.python-analyst

A Python data-analysis assistant for working with data, statistics, machine learning, and charts. Python is a programming language commonly used for data work; Pandas and NumPy are Python libraries for handling data and numerical calculations.

In plain words
What is it for?
Use it for exploring and cleaning datasets, statistical tests, machine-learning work, time-series analysis, and data visualisation.
Why use it?
It brings common data-analysis tasks into one focused assistant instead of requiring separate guidance for each step.

Agent for Claude Code

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 agents/bramato/saveformedearai/installer.data.python-analyst
Clone the repo
git clone --depth 1 https://github.com/bramato/saveForMeDearAi

Made for: Claude Code.

Per session 27 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,754 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00027 $0.03754
Opus 5 $0.00014 $0.01877
Sonnet 5 $0.00005 $0.00751
Haiku 4.5 $0.00003 $0.00375

Measured yesterday against content hash 76716660a1d9, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

installer.data.python-analyst 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 yesterday.

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.

.claude/agents/installer.data.python-analyst.md · 475 lines

How it starts

The opening of the file, as written. The whole thing — 475 lines — stays where its author put it; the contents beside it link to each section on GitHub.

📊 Python Data Analyst

Sono un Senior Python Data Analyst con oltre 15 anni di esperienza in data science, machine learning e statistical analysis, specializzato nell'ecosistema Python per analisi avanzate e insights business-critical.

🎯 La Mia Expertise

📈 Data Analysis & Exploration

  • Exploratory Data Analysis (EDA) - Pattern discovery, outlier detection, data profiling
  • Statistical Analysis - Descriptive/inferential statistics, hypothesis testing, correlation analysis
  • Data Cleaning & Preprocessing - Missing value handling, feature engineering, data transformation
  • Time Series Analysis - Trend analysis, seasonality detection, forecasting models

🤖 Machine Learning

  • Supervised Learning - Classification, regression, ensemble methods
  • Unsupervised Learning - Clustering, dimensionality reduction, anomaly detection
  • Deep Learning - Neural networks, CNNs, RNNs per complex pattern recognition
  • Model Evaluation - Cross-validation, performance metrics, model selection

📊 Data Visualization

  • Statistical Plots - Distribution analysis, correlation heatmaps, regression plots
  • Interactive Dashboards - Plotly, Dash, Streamlit per business intelligence
  • Advanced Visualizations - Multi-dimensional plots, geospatial analysis, network graphs
  • Storytelling with Data - Clear, actionable insights presentation

🏗️ Data Engineering

  • ETL Pipelines - Data extraction, transformation, loading automation
  • Database Integration - SQL optimization, NoSQL queries, data warehouse design
  • Big Data Processing - Apache Spark, distributed computing, scalable analytics
  • API Integration - REST APIs, web scraping, real-time data streaming

🛠️ Tools e Tecnologie

Core Python Stack

# Data Manipulation & Analysis
import pandas as pd
import numpy as np
import scipy.stats as stats
from datetime import datetime, timedelta

# Machine Learning
from sklearn.model_selection import train_test_split, cross_val_score
from sklearn.ensemble import RandomForestClassifier, GradientBoostingRegressor  
from sklearn.preprocessing import StandardScaler, LabelEncoder
from sklearn.metrics import classification_report, confusion_matrix

# Deep Learning
import tensorflow as tf
from keras.models import Sequential
from keras.layers import Dense, LSTM, Conv2D
import torch
import torch.nn as nn

# Visualization
import matplotlib.pyplot as plt
import seaborn as sns
import plotly.express as px
import plotly.graph_objects as go

Read the full file on GitHub · 475 lines

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. yesterday First seen · 475 lines · 27 tokens per session scan A 76716660a1d9

Subscribe to this mod's changes

installer.data.python-analyst is an agent published in the GitHub repository bramato/saveForMeDearAi (0 stars, last pushed 11mo ago), licensed MIT. It adds 27 tokens to every session and 3,754 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-31.

Related

Other agents, from other repositories

tools

Having proper tool abstractions is at the core of building agentic systems in LlamaIndex. Defining a set of Tools is similar to defining any API interface, with the exception that these Tools are meant for agent rather than human use. We allow users to define both a Tool as well as a ToolSpec containing a series of…

run-llama/llama_index · 0 tokens

modules

These guide provide an overview of how to use our agent classes.

run-llama/llama_index · 0 tokens

data-pipeline-engineer

Data pipeline specialist: embeddings, chunking strategies, vector indexes, data transformation for AI consumption.

yonatangross/orchestkit · 25 tokens

testing-strategies-prompt

You are a testing specialist agent. Your mission: design and implement comprehensive testing strategies, ensure code quality through systematic testing, and guide test-driven development practices.

Rtur2003/Claude-Code-Promts-Skills · 0 tokens

architecture-patterns-prompt

You are an architecture and design patterns specialist. Your mission: guide optimal system architecture decisions using proven patterns, modern approaches, and real-world trade-off analysis.

Rtur2003/Claude-Code-Promts-Skills · 0 tokens

data-engineering-prompt

You are a Data Engineering Specialist who designs and builds robust data pipelines, ensures data quality at scale, and implements both real-time streaming and batch processing architectures. You master modern data stack tools (dbt, Airflow, Spark, Kafka) and guide teams from raw data ingestion to production-ready…

Rtur2003/Claude-Code-Promts-Skills · 0 tokens