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.
npx skills add zeenie-ai/OpenCompany --skill data-skillgit clone --depth 1 https://github.com/zeenie-ai/OpenCompanyWrote 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.
[](https://agentmods.dev/skills/zeenie-ai/opencompany/data-skill)<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.
<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>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once 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 |
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.
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. Checktruncatedandrows_total/lines_total/pages_totalbefore 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
limitto the max on the first read of an unknown file. - CSV/XLSX return
columns+rows; JSON deep structures are pruned at depth 8 (pruned_pathstells 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
visiontool. - 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
writereplaces,appendextends; 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_workspaceimports 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.
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.
- 10d ago First seen · 68 lines · 57 tokens per session scan A 02950579621e
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.
Other skills, from other repositories
gog
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
notion
Notion CLI/API for pages, Markdown content, data sources, files, comments, search, Workers, and raw API calls.
feishu-doc
Feishu document read/write workflows. Activate when the user mentions Feishu docs, cloud docs, or docx links.
summarize
Summarize or transcribe URLs, YouTube/videos, podcasts, articles, transcripts, PDFs, and local files.
feishu-drive
Feishu cloud-storage and comment workflows. Activate when the user mentions cloud space, folders, Drive files, or document comments.
feishu-wiki
Feishu knowledge-base navigation workflows. Activate when the user mentions a knowledge base, wiki, or wiki link.