parse_document

parse_document is a skill for Claude Code, Codex from supremeb/Oniva-ai. It costs 15 tokens per session (354 once invoked), scanned A, original, no licence file.

A document-reading utility for extracting organized content from files such as CSV, JSON, and plain text.

In plain words
What is it for?
Use it to read tabular data, machine-readable records, or text documents and obtain their structured content.
Why use it?
It reduces the need to manually read and reorganize structured document contents.

Skill for Claude CodeCodex

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/supremeb/oniva-ai/parse_document
Any agent
npx skills add supremeb/Oniva-ai --skill parse_document
Clone the repo
git clone --depth 1 https://github.com/supremeb/Oniva-ai

Made for: Claude Code, 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 parse_document

README.md
[![agentmods](https://agentmods.dev/badge/skills/supremeb/oniva-ai/parse_document.svg)](https://agentmods.dev/skills/supremeb/oniva-ai/parse_document)
Your own site
<a href="https://agentmods.dev/skills/supremeb/oniva-ai/parse_document"><img src="https://agentmods.dev/badge/skills/supremeb/oniva-ai/parse_document.svg" alt="Measured on agentmods" height="20"></a>
Per session 15 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 354 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 $0.00015 $0.00354
Opus 5 $0.00008 $0.00177
Sonnet 5 $0.00003 $0.00071
Haiku 4.5 $0.00002 $0.00035

Measured 3d ago against content hash 149620873710, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

parse_document 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 3d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (tool.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.

backend/app/skills/parse_document/SKILL.md · 73 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Files

What ships with it

1 file 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. 3d ago First seen · 73 lines · 15 tokens per session scan A 149620873710

Subscribe to this mod's changes

parse_document is a skill published in the GitHub repository supremeb/Oniva-ai (5 stars, last pushed 3mo ago), with no licence file. It adds 15 tokens to every session and 354 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 skills, from other repositories

tdoc_orchestrator

"文档创作与美化的统一编排入口(本地通道)。当用户意图涉及文档写作或排版美化时调用。职责:识别意图 → 编排 stage 能力链(S1 创作 / S2 美化 / S3 HTML→DOCX 转换)→ 委派 generateword/generateword/generateword 执行;S3 产出 .docx 后强制 系统下载卡片(自动生成) 打开预览,本 skill 调用结束。⚠️ 文档编辑不在本 skill 内承接,由 tencent-docs-routing skill 处理。不适用:纯代码文件、非文档类操作。".

crane-in-clear-sky/WorkWit-AI-Agent · 163 tokens

doc_typeset

| 消费 design tokens + 文档内容,输出排版美化的 HTML。 内置 7 种垂类模板(合同/学术论文/公文/商务报告/会议纪要/研报/年报)和 4 个装饰组件,所有样式通过 CSS 变量引用 Token,禁止裸值。 在 generateword 流水线中每当需要将文本内容转化为结构化美化 HTML 时,必须使用此 skill; 不要自己写 HTML 或内联 CSS——doc-typeset 是内容→HTML 的唯一标准转换路径。.

crane-in-clear-sky/WorkWit-AI-Agent · 127 tokens

html_to_docx

| 将 HTML 字符串或文件高保真转换为 Microsoft Word (.docx) 文档。 支持 CSS 变量预处理、10+ 种 HTML 元素精确映射、14 种 CSS 属性映射、中文字体、4 种装饰组件、TOC 目录、页眉页脚、图片嵌入。 提供 CLI(subprocess)和 Python API 双模式调用;在需要将 HTML 文档转为可编辑 Word 文件时使用此 skill。.

crane-in-clear-sky/WorkWit-AI-Agent · 110 tokens

format_extract

> 把 .docx 文档转为语义化 HTML + 提取内嵌图片(标题层级、表格样式、段落缩进、字体颜色等结构信息),供调用方做后续格式分析;也可独立评估 HTML 转换质量。适用场景(技术性底层调用):"docx 转 HTML"、"提取 docx 结构为 HTML"、"HTML 转换质量评估"。本 Skill 是底层格式提取工具,不自行判断是否应被触发、不猜测输出位置——是否调用、何时调用、产物落在哪一律由上层调用方(如 generateword)决定,调用时必须显式传入 --output-dir。用户关于"文档排版 / 套模板 / 参考这份 docx 生成"等需求,应由 orchestrator 统一编排入口接管,不要旁路直点本…

crane-in-clear-sky/WorkWit-AI-Agent · 217 tokens

tencent_pptx

创建专业的 PowerPoint 演示文稿。适用于根据主题、大纲、文档、数据或参考材料生成完整 .pptx;在新建演示文稿时参考上传PPTX 的视觉风格;也可基于材料或旧 PPT 内容重新生成一版演示文稿。.

crane-in-clear-sky/WorkWit-AI-Agent · 73 tokens

underline_toolkit

生成带下划线填空位的 Word 文档(create 模式)或对已有下划线模板回填数据(fill 模式)。适用于合同、协议、申请表、有封面的文档(如毕业论文)等。触发关键词:下划线、填空、下划线模板、合同填空、表单回填、下划线回填。.

crane-in-clear-sky/WorkWit-AI-Agent · 87 tokens