← Back to Skills Marketplace
Onepassword
by
aiwithabidi
· GitHub ↗
· v1.0.0
340
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install onepassword
Description
1Password Connect — vaults, items, secrets management for server-side applications.
Usage Guidance
This skill appears to implement a simple 1Password Connect CLI and legitimately asks for OP_CONNECT_TOKEN and OP_CONNECT_HOST. Before installing or supplying a real token: 1) Inspect the code yourself (or have someone you trust do it). The script will, if an env var is missing, read WORKSPACE or ~/.openclaw/workspace/.env to obtain values — make sure you don't have unrelated secrets in those files. 2) Confirm OP_CONNECT_HOST points to a trusted 1Password Connect server (do not give your token to an unknown host). 3) Consider testing with a minimally-permissioned token or a throwaway token in a sandboxed agent first. 4) Note the script has some string/placeholder bugs (e.g., inconsistent placeholder names) that may cause commands to fail; that looks like sloppy implementation rather than malicious intent, but it means you should be cautious. If you need higher confidence, ask the publisher for provenance (source repo or official documentation) or run the script in an isolated environment before using production credentials.
Capability Analysis
Type: OpenClaw Skill
Name: onepassword
Version: 1.0.0
The 1Password skill contains functional bugs and security vulnerabilities in 'scripts/onepassword.py'. Specifically, it lacks input sanitization when constructing API URLs (e.g., in 'cmd_get_item' and 'cmd_delete_item'), which could allow for path manipulation or unintended API requests. Furthermore, the script contains logic errors where placeholder replacement fails due to mismatched naming (e.g., attempting to replace '{vault-id}' in a string containing '{vault_id}'). While the script's behavior of reading credentials from a workspace '.env' file is aligned with its stated purpose, the poor implementation of URL construction meets the criteria for a suspicious classification.
Capability Assessment
Purpose & Capability
Name and description (1Password Connect) align with the required environment variables OP_CONNECT_TOKEN and OP_CONNECT_HOST and with the provided CLI behavior (vaults, items, health). Asking for a Connect token and host is appropriate for this purpose.
Instruction Scope
SKILL.md instructs running the included CLI and documents OP_CONNECT_TOKEN and OP_CONNECT_HOST, but the Python script also attempts to read a .env file from WORKSPACE or ~/.openclaw/workspace/.env when env vars are missing. That file-read behavior is not declared in SKILL.md metadata and could cause the tool to access other local configuration files unexpectedly. The script otherwise only talks to the host specified by OP_CONNECT_HOST.
Install Mechanism
No install spec (instruction-only plus a single Python script). No remote downloads or package installs — lowest install risk.
Credentials
Only OP_CONNECT_TOKEN (primary) and OP_CONNECT_HOST are required, which is proportionate. However the script also reads the WORKSPACE environment variable (if present) and will parse a .env file under that workspace or ~/.openclaw/workspace/.env to look up missing env values. WORKSPACE is not declared in the metadata and reading .env files is an additional implicit source of secrets.
Persistence & Privilege
always is false and the skill does not request to be force-enabled or modify other skills/config. It doesn't persist credentials itself beyond reading envs/.env.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install onepassword - After installation, invoke the skill by name or use
/onepassword - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of the 1Password skill for server-side secrets management.
- Provides CLI commands for managing 1Password vaults, items, and secrets.
- Requires environment variables OP_CONNECT_TOKEN and OP_CONNECT_HOST for authentication.
- Outputs all responses in JSON format.
- No external dependencies; compatible with Python 3.10+ standard library.
- Includes health check and heartbeat commands for Connect server status.
Metadata
Frequently Asked Questions
What is Onepassword?
1Password Connect — vaults, items, secrets management for server-side applications. It is an AI Agent Skill for Claude Code / OpenClaw, with 340 downloads so far.
How do I install Onepassword?
Run "/install onepassword" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Onepassword free?
Yes, Onepassword is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Onepassword support?
Onepassword is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Onepassword?
It is built and maintained by aiwithabidi (@aiwithabidi); the current version is v1.0.0.
More Skills