← 返回 Skills 市场
144
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install pikvm
功能描述
Control and inspect PiKVM devices over the PiKVM HTTP API. Use when asked to operate a PiKVM, query power or HID status, type text or shortcuts remotely, tak...
安全使用建议
This skill looks coherent with its purpose, but protect the required environment variables (PIKVM_USER/PIKVM_PASS) as they grant control over the target device. Only point PIKVM_URL at hosts you trust. The script can upload local images (msd-upload) and can instruct the PiKVM to fetch remote images (msd-write_remote) — both are normal for this use but can be high-impact, so confirm destructive actions (power cycles, media changes, port switching) with the user before running. If you want extra assurance, review scripts/pikvm_api.py yourself and ensure Python's requests library is available in the execution environment.
功能分析
Type: OpenClaw Skill
Name: pikvm
Version: 1.0.1
The pikvm-control skill is a standard API wrapper for managing PiKVM devices. The Python script (scripts/pikvm_api.py) implements documented PiKVM HTTP API endpoints for power control, HID input, and virtual media management using the requests library. The instructions in SKILL.md explicitly include safety rules requiring user approval for high-impact or destructive actions, and there is no evidence of data exfiltration, obfuscation, or unauthorized execution logic.
能力评估
Purpose & Capability
Name/description, required binaries (python3), required env vars (PIKVM_URL, PIKVM_USER, PIKVM_PASS, PIKVM_VERIFY_SSL, PIKVM_USE_BASIC_AUTH), and the included script all map directly to calling the PiKVM HTTP API. Nothing requested appears unrelated to PiKVM control.
Instruction Scope
SKILL.md confines runtime actions to PiKVM API calls via scripts/pikvm_api.py, recommends starting with read-only endpoints, and explicitly demands confirmation for high-impact actions (power, media, switching). The script only reads local files when performing msd-upload (expected) and only communicates with the configured PiKVM URL. It does not instruct reading unrelated system files or exfiltrating data to third-party endpoints.
Install Mechanism
No install spec is provided and no remote downloads are performed by the skill itself; it's instruction-only with a bundled Python script. This is the lower-risk pattern for skills.
Credentials
Requested environment variables are the expected set for authenticating to PiKVM and controlling SSL/auth behavior. The primary credential (PIKVM_PASS) is appropriate. No unrelated secrets or cloud credentials are requested.
Persistence & Privilege
The skill does not request always:true, does not modify other skills' configs, and has no required config paths. It runs on demand and has typical agent-level privileges for an invocable skill.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pikvm - 安装完成后,直接呼叫该 Skill 的名称或使用
/pikvm触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Version 1.0.1
- Added version and metadata fields to SKILL.md for improved environment specification and integration.
- Declared required environment variables (PIKVM_URL, PIKVM_USER, PIKVM_PASS, etc.) and dependencies (python3) in metadata.
- Set primary environment variable as PIKVM_PASS.
- Linked to the official PiKVM API documentation as the homepage in metadata.
- No changes to skill logic, description, or usage instructions.
v1.0.0
Initial release of PiKVM control skill.
- Adds control and inspection capabilities for PiKVM devices via their HTTP API.
- Supports authentication (per-request headers, Basic Auth, and session login).
- Provides actions for device info, power state control, HID input, screen capture/OCR, virtual media management, and switch port operations.
- Enforces user confirmation for all high-impact or destructive commands.
- Documents standard usage patterns, environment variables, and workflow best practices.
元数据
常见问题
PiKVM 是什么?
Control and inspect PiKVM devices over the PiKVM HTTP API. Use when asked to operate a PiKVM, query power or HID status, type text or shortcuts remotely, tak... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 144 次。
如何安装 PiKVM?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pikvm」即可一键安装,无需额外配置。
PiKVM 是免费的吗?
是的,PiKVM 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
PiKVM 支持哪些平台?
PiKVM 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 PiKVM?
由 Cody Cook(@didyouexpectthat)开发并维护,当前版本 v1.0.1。
推荐 Skills