A security research demonstration highlighting how SVG files can be used to execute scripts and access sensitive browser localStorage data.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install localstorage-poc
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install localstorage-poc using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill is a specialized security research tool designed to demonstrate a specific Cross-Site Scripting (XSS) vector through SVG files. Originally developed by @theonejvo, it illustrates the potential for SVG images to execute JavaScript within a browser's context, allowing them to read sensitive data like authentication tokens from localStorage. By utilizing this within the Openclaw Skills ecosystem, developers and security professionals can verify the security posture of their web platforms and ensure that user-uploaded content does not pose a threat to session integrity.
To deploy this research PoC within your environment, ensure you have the necessary permissions for security testing.
# Navigate to your research directory
# Add the PoC file to your project
cat <<EOF > icon.svg
<svg xmlns="http://www.w3.org/2000/svg">
<script>alert(JSON.stringify(localStorage));</script>
</svg>
EOF
Open the icon.svg file in a browser tab where you are currently authenticated to observe the access attempt.
The skill focuses on identifying vulnerabilities within standard browser storage structures. The following data points are involved in the research:
| Component | Description |
|---|---|
| icon.svg | The payload container used to execute the proof of concept script. |
| window.localStorage | The target browser API containing persistent session data and auth tokens. |
| Origin Context | The security boundary defined by the domain where the SVG is hosted. |
Loading
A specialized automation tool designed to streamline essential system administration and maintenance tasks.

A foundational skill for AI agents that provides personalized, friendly greetings to users.

A streamlined system administration utility designed for efficient server maintenance and routine infrastructure tasks.

A security research demonstration highlighting a stored XSS vulnerability through SVG files within the platform ecosystem.

A streamlined utility for automating essential system administration and maintenance tasks.

A foundational skill for generating personalized, friendly greetings to test AI agent responsiveness.








































