safe-data-export

safe-data-export is a skill for Claude Code, Codex from iamakbarsha1/whetstone. It costs 94 tokens per session (1,016 once invoked), scanned A, original, CC-BY-4.0.

Instructions for safely exporting sensitive or large data into a path inside a version-controlled project. Version control records file changes so they can be reviewed and shared.

In plain words
What is it for?
Use it when dumping a database, extracting observations, exporting data, or saving logs inside a tracked project directory.
Why use it?
It treats an unreviewed commit of exported data as a risk, especially when the data is private or too large. The supplied description does not specify the exact export format or storage process.

Skill for Claude CodeCodex

Part of the whetstone plugin — 24 skills shipped together

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/iamakbarsha1/whetstone/safe-data-export
Any agent
npx skills add iamakbarsha1/whetstone --skill safe-data-export
Clone the repo
git clone --depth 1 https://github.com/iamakbarsha1/whetstone

Made for: Claude Code, Codex.

Or install whetstone, the plugin that ships this one along with the rest of its 24 skills.

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 safe-data-export

README.md
[![agentmods](https://agentmods.dev/badge/skills/iamakbarsha1/whetstone/safe-data-export.svg)](https://agentmods.dev/skills/iamakbarsha1/whetstone/safe-data-export)
Your own site
<a href="https://agentmods.dev/skills/iamakbarsha1/whetstone/safe-data-export"><img src="https://agentmods.dev/badge/skills/iamakbarsha1/whetstone/safe-data-export.svg" alt="Measured on agentmods" height="20"></a>
Per session 94 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,016 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.00094 $0.01016
Opus 5 $0.00047 $0.00508
Sonnet 5 $0.00019 $0.00203
Haiku 4.5 $0.00009 $0.00102

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

Security

Grade A, and why

safe-data-export 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 4d 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.

skills/safe-data-export/SKILL.md · 85 lines

The source is not reproduced here

Licensed CC-BY-4.0

The repository is licensed CC-BY-4.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

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. 4d ago First seen · 85 lines · 94 tokens per session scan A 4f00e2c40a3a

Subscribe to this mod's changes

safe-data-export is a skill published in the GitHub repository iamakbarsha1/whetstone (3 stars, last pushed 18d ago), licensed CC-BY-4.0. It adds 94 tokens to every session and 1,016 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-31.

Related

Other skills, from other repositories

lean-commit

Ultra-compressed commit message generator. Cuts noise from commit messages while preserving intent and reasoning. Conventional Commits format. Subject ≤50 chars, body only when "why" isn't obvious. Use when user says "write a commit", "commit message", "generate commit", "/commit", or invokes…

utk2103/Prompt-Studio · 80 tokens

compress

Prompt-Studio memory compressor. Shrinks CLAUDE.md, todo lists, and preference files into Prompt-Studio's lean format to cut input tokens on every load. Preserves all technical substance, code, URLs, and structure. Compressed output overwrites the original; human-readable backup stored out-of-tree as FILE.original.md…

utk2103/Prompt-Studio · 98 tokens

lean-gain

Show Lean's measured impact as a compact scoreboard: less code, more speed, from the benchmark medians. One-shot display, not a persistent mode, and not a per-repo number. Trigger: /lean-gain, "lean gain", "what does lean save", "show lean impact", "lean scoreboard".

utk2103/Prompt-Studio · 69 tokens

lean-debt

Harvest every lean: comment in the codebase into a debt ledger, so the deliberate shortcuts and deferrals Lean leaves behind get tracked instead of rotting into "later means never". Use when the user says "lean debt", "/lean-debt", "what did lean defer", "list the shortcuts", "lean ledger", or "what did we mark to do…

utk2103/Prompt-Studio · 87 tokens

lean-help

Quick-reference card for all Lean modes, skills, and commands. One-shot display, not a persistent mode: shows the card and exits without switching levels, writing flag files, or persisting anything. Trigger: /lean-help, "lean help", "what lean commands", "how do I use lean", "lean cheatsheet", "lean reference".

utk2103/Prompt-Studio · 74 tokens

kumihimo-iteration

Run ONE iteration of the Kumihimo build loop — take the next item off the queue, ground it against PLAN.md, build it, verify it, document it, commit it. Use when Thomas invokes /kumihimo-iteration (often wrapped in /loop for unattended runs) or asks for another build pass on Kumihimo. Covers the queue, verification…

tzavislan/kumihimo · 98 tokens