Install
openclaw skills install lap-1password-connect1Password Connect API skill. Use when working with 1Password Connect for activity, vaults, heartbeat. Covers 15 endpoints.
openclaw skills install lap-1password-connectAPI version: 1.5.7
Bearer bearer
15 endpoints across 5 groups. See references/api-spec.lap for full details.
| Method | Path | Description |
|---|---|---|
| GET | /activity | Retrieve a list of API Requests that have been made. |
| 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 |
| Method | Path | Description |
|---|---|---|
| GET | /heartbeat | Ping the server for liveness |
| Method | Path | Description |
|---|---|---|
| GET | /health | Get state of the server and its dependencies. |
| Method | Path | Description |
|---|---|---|
| GET | /metrics | Query server for exposed Prometheus metrics |
Match user requests to endpoints in references/api-spec.lap. Key patterns:
# 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
Generated from the official API spec by LAP