← 返回 Skills 市场
226
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install qmap-client
功能描述
CLI tool for the QuantMap distributed computing protocol. Manages node setup, task execution, and result submission on devnet.
安全使用建议
This skill appears to be a normal CLI for a devnet protocol, but there are two things to check before installing or allowing agent-driven use: (1) verify the npm package (@alphify/qmap-client) is from a trusted source — inspect its npm page, tarball, or source repository and prefer installing manually in a sandbox; (2) be aware the CLI will create and use local identity files (~/.qmap/...), which likely contain private keys; back them up, restrict their filesystem permissions, and don't let an autonomous agent run wallet/join-network commands with them unless you trust the package. If you need higher assurance, request the skill provider's source repo or a reproducible build, run the CLI in a container or VM, and avoid global npm installs (use a virtual environment or npm prefix) or give the skill least privilege by running commands manually rather than allowing autonomous invocation.
功能分析
Type: OpenClaw Skill
Name: qmap-client
Version: 0.1.2
The qmap-client skill is a standard CLI wrapper for the QuantMap distributed computing protocol. It facilitates node management and task execution via the @alphify/qmap-client npm package. The SKILL.md and metadata contain no evidence of malicious intent, data exfiltration, or prompt-injection attacks, focusing instead on legitimate protocol operations and local identity management.
能力评估
Purpose & Capability
The declared purpose (CLI for a devnet distributed-compute protocol) matches the required binaries (node, npm) and the SKILL.md's install of @alphify/qmap-client. However the registry metadata claims no required config paths or env vars while the SKILL.md references ~/.qmap/profiles/devnet.env and local identity files — a metadata/instruction mismatch.
Instruction Scope
Instructions explicitly tell an agent/user to install the qmap CLI globally and run wallet/node management and task-claiming commands. Those commands will read/write local identity files and contact a network (devnet). The instructions do not ask the agent to read unrelated system files, but they do rely on a local config path that the registry did not declare.
Install Mechanism
The SKILL.md calls for npm i -g @alphify/qmap-client (a public npm package). Installing a global npm package is a moderate-risk install mechanism because it downloads and executes third-party code and writes binaries to the system PATH. This is expected for a CLI but the registry-level install spec was absent/empty while the SKILL.md includes its own install instructions.
Credentials
No env vars or credentials are declared, yet the tool manages wallets/identities and references ~/.qmap/profiles/devnet.env and local identity files (likely containing private keys). The skill does not declare this sensitive config path in its registry metadata, so the agent/user could inadvertently expose or let the agent operate on secrets without clear notice.
Persistence & Privilege
always is false and the skill is not force-included; autonomous invocation is allowed (platform default). The skill does request installing a global binary (which persists on disk), but it doesn't claim elevated platform privileges or modify other skills' configs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install qmap-client - 安装完成后,直接呼叫该 Skill 的名称或使用
/qmap-client触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.2
Improved documentation clarity and install metadata.
v0.1.1
Improved metadata and install method. Switched to npm package install.
v0.1.0
Initial release: QuantMap Solana v2 worker/validator client with ed25519 auth, nonce replay protection, and signed package verification.
元数据
常见问题
QMAP Client 是什么?
CLI tool for the QuantMap distributed computing protocol. Manages node setup, task execution, and result submission on devnet. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 226 次。
如何安装 QMAP Client?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install qmap-client」即可一键安装,无需额外配置。
QMAP Client 是免费的吗?
是的,QMAP Client 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
QMAP Client 支持哪些平台?
QMAP Client 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin)。
谁开发了 QMAP Client?
由 Karden(@chatrichai)开发并维护,当前版本 v0.1.2。
推荐 Skills