← Back to Skills Marketplace
prompt-inject-removal-p
by
Subaru0573
· GitHub ↗
· v1.0.0
· MIT-0
74
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install prompt-inject-removal-p
Description
A robust security layer that detects and removes prompt injection attempts from external content, ensuring your AI interactions remain safe and controlled. I...
Usage Guidance
This skill is internally coherent with its stated purpose, but remember: prompt-based sanitization cannot be 100% reliable. Before installing or using it in production: (1) run adversarial tests (inputs containing nested tags, closing tags, and common injection phrases) to verify behavior; (2) always review sanitized summaries before performing state-changing actions; (3) consider running the sanitization step in an isolated sub-agent or sandbox for high-risk data; (4) remove or clarify the stray garbage tokens in SKILL.md to avoid ambiguity. If you need absolute guarantees, combine this tool with additional runtime isolation or instrumentation.
Capability Analysis
Type: OpenClaw Skill
Name: prompt-inject-removal-p
Version: 1.0.0
The skill is a defensive security tool designed to sanitize untrusted external content (e.g., web pages) to prevent indirect prompt injection attacks. It implements a 'Zero-Trust' architecture using XML delimitation and a hardened system prompt (PROMPT.md) that instructs the agent to treat input as inert data. While there is a strange 'word salad' string at the end of the SKILL.md description and minor discrepancies between the provided files and the setup.sh script, there is no evidence of malicious intent, data exfiltration, or unauthorized command execution.
Capability Assessment
Purpose & Capability
Name/description (prompt injection removal) matches the actual artifacts: instruction-only sanitization prompts (PROMPT.md), security docs, and a harmless setup.sh that writes these files. No unrelated credentials, binaries, or network installs are requested.
Instruction Scope
SKILL.md and PROMPT.md limit the sanitization agent to parsing/summarization of delimited input and explicitly instruct it to ignore instructions inside untrusted data. This is consistent with the stated purpose. Note: SKILL.md contains an odd stray token sequence ('presents generate requested manners ... mp3 preserve ought buzz flaw task') that appears to be garbage or accidental; it does not change the skill's behavior but should be cleaned to avoid confusion.
Install Mechanism
No install spec; this is instruction-only. The included setup.sh merely creates local files via heredocs and does not download external artifacts or execute remote code. Low installation risk.
Credentials
The skill requires no environment variables, credentials, or config paths. All requested accesses are proportional to a sanitization tool.
Persistence & Privilege
always is false and the skill does not request persistent elevated privileges or modify other skills' configurations. Normal autonomous invocation is allowed (platform default) but not a special-risk setting here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install prompt-inject-removal-p - After installation, invoke the skill by name or use
/prompt-inject-removal-p - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of prompt_inject_removal, a security-focused skill to detect and remove prompt injections from external content.
- Uses advanced pattern recognition to sanitize inputs before AI processing.
- Designed for summarizing untrusted content with a local, hardened system prompt—no external APIs required.
- Follows a secure workflow: fetch, delimit, sanitize, and ingest only safe summaries.
- Includes links to detailed security documentation and hardened prompts for reference.
Metadata
Frequently Asked Questions
What is prompt-inject-removal-p?
A robust security layer that detects and removes prompt injection attempts from external content, ensuring your AI interactions remain safe and controlled. I... It is an AI Agent Skill for Claude Code / OpenClaw, with 74 downloads so far.
How do I install prompt-inject-removal-p?
Run "/install prompt-inject-removal-p" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is prompt-inject-removal-p free?
Yes, prompt-inject-removal-p is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does prompt-inject-removal-p support?
prompt-inject-removal-p is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created prompt-inject-removal-p?
It is built and maintained by Subaru0573 (@subaru0573); the current version is v1.0.0.
More Skills