返回顶部
l

lap-1password-connect

1Password Connect API skill. Use when working with 1Password Connect for activity, vaults, heartbeat. Covers 15 endpoints.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.1
安全检测
已通过
226
下载量
0
收藏
概述
安装方式
版本历史

lap-1password-connect

# 1Password Connect API version: 1.5.7 ## Auth Bearer bearer ## Base URL http://localhost:8080/v1 ## Setup 1. Set Authorization header with your Bearer token 2. GET /activity -- verify access 3. POST /vaults/{vaultUuid}/items -- create first items ## Endpoints 15 endpoints across 5 groups. See references/api-spec.lap for full details. ### activity | Method | Path | Description | |--------|------|-------------| | GET | /activity | Retrieve a list of API Requests that have been made. | ### vaults | Method | Path | Description | |--------|------|-------------| | GET | /vaults | Get all Vaults | | GET | /vaults/{vaultUuid} | Get Vault details and metadata | | GET | /vaults/{vaultUuid}/items | Get all items for inside a Vault | | POST | /vaults/{vaultUuid}/items | Create a new Item | | GET | /vaults/{vaultUuid}/items/{itemUuid} | Get the details of an Item | | PUT | /vaults/{vaultUuid}/items/{itemUuid} | Update an Item | | DELETE | /vaults/{vaultUuid}/items/{itemUuid} | Delete an Item | | PATCH | /vaults/{vaultUuid}/items/{itemUuid} | Update a subset of Item attributes | | GET | /vaults/{vaultUuid}/items/{itemUuid}/files | Get all the files inside an Item | | GET | /vaults/{vaultUuid}/items/{itemUuid}/files/{fileUuid} | Get the details of a File | | GET | /vaults/{vaultUuid}/items/{itemUuid}/files/{fileUuid}/content | Get the content of a File | ### heartbeat | Method | Path | Description | |--------|------|-------------| | GET | /heartbeat | Ping the server for liveness | ### health | Method | Path | Description | |--------|------|-------------| | GET | /health | Get state of the server and its dependencies. | ### metrics | Method | Path | Description | |--------|------|-------------| | GET | /metrics | Query server for exposed Prometheus metrics | ## Common Questions Match user requests to endpoints in references/api-spec.lap. Key patterns: - "List all activity?" -> GET /activity - "List all vaults?" -> GET /vaults - "Get vault details?" -> GET /vaults/{vaultUuid} - "List all items?" -> GET /vaults/{vaultUuid}/items - "Create a item?" -> POST /vaults/{vaultUuid}/items - "Get item details?" -> GET /vaults/{vaultUuid}/items/{itemUuid} - "Update a item?" -> PUT /vaults/{vaultUuid}/items/{itemUuid} - "Delete a item?" -> DELETE /vaults/{vaultUuid}/items/{itemUuid} - "Partially update a item?" -> PATCH /vaults/{vaultUuid}/items/{itemUuid} - "List all files?" -> GET /vaults/{vaultUuid}/items/{itemUuid}/files - "Get file details?" -> GET /vaults/{vaultUuid}/items/{itemUuid}/files/{fileUuid} - "List all content?" -> GET /vaults/{vaultUuid}/items/{itemUuid}/files/{fileUuid}/content - "List all heartbeat?" -> GET /heartbeat - "List all health?" -> GET /health - "List all metrics?" -> GET /metrics - "How to authenticate?" -> See Auth section ## Response Tips - Check response schemas in references/api-spec.lap for field details - List endpoints may support pagination; check for limit, offset, or cursor params - Create/update endpoints typically return the created/updated object ## CLI ```bash # Update this spec to the latest version npx @lap-platform/lapsh get 1password-connect -o references/api-spec.lap # Search for related APIs npx @lap-platform/lapsh search 1password-connect ``` ## References - Full spec: See references/api-spec.lap for complete endpoint details, parameter tables, and response schemas > Generated from the official API spec by [LAP](https://lap.sh)

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 lap-1password-connect-1776389582 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 lap-1password-connect-1776389582 技能

通过命令行安装

skillhub install lap-1password-connect-1776389582

下载 Zip 包

⬇ 下载 lap-1password-connect v1.0.1

文件大小: 1.91 KB | 发布时间: 2026-4-17 15:12

v1.0.1 最新 2026-4-17 15:12
- Rolled back 1Password Connect API version from 1.7.1 to 1.5.7 in documentation.
- Added a CLI section with commands to update the API spec and search for related APIs.
- No changes to endpoints or usage instructions.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部