@techsologic/unolock-agent
v2.0.20
Published
UnoLock Agent CLI and local runtime
Readme
UnoLock Agent
UnoLock Agent is the local CLI and MCP runtime for connecting AI hosts to UnoLock Safes.
Install
Install the CLI with npm:
npm install -g @techsologic/unolock-agentOr download a standalone binary:
https://github.com/TechSologic/unolock-agent-releases/releases
Quick Start
Register the agent, then verify it can talk to UnoLock:
unolock-agent register 'https://safe.example/#/agent-register/...' 1
unolock-agent status
unolock-agent list-spacesFor MCP hosts that need an explicit command:
unolock-agent mcpHost Guidance
Recommended paths by host:
- Claude Desktop and Cursor: configure the host to run
unolock-agent mcp - Claude Code: install
@techsologic/unolock-agent, export the shared skill bundle, then start withclaude --plugin-dir ... - OpenClaw: install
@techsologic/unolock-agent-plugin - CLI-only hosts: run
unolock-agentdirectly
Documentation
- product site:
https://unolock.ai - install guide:
https://unolock.ai/install-mcp.html - agent connect guide:
https://unolock.ai/connect-agent.html - support:
https://www.unolock.com/support.html
