← Back to Skills Marketplace
OCMAP Pairing Auth
by
maverick-software
· GitHub ↗
· v1.1.0
· MIT-0
190
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install ocmap-pairing-auth
Description
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....
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ocmap-pairing-auth - After installation, invoke the skill by name or use
/ocmap-pairing-auth - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
Add bootstrap-auth connect-first pairing flow, document Clawpodz UI split, and clarify separate code/nonce modal UX.
Metadata
Frequently Asked Questions
What is 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.... It is an AI Agent Skill for Claude Code / OpenClaw, with 190 downloads so far.
How do I install OCMAP Pairing Auth?
Run "/install ocmap-pairing-auth" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is OCMAP Pairing Auth free?
Yes, OCMAP Pairing Auth is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does OCMAP Pairing Auth support?
OCMAP Pairing Auth is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created OCMAP Pairing Auth?
It is built and maintained by maverick-software (@maverick-software); the current version is v1.1.0.
More Skills