← 返回 Skills 市场
ykjack2005

uos-printer-driver-downloader

作者 ykjack2005 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
78
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install uos-printer-driver-downloader
功能描述
本技能用于从统信UOS驱动中心搜索并下载打印机驱动程序。技能包含多个Python脚本,提供分离式和一体化两种使用方式。
安全使用建议
The skill appears to do what it says: search the UOS driver API and download .deb files. Before running: (1) Review and, if needed, edit the scripts to change the hard-coded download path (/Users/yangkaijian/Desktop) to a location you control; (2) Run the scripts in a confined environment (container or non-root account) the first time to verify behavior; (3) Inspect downloaded .deb files before installation (don’t blindly dpkg/apt install them); (4) Ensure your network policy allows requests to https://www.chinauos.com and that this is an expected source; (5) If you need higher assurance, ask the author for a canonical homepage or signed releases — lack of a homepage/source origin is a minor trust gap. Overall the skill is internally coherent but exercise normal caution for any code that downloads and writes executables to disk.
功能分析
Type: OpenClaw Skill Name: uos-printer-driver-downloader Version: 1.0.0 The skill bundle is a legitimate utility designed to search for and download printer drivers from the official UnionTech UOS (统信UOS) driver center. The scripts (list_printers.py, download_driver.py, download_printer.py) use the requests library to interact with official APIs (chinauos.com) and handle file downloads as described. While download_driver.py contains a hardcoded developer-specific path (/Users/yangkaijian/Desktop), this appears to be an unintentional leftover from development rather than a malicious indicator, and the integrated download_printer.py correctly allows for user-specified directories.
能力评估
Purpose & Capability
Name/description align with included Python scripts and declared API endpoints (chinauos.com). The code only performs searches and two-step downloads from the stated UOS driver APIs and writes driver .deb files to disk; no unrelated services or credentials are requested.
Instruction Scope
SKILL.md and the scripts are consistent: they install requests, call the documented search/download APIs, save results to driver_list.json and write .deb files. Minor scope concerns: examples and defaults reference system-specific paths (/opt/miniconda3/bin/python3 and a hard-coded /Users/yangkaijian/Desktop path in download_driver.py) which may be inappropriate on other systems and could cause files to be written to an unexpected location if not changed.
Install Mechanism
No install spec; this is instruction+script content only. No downloads or extracted archives during install — scripts are included in the skill bundle.
Credentials
Skill requests no environment variables, credentials, or config paths. Network access is required to chinauos.com (expected for the stated functionality). No other secrets or unrelated services are referenced.
Persistence & Privilege
always is false and the skill does not request persistent system privileges or modify other skills/config. It writes files only to the working/download directories and the driver_list.json file.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install uos-printer-driver-downloader
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /uos-printer-driver-downloader 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the uos-printer-driver-downloader skill. - Search and download printer drivers from the UOS driver center. - Supports both separated (search then download) and integrated (search & download in one step) workflows via multiple Python scripts. - Command-line and interactive usage supported; drivers can be filtered by architecture (e.g., amd64, arm64). - Search results and selections are saved to JSON for later use; downloaded files are saved in .deb format. - Detailed usage guidance, error handling, and output explanation provided. - Suitable for driver installation, bulk download, and version management on UOS or compatible Linux systems.
元数据
Slug uos-printer-driver-downloader
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

uos-printer-driver-downloader 是什么?

本技能用于从统信UOS驱动中心搜索并下载打印机驱动程序。技能包含多个Python脚本,提供分离式和一体化两种使用方式。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 78 次。

如何安装 uos-printer-driver-downloader?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install uos-printer-driver-downloader」即可一键安装,无需额外配置。

uos-printer-driver-downloader 是免费的吗?

是的,uos-printer-driver-downloader 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

uos-printer-driver-downloader 支持哪些平台?

uos-printer-driver-downloader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 uos-printer-driver-downloader?

由 ykjack2005(@ykjack2005)开发并维护,当前版本 v1.0.0。

💬 留言讨论