data-skill

data-skill is a skill for Claude Code from zeenie-ai/OpenCompany. It costs 57 tokens per session (715 once invoked), scanned A, original, MIT.

A guide for reading, searching, and writing local files and data, including CSV, JSON, PDF, HTML, spreadsheets, images, and other files. It also explains how to work with approved external folders.

In plain words
What is it for?
Use it to inspect files, search their contents, read data in pages, and write or update supported local data.
Why use it?
It helps handle local data in a controlled way and avoid treating a partial file read as the complete file.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it to inspect files, search their contents, read data in pages, and write or update supported local data.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/zeenie-ai/opencompany/data-skill
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 zeenie-ai/OpenCompany --skill data-skill
Clone the repo
git clone --depth 1 https://github.com/zeenie-ai/OpenCompany

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 data-skill

README.md
[![agentmods](https://agentmods.dev/badge/skills/zeenie-ai/opencompany/data-skill/github.svg)](https://agentmods.dev/skills/zeenie-ai/opencompany/data-skill)
Your own site
<a href="https://agentmods.dev/skills/zeenie-ai/opencompany/data-skill"><img src="https://agentmods.dev/badge/skills/zeenie-ai/opencompany/data-skill/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 data-skill

Your own site · 80×15
<a href="https://agentmods.dev/skills/zeenie-ai/opencompany/data-skill"><img src="https://agentmods.dev/badge/skills/zeenie-ai/opencompany/data-skill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 57 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 715 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00057 $0.00715
Opus 5 $0.00028 $0.00358
Sonnet 5 $0.00011 $0.00143
Haiku 4.5 $0.00006 $0.00072

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

Security

Grade A, and why

data-skill 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 10d 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.

server/skills/assistant/data-skill/SKILL.md · 68 lines

How it starts

The opening of the file, as written. The whole thing — 68 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Data Access Skill

Work with raw local data through the data tool. Check the tool in your tool list for the full schema; this skill covers strategy, not parameters.

The two path namespaces

  • reports/q3.csv — workspace-relative (the workflow's own scratch space, always readable and writable)
  • mnt/<mount_name>/file.csv — an external folder the operator approved; read-only unless its writable flag is on

You MUST start with list on an empty path: it returns the workspace root AND the mounts enabled on this node (with their writable flags). Never guess mount names.

Reading — pick the honest tier, page deliberately

read auto-detects text / csv / json / pdf / html / xlsx / image / binary from the extension; as_type forces a tier when the extension lies.

  • Everything is paged with offset / limit. Check truncated and rows_total / lines_total / pages_total before summarizing — a truncated read is a sample, not the file.
  • Skim first, then zoom: read with the default limit to see the shape, then page into the region that matters. Do not crank limit to the max on the first read of an unknown file.
  • CSV/XLSX return columns + rows; JSON deep structures are pruned at depth 8 (pruned_paths tells you where — read a subpath as text if you need what was pruned).
  • Images return metadata plus a file reference — if the host model supports vision the image itself becomes visible; otherwise use the vision tool.
  • Binary files return a reference and checksum, never content. Pass the reference's path to a tool that can handle the format.

Writing — bounded and non-destructive

  • write replaces, append extends; both are UTF-8 text, workspace or writable mounts only.
  • There is NO delete. Do not try to empty files as a substitute; tell the user deletion is a manual action in the gallery panel.
  • copy_to_workspace imports a mount file into the workspace (never overwrites — it suffixes). Use it before operations that need a workspace reference: previews, drags, vision on mount images.

Read the full file on GitHub · 68 lines

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. 10d ago First seen · 68 lines · 57 tokens per session scan A 02950579621e

Subscribe to this mod's changes

data-skill is a skill published in the GitHub repository zeenie-ai/OpenCompany (878 stars, last pushed today), licensed MIT. It adds 57 tokens to every session and 715 once invoked, about $0.0003 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.