← 返回 Skills 市场
zwwz22

xiaobai-print

作者 zhang sanfeng · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
237
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install xiaobai-print
功能描述
小白打印助手。通过仓库内置 wrapper 调用本地 MCP bridge,执行设备检查、能力确认、文件上传、任务创建和短状态确认。
安全使用建议
This skill appears to do what it says: it runs a local Node wrapper that forwards device checks, capability queries, uploads local files, and creates/cancels print jobs via a local bridge / upstream MCP. Before installing: 1) Only provide MY_MCP_TOKEN if you trust the upstream MCP service — this token is used to call upstream APIs and to obtain upload tokens which will place files on remote CDN/storage. 2) Be aware that uploadFile will read local files and send them to third-party storage (TENCENT_COS/OBS or similar) returned by the upstream; do not upload secrets or sensitive documents unless you trust the MCP endpoint. 3) Verify or set MY_MCP_BASE_URL to a trusted local bridge if you run one; the README/example includes an external upstream URL only as an example. 4) Inspect skills/xiaobai-print/scripts/invoke.js and the upload logic if you want assurance about what gets transmitted. 5) Consider creating a token with minimal scope and rotating it if you later revoke access.
功能分析
Package: (mcp) Version: Description: Use this skill when the user needs capabilities exposed by the local MCP bridge. It wraps 1 MCP tool behind a local Node.js wrapper. The package is a Model Context Protocol (MCP) server implementation designed to integrate with the 'Xiaobai Print' service. It provides a bridge between local MCP clients (like Claude or Cursor) and a remote printing infrastructure. The core logic includes proxying tool calls to a remote upstream server and a local 'uploadFile' utility that reads local files and uploads them to cloud storage (Tencent COS or Huawei OBS) to facilitate printing tasks. The code follows standard MCP SDK patterns, uses environment variables for authentication tokens, and its functionality aligns with its stated purpose of providing printing capabilities.
能力评估
Purpose & Capability
Name/description (print helper using a local MCP bridge) matches the requested binaries (node) and the single required env var (MY_MCP_TOKEN). The code implements a local wrapper/bridge and an invoke script that forwards tool calls to a local HTTP bridge or upstream MCP, which is coherent for a print integration.
Instruction Scope
SKILL.md gives explicit, narrow runtime instructions: run the included invoke.js with a specific tool name and JSON args, always run deviceReadyCheck and deviceGetCapability before printing, and upload local files only via uploadFile. The instructions do read local files (needed for upload) and perform network calls to the MCP/ CDN — both are expected for this functionality and are called out in the documentation.
Install Mechanism
There is no external install/download stage in the skill metadata (instruction-only install). The repository contains Node scripts and a generator/bridge implementation but nothing in the manifest fetches remote code at install time; the included scripts run locally via node, which is appropriate for this wrapper-based design.
Credentials
Only MY_MCP_TOKEN (primaryEnv) is required and is appropriate for calling the MCP upstream. However, that token is used to invoke upstream MCP APIs and obtain upload tokens, so it enables network actions and remote storage of files — users should ensure the token's scope/trustworthiness and avoid supplying highly sensitive files for upload.
Persistence & Privilege
always is false and the skill does not request to modify other skills or system-wide agent settings. It runs on-demand via the invoke script and does not demand permanent elevated presence.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install xiaobai-print
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /xiaobai-print 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of 小白打印助手 skill. - 支持通过本地 MCP bridge 检查设备、确认能力、上传文件、创建/查询/取消打印任务 - 严格定义五步打印工作流,确保可靠和安全使用流程 - 提供丰富参数支持(如纸张尺寸、介质类型、单双面、页码范围等) - 明确设备与打印任务状态反馈,便于用户排查与确认 - 完善失败处理及用户提示,提升使用体验
元数据
Slug xiaobai-print
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

xiaobai-print 是什么?

小白打印助手。通过仓库内置 wrapper 调用本地 MCP bridge,执行设备检查、能力确认、文件上传、任务创建和短状态确认。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 237 次。

如何安装 xiaobai-print?

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

xiaobai-print 是免费的吗?

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

xiaobai-print 支持哪些平台?

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

谁开发了 xiaobai-print?

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

💬 留言讨论