Fetch a URL with curl/wget, extract inline base64 data URIs, and best-effort decode any content to inspect embedded assets.
用于从HTML或CSS中快速提取内联资源并检查base64编码负载的实用工具。
PowerShell:
powershell
powershell -ExecutionPolicy Bypass -File run.ps1.txt -Url https://example.com
保存原始响应并解码任何内容:
powershell
powershell -ExecutionPolicy Bypass -File run.ps1.txt -Url https://example.com -SaveResponse -DecodeResponse
限制提取资源数量并选择输出目录:
powershell
powershell -ExecutionPolicy Bypass -File run.ps1.txt -Url https://example.com -OutDir probe_out -MaxAssets 20
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 inline-asset-probe-1776190141 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 inline-asset-probe-1776190141 技能
skillhub install inline-asset-probe-1776190141
文件大小: 3.04 KB | 发布时间: 2026-4-17 15:05