📦 playwright-download-fix — 修正下载名
v1.0.1在 Playwright 运行期间监听下载事件,将 UUID 临时文件名自动还原为服务器原始文件名,确保下载文件保持正确名称,无需手动重命名。
0· 183·0 当前·0 累计
下载技能包
最后更新
2026/3/23
安全扫描
OpenClaw
安全
high confidenceNULL
评估建议
This package appears to do exactly what it says: saving Playwright downloads with their suggested filenames. Before running, inspect the files (download-helper.js, standalone-script.js), ensure you trust the environment and the download directory, install Playwright from the official registry, and be cautious when automating downloads from sites that require login or contain private data—do not use stolen credentials or violate a site's terms. Run it in a controlled environment if you have any d...详细分析 ▾
✓ 用途与能力
Name, description, SKILL.md, README and included JS files all implement the same functionality (intercept Playwright 'download' events and save with suggestedFilename). No unrelated credentials, binaries, or permissions are requested.
ℹ 指令范围
Runtime instructions and examples focus on creating a Playwright context and using the DownloadHelper; they reference creating an alias and a local ~/.openclaw-autoclaw path (environment-specific but not malicious). Example scripts navigate to external sites (e.g., rd6.zhaopin.com) and suggest manual login — this is user-driven and could involve downloading sensitive data if the user logs into private accounts, so exercise caution and ensure compliance with site policies.
✓ 安装机制
No install spec or network download in the skill; it's distributed as code files. There are no remote URLs, installers, or archive extraction steps in the package.
✓ 凭证需求
The skill requires no environment variables, tokens, or external credentials. It uses the user's HOME to resolve '~/downloads', which is appropriate for a local downloader.
✓ 持久化与权限
always is false and the skill does not request persistent platform-wide privileges or modify other skills. It only registers and removes Playwright page listeners within its own lifecycle.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.12026/3/22
NULL
● 无害
安装命令
点击复制官方npx clawhub@latest install playwright-download-fix
镜像加速npx clawhub@latest install playwright-download-fix --registry https://cn.longxiaskill.com镜像同步中