smb-data-ingestion

smb-data-ingestion is a skill for Claude Code from DDS-Solutions/AI-TadPole-OS. It costs 39 tokens per session (337 once invoked), scanned A, original, MIT.

A data-import workflow for turning messy small-business files—such as CSVs, Excel workbooks, QuickBooks PDFs, and old SQL exports—into validated records stored as JSON and SQLite data.

In plain words
What is it for?
Use it to import and clean small-business data for an AI digital twin, map different source formats to a shared schema, and load the results into SQLite or LanceDB.
Why use it?
It removes the manual work of interpreting inconsistent columns, cleaning dates and currency values, and loading records into a usable format. It also helps prevent information loss and exposes sensitive text for redaction before storage.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it to import and clean small-business data for an AI digital twin, map different source formats to a shared schema, and load the results into SQLite or LanceDB.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/dds-solutions/ai-tadpole-os/smb-data-ingestion
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 DDS-Solutions/AI-TadPole-OS --skill smb-data-ingestion
Clone the repo
git clone --depth 1 https://github.com/DDS-Solutions/AI-TadPole-OS

Made for: Claude Code.

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 smb-data-ingestion

README.md
[![agentmods](https://agentmods.dev/badge/skills/dds-solutions/ai-tadpole-os/smb-data-ingestion/github.svg)](https://agentmods.dev/skills/dds-solutions/ai-tadpole-os/smb-data-ingestion)
Your own site
<a href="https://agentmods.dev/skills/dds-solutions/ai-tadpole-os/smb-data-ingestion"><img src="https://agentmods.dev/badge/skills/dds-solutions/ai-tadpole-os/smb-data-ingestion/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for smb-data-ingestion

Your own site · 80×15
<a href="https://agentmods.dev/skills/dds-solutions/ai-tadpole-os/smb-data-ingestion"><img src="https://agentmods.dev/badge/skills/dds-solutions/ai-tadpole-os/smb-data-ingestion.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 337 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.
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.00039 $0.00337
Opus 5 $0.00019 $0.00169
Sonnet 5 $0.00008 $0.00067
Haiku 4.5 $0.00004 $0.00034

Measured 7d ago against content hash 397c3d42590d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

smb-data-ingestion 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 7d 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.

.agent/skills/smb-data-ingestion/SKILL.md · 31 lines

What it actually says

[!IMPORTANT] AI Context & Knowledge Heritage

  • Subsystem: Agent Skills Registry / smb-data-ingestion
  • Architecture: @docs ARCHITECTURE:Documentation
  • Failure Path: Information drift, legacy terminology, or documentation mismatch.
  • Observability: Traceability via execution/parity_guard.py ([SKILL])

SMB Data Ingestion & ETL Protocol

Purpose: Convert un-normalized SMB data exports into structured Digital Twin state with zero data loss.


Operating Steps

  1. Format Identification: Identify file format (CSV, XLSX, JSON, SQL dump, unstructured text).
  2. Schema Ingestion & Mapping: Map source column headers to CONTEXT.md domain entities using fuzzy matching and type validation.
  3. Data Sanitization:
    • Strip trailing spaces, normalize date formats (ISO 8601), convert currency strings to numeric decimals.
    • Run @[skills/pii-redaction] on notes/free-text fields before saving.
  4. Target Loading: Load clean records into target SQLite/LanceDB table via parameterized queries or sqlx migrations.
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. 7d ago First seen · 31 lines · 39 tokens per session scan A 397c3d42590d

Subscribe to this mod's changes

smb-data-ingestion is a skill published in the GitHub repository DDS-Solutions/AI-TadPole-OS (8 stars, last pushed yesterday), licensed MIT. It adds 39 tokens to every session and 337 once invoked, about $0.0002 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-09-03.

Related

Other skills, from other repositories

django-migrations

Django migration patterns and safety workflow for PostHog. Use when creating, adjusting, or reviewing Django/Postgres migrations, including non-blocking index/constraint changes, multi-phase schema changes, data backfills, migration conflict rebasing, and product model moves that require SeparateDatabaseAndState. Also…

PostHog/posthog · 99 tokens

ax-rust-llm

Use when writing Rust code with axllm for using the generated Ax package, factory functions, package docs, examples, and API reference.

ax-llm/ax · 37 tokens

ax-rust-signature

Use when writing Rust code with axllm for string signatures, field descriptors, JSON schema output, validation, and typed tool argument shapes.

ax-llm/ax · 36 tokens

mongodb-atlas-stream-processing

Manages MongoDB Atlas Stream Processing (ASP) workflows. Handles workspace provisioning, data source/sink connections, processor lifecycle operations, debugging diagnostics, and tier sizing. Supports Kafka, Atlas clusters, S3, HTTPS, and Lambda integrations for streaming data workloads and event processing. NOT for…

fcakyon/claude-codex-settings · 82 tokens

mongodb-search-and-ai

Guides MongoDB users through implementing and optimizing Atlas Search (full-text), Vector Search (semantic), and Hybrid Search solutions. Use this skill when users need to build search functionality for text-based queries (autocomplete, fuzzy matching, faceted search), semantic similarity (embeddings, RAG…

fcakyon/claude-codex-settings · 132 tokens

monitoring-ingestion-pipeline

Guide for using the Grafana MCP to monitor and diagnose the Node.js ingestion pipeline workers in production. Use when investigating event lag, drops, pipeline errors, person/group processing, Kafka consumer health, Redis, Postgres, ClickHouse downstream health, or any ingestion worker question. Covers prod-us and…

PostHog/posthog · 71 tokens