← 返回 Skills 市场
Onepassword
作者
aiwithabidi
· GitHub ↗
· v1.0.0
340
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install onepassword
功能描述
1Password Connect — vaults, items, secrets management for server-side applications.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install onepassword - 安装完成后,直接呼叫该 Skill 的名称或使用
/onepassword触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Onepassword 是什么?
1Password Connect — vaults, items, secrets management for server-side applications. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 340 次。
如何安装 Onepassword?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install onepassword」即可一键安装,无需额外配置。
Onepassword 是免费的吗?
是的,Onepassword 完全免费(开源免费),可自由下载、安装和使用。
Onepassword 支持哪些平台?
Onepassword 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Onepassword?
由 aiwithabidi(@aiwithabidi)开发并维护,当前版本 v1.0.0。
推荐 Skills