inline-asset-probe
/install inline-asset-probe
Inline Asset Probe
Practical utility for quickly extracting inline assets from HTML or CSS and inspecting base64-encoded payloads.
What It Does
- Fetches a target URL using curl or wget
- Scans for inline
data:*;base64,assets and saves them as files - Optionally base64-decodes the entire response as a best-effort probe
Usage
PowerShell:
powershell -ExecutionPolicy Bypass -File run.ps1.txt -Url https://example.com
Save raw response and decode any content:
powershell -ExecutionPolicy Bypass -File run.ps1.txt -Url https://example.com -SaveResponse -DecodeResponse
Limit extracted assets and choose output directory:
powershell -ExecutionPolicy Bypass -File run.ps1.txt -Url https://example.com -OutDir probe_out -MaxAssets 20
Output
probe_out/response.binwhen-SaveResponseprobe_out/assets/asset_*.extfor extracted inline assetsprobe_out/decoded.binwhen-DecodeResponse
Notes
-DecodeResponseperforms a best-effort base64 decode of any content by stripping non-base64 characters and padding to a 4-byte boundary.- Works best for HTML/CSS pages with inline data URIs.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install inline-asset-probe - After installation, invoke the skill by name or use
/inline-asset-probe - Provide required inputs per the skill's parameter spec and get structured output
What is inline-asset-probe?
Fetch a URL with curl/wget, extract inline base64 data URIs, and best-effort decode any content to inspect embedded assets. It is an AI Agent Skill for Claude Code / OpenClaw, with 153 downloads so far.
How do I install inline-asset-probe?
Run "/install inline-asset-probe" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is inline-asset-probe free?
Yes, inline-asset-probe is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does inline-asset-probe support?
inline-asset-probe is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created inline-asset-probe?
It is built and maintained by yibeiqingtian-ai (@yibeiqingtian-ai); the current version is v1.0.0.