multi-source-data-integration-extraction

multi-source-data-integration-extraction is a skill for Codex from Drchronx/ai-agent-research-starter-kit. It costs 100 tokens per session (1,055 once invoked), scanned A, original, no licence file.

A workflow for combining data from multiple files and extracting structured tables from documents. It can merge Excel and CSV files, standardise column names, read PDF, HTML, TXT, and Markdown files, and use OCR for scanned PDFs.

In plain words
What is it for?
Use it to combine tabular files, extract tables from PDFs or reports, read policy and web documents, and recognise text in scanned PDFs.
Why use it?
It removes repetitive copying and format cleanup when useful information is spread across mixed files or image-based documents.

Skill for Codex

Written for Codex: agents/openai.yaml present.

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 skills/drchronx/ai-agent-research-starter-kit/multi-source-data-integration-extraction
Any agent
npx skills add Drchronx/ai-agent-research-starter-kit --skill multi-source-data-integration-extraction
Clone the repo
git clone --depth 1 https://github.com/Drchronx/ai-agent-research-starter-kit

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 multi-source-data-integration-extraction

README.md
[![agentmods](https://agentmods.dev/badge/skills/drchronx/ai-agent-research-starter-kit/multi-source-data-integration-extraction.svg)](https://agentmods.dev/skills/drchronx/ai-agent-research-starter-kit/multi-source-data-integration-extraction)
Your own site
<a href="https://agentmods.dev/skills/drchronx/ai-agent-research-starter-kit/multi-source-data-integration-extraction"><img src="https://agentmods.dev/badge/skills/drchronx/ai-agent-research-starter-kit/multi-source-data-integration-extraction.svg" alt="Measured on agentmods" height="20"></a>
Per session 100 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,055 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.00100 $0.01055
Opus 5 $0.00050 $0.00528
Sonnet 5 $0.00020 $0.00211
Haiku 4.5 $0.00010 $0.00105

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

Security

Grade A, and why

multi-source-data-integration-extraction 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 6d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/merge_extract_sources.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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功能分类库/04_数据采集整合与实证Skills/multi-source-data-integration-extraction/SKILL.md · 121 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

Files

What ships with it

6 files 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. 6d ago First seen · 121 lines · 100 tokens per session scan A bc34b869e0f8

Subscribe to this mod's changes

multi-source-data-integration-extraction is a skill published in the GitHub repository Drchronx/ai-agent-research-starter-kit (81 stars, last pushed 3mo ago), with no licence file. It adds 100 tokens to every session and 1,055 once invoked, about $0.0005 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

antinet-doc-parse

软件开发工程师与数据科学家在构建RAG系统时,当需处理PDF/Word/Excel等多格式复杂文档,用此技能可自动触发三级解析降级,一键输出高置信度结构化Markdown与元数据,免去繁琐清洗,直接夯实企业知识库数据底座!.

anbeime/skill · 79 tokens

file-intel

Run the Gemini file processor on any folder — extracts content from PDF, PPTX, XLSX, DOCX, CSV, JSON, and any text format, then generates Obsidian-ready summaries. Use when asked to "summarise this folder", "run file intel", "process these files", or a folder path is provided and summaries are needed.

julianobarbosa/claude-code-skills · 76 tokens

markitdown

Convert heterogeneous documents and selected URIs to Markdown with Microsoft MarkItDown for text analysis, search, and LLM/RAG ingestion. Covers safe local conversion, streams, Office/PDF/data formats, batch workflows, plugins, vision OCR, Azure extraction, and the official MCP server.

K-Dense-AI/scientific-agent-skills · 61 tokens

doc-reader

Read any common document/data file — PDF, Word (.docx), Excel (.xlsx/.xls), PowerPoint (.pptx), images (OCR), CSV/TSV, plain text, JSON/YAML/TOML, HTML/XML, and most source-code files. Use the readdocument tool.

HKUDS/Vibe-Trading · 65 tokens

azure-ai-document-intelligence-ts

Extract text, tables, and structured data from documents using Azure Document Intelligence (@azure-rest/ai-document-intelligence). Use when processing invoices, receipts, IDs, forms, or building custom document models.

microsoft/skills · 47 tokens

skill-doc-delivery

Convert markdown to DOCX, PPTX, XLSX, PDF office documents — use when you need exportable deliverables.

nyldn/claude-octopus · 29 tokens