← 返回 Skills 市场
OCMAP Pairing Auth
作者
maverick-software
· GitHub ↗
· v1.1.0
· MIT-0
190
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ocmap-pairing-auth
功能描述
Implement one-time pairing-code authentication between an OpenClaw gateway and a desktop or remote client such as OCMAP. Use when adding or updating pairing....
安全使用建议
This is a documentation/design-only skill that appears internally consistent. Before implementing or shipping code based on these docs: (1) confirm the skill source and trustworthiness if you obtained it externally; (2) enforce the short TTLs and single-use semantics for codes/bootstrap tokens; (3) ensure bootstrap tokens are short-lived and limited in scope, and that long-lived trusted-device tokens are stored only in backend/main process secure storage (OS keychain or encrypted app storage) and never exposed to UI renderers or logs; (4) add rate limiting, atomic marking of used codes, and feature-flag gating as suggested; and (5) run the recommended test matrix to verify there is no accidental token leakage or handshake bypass. If you plan to install code (not present here), review that code for network endpoints, storage locations, and any unexpected credential usage.
功能分析
Type: OpenClaw Skill
Name: ocmap-pairing-auth
Version: 1.1.0
The bundle contains architectural specifications and instructions for implementing a standard one-time pairing-code authentication system between an OpenClaw gateway and a desktop client (OCMAP). The documentation (SKILL.md, protocol.md) outlines a secure cryptographic handshake using ed25519 signatures, short-lived bootstrap tokens, and single-use codes. It explicitly emphasizes security best practices, such as rate-limiting, avoiding insecure storage like localStorage, and adhering to existing 'connect-first' rules, with no indicators of malicious intent or data exfiltration.
能力评估
Purpose & Capability
Name/description match the provided SKILL.md and reference docs. The skill does not request unrelated binaries, credentials, or config paths and only describes protocol/implementation guidance appropriate to pairing auth.
Instruction Scope
The instructions are narrowly scoped to generating short-lived pairing codes, minting bootstrap auth, enforcing a connect-first handshake, validating signed device proofs, persisting trust in backend storage, and revocation. They do not instruct reading unrelated files, exfiltrating secrets, or contacting external endpoints beyond the implied gateway APIs.
Install Mechanism
No install spec or code is included (instruction-only). Nothing will be written to disk or downloaded by the skill itself, which keeps install risk minimal.
Credentials
The skill declares no required environment variables or credentials. It references short-lived bootstrap tokens and trusted-device tokens as part of the protocol, which is consistent and proportionate to the pairing functionality.
Persistence & Privilege
The skill is not marked always:true, does not request persistent system-wide privileges, and does not instruct changing other skills' configs. It recommends storing trusted tokens in backend/main process storage, which is an appropriate architectural guideline.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ocmap-pairing-auth - 安装完成后,直接呼叫该 Skill 的名称或使用
/ocmap-pairing-auth触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Add bootstrap-auth connect-first pairing flow, document Clawpodz UI split, and clarify separate code/nonce modal UX.
元数据
常见问题
OCMAP Pairing Auth 是什么?
Implement one-time pairing-code authentication between an OpenClaw gateway and a desktop or remote client such as OCMAP. Use when adding or updating pairing.... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 190 次。
如何安装 OCMAP Pairing Auth?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ocmap-pairing-auth」即可一键安装,无需额外配置。
OCMAP Pairing Auth 是免费的吗?
是的,OCMAP Pairing Auth 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
OCMAP Pairing Auth 支持哪些平台?
OCMAP Pairing Auth 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 OCMAP Pairing Auth?
由 maverick-software(@maverick-software)开发并维护,当前版本 v1.1.0。
推荐 Skills