Muhammadatef

Kakashi Mask — Data skill for Claude Code

Data community

Mask sensitive data in a file using Kakashi (writes masked_ , agent-safe).

How to install Kakashi Mask

Installs to ~/.claude/skills/muhammadatef-kakashi-kakashi-mask/SKILL.md

Terminal
mkdir -p ~/.claude/skills/muhammadatef-kakashi-kakashi-mask && curl -fsSL https://raw.githubusercontent.com/Muhammadatef/kakashi/HEAD/commands/kakashi-mask.md -o ~/.claude/skills/muhammadatef-kakashi-kakashi-mask/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Kakashi Mask does


description: Mask sensitive data in a file using Kakashi (writes masked_, agent-safe)

Mask the file $ARGUMENTS using kakashi.

Steps

  1. Run in shell: kakashi scan "$ARGUMENTS" (fall back to npx -y @muhammadatef/kakashi scan "$ARGUMENTS").
  2. Show the user the count summary kakashi printed.
  3. If findings > 0, run: kakashi mask "$ARGUMENTS".
  4. Confirm: "Masked version saved as masked_ -- N replacements (X ID & docs, Y personal info, Z credentials)."
  5. Recommend th

Alternatives in Data

  • Bitbucket Data Center 71.9k ★
  • Financial Services — Reference agents, skills, and data connectors for the financial-services workflows we see most — investment ba 34.5k ★
  • Data Contract — This document defines which files belong to the system (auto-updatable) and which belong to the user (never to 32.5k ★

Full documentation available on GitHub

View Source Repository