# Dataset Analysis

> Use assistant datasets for grounded answers with rag-search and rag-read.

- Skill: `bionic-gpt/dataset-analysis` (Agent Skill)
- Install (CLI): `npx skillmds@latest add bionic-gpt/dataset-analysis`
- Raw SKILL.md: https://api.skillmd.com/api/skills/bionic-gpt/dataset-analysis/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: bionic-gpt (https://skillmd.com/u/bionic-gpt)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/bionic-gpt/dataset-analysis

---

# Dataset Analysis

Use this skill when the user asks a question that should be answered from the assistant's datasets.

1. Inspect `/home/user/datasets/index.json` to see available datasets.
2. Use `rag-search "query" --limit N` to find relevant chunks.
3. Read returned chunk paths with `rag-read PATH` or `cat PATH`.
4. Answer from the retrieved evidence. Say when the datasets do not contain enough information.

