🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Prompt Injection Removal

by @quarantiine

A secure sanitization system to strip instructions from external content.

Versionv1.0.1
Downloads827
Installs1
TERMINAL
clawhub install prompt-inject-removal

πŸ“– About This Skill


name: prompt_inject_removal description: A secure sanitization system to strip instructions from external content. metadata: { "homepage": "https://clawhub.ai/Quarantiine/prompt-inject-removal", "openclaw": { "emoji": "πŸ›‘οΈ" }, "tags": ["security", "sanitization", "prompt-injection", "defense-in-depth"], }

πŸ›‘οΈ Prompt Inject Removal

This skill provides a secure way to summarize untrusted external content (web pages, articles, blogs) by routing it through a "Zero-Trust" sanitization prompt.

πŸš€ Setup & Configuration

This skill is powered by a local, hardened system prompt. No external API keys or complex configuration are required.

πŸ“ Workflow (Sanitization)

1. Fetch: Raw content is retrieved via \web_fetch\ or \browser\. 2. Delimit: The content is wrapped in \\ tags. 3. Sanitize: The Main Agent processes the content using the rules in [PROMPT.md]. 4. Ingest: Only the resulting sanitized summary is used in the conversation.

πŸ“– Security Reference

  • Detailed Security Docs: [references/security.md]
  • Hardened System Prompt: [PROMPT.md]

  • _Disclaimer: This is a defense-in-depth tool. While it significantly mitigates prompt injection risks, no prompt-based sanitization is 100% foolproof. Review sanitized data before performing state-changing actions._