Information Hiding
This skill obscures sensitive data by replacing it with placeholder values, safeguarding privacy and reducing risk exposure.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add information-hiding npx -- -y @trustedskills/information-hiding
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"information-hiding": {
"command": "npx",
"args": [
"-y",
"@trustedskills/information-hiding"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows an AI agent to selectively reveal or conceal information during interactions. It enables agents to control what details are shared, preventing oversharing and maintaining appropriate boundaries in conversations. The skill facilitates nuanced communication by allowing agents to tailor responses based on context and user roles.
When to use it
- Sensitive data handling: When dealing with personal or confidential information, the agent can be instructed to omit specific details from its output.
- Role-playing scenarios: An agent playing a character might need to hide certain aspects of their backstory or motivations.
- Controlled disclosures: When providing explanations or instructions, the skill allows for gradual release of information rather than an overwhelming dump.
- Maintaining privacy: The agent can be configured to avoid revealing identifying details about itself or its creators.
Key capabilities
- Selective information disclosure
- Context-aware filtering
- Role-based access control (implied)
- Boundary maintenance in conversations
Example prompts
- "Respond to this email, but omit any mention of project budget."
- "As a detective, answer questions about the case, but don't reveal your suspicions about the butler."
- "Explain how to bake a cake, but only provide the ingredient list initially; ask if they want instructions before proceeding."
Tips & gotchas
The effectiveness of this skill depends on clear and specific instructions regarding what information should be hidden. Ambiguous prompts may lead to unexpected or incomplete responses.
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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.