Fsi Strip Profile

🏢Official
by anthropics · vlatest · Repository

This skill extracts key information from lengthy text by creating concise profiles, streamlining analysis and boosting efficiency.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add fsi-strip-profile npx -- -y @trustedskills/fsi-strip-profile
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "fsi-strip-profile": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/fsi-strip-profile"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The fsi-strip-profile skill removes Personally Identifiable Information (PII) from Stripe profile data. It's designed to redact sensitive information like names, addresses, and email addresses while preserving the underlying structure of the data for analysis or testing purposes. This allows for safe sharing and processing of financial data without compromising privacy.

When to use it

  • Data Masking: You need to share Stripe profile data with a third party but cannot expose PII.
  • Testing & Development: You want to test applications using realistic Stripe data without containing actual customer information.
  • Compliance Audits: Preparing Stripe data for compliance audits requires removing sensitive details.
  • Internal Analysis: You need to analyze Stripe profile trends while protecting user privacy within your organization.

Key capabilities

  • PII redaction from Stripe profiles
  • Preserves data structure and format
  • Designed specifically for financial services use cases

Example prompts

  • "Strip the PII from this Stripe profile: [profile data]"
  • "Redact all personal information in this customer's Stripe account details."
  • "Can you remove names, addresses, and emails from this Stripe profile?"

Tips & gotchas

This skill is tailored for Stripe profiles. Ensure the input data is properly formatted as a Stripe profile object to achieve accurate redaction.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
anthropics
Installs
26

🏢 Official

Published by the company or team that built the technology.