# Data Science

> Skills for data science workflows — interactive exploration, Jupyter notebooks, data analysis, SQLite storage, and visualization.

- Skill: `clowlove/data-science` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add clowlove/data-science`
- Raw SKILL.md: https://api.skillmd.com/api/skills/clowlove/data-science/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: clowlove (https://skillmd.com/u/clowlove)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/clowlove/data-science

---


# Data Science

## Overview

Skills for data science workflows — interactive Python exploration via live Jupyter kernels, data analysis and aggregation with SQLite, and visualization with matplotlib.

## Sub-skills

- **jupyter-live-kernel**: Iterative Python via live Jupyter kernel (hamelnb)

## Labeled Sections

### SQLite Data Storage

For Hermes Agent's lightweight structured data storage using SQLite — news aggregates, trends, task state, user preferences — see `references/sqlite-data.md`. Covers table creation, queries, upsert patterns, FTS, and performance optimization.

## Usage

Load individual skills from this category using:
```
skill_view(name="data-science/{sub_skill}")
```

