generated: '2026-08-22' method: generated source: openapi/hiver-api-openapi.json + https://developer.hiverhq.com/hiver-api name: Hiver Agent Skills api: Hiver API base_url: https://api2.hiverhq.com/v1 note: >- Packaged operating instructions for the Hiver v1 REST API. Every operationId referenced is present in openapi/hiver-api-openapi.json - none is invented. Provider-published skills were searched for first (developer portal, help center, GitHub orgs GrexIt and Hiverhq) and none exist, so these are generated by API Evangelist from Hiver's own contract and documentation. skills: - name: hiver-triage-shared-inbox file: hiver-triage-shared-inbox.md description: Assign and tag open conversations in a Shared Inbox. operations: - Inbox_inbox/list-all-the-inboxes - Inbox_inbox/get-all-users-in-the-inbox - Inbox_inbox/get-tags-in-the-inbox - Conversations_conversations/get-conversations-in-the-inbox - Conversations_conversations/get-a-conversation-in-the-inbox - Conversations_conversations/update-conversation-in-the-inbox - name: hiver-post-internal-note file: hiver-post-internal-note.md description: Add an internal note, with @mentions and note threading. operations: - Inbox_inbox/list-all-the-inboxes - Inbox_inbox/search-users-in-the-inbox - Conversations_conversations/get-a-conversation-in-the-inbox - Conversations_conversations/create-note-on-conversation - name: hiver-manage-inbox-tags file: hiver-manage-inbox-tags.md description: Look up, search, create and apply tags. operations: - Inbox_inbox/list-all-the-inboxes - Inbox_inbox/get-tags-in-the-inbox - Inbox_inbox/search-tags-in-the-inbox - Inbox_inbox/create-tags-in-the-inbox - Conversations_conversations/update-conversation-in-the-inbox uncovered_operations: - id: Inbox_inbox/get-an-inbox-by-id reason: Single-object read, covered inline by the triage skill's inbox resolution step. - id: Conversations_conversations/update-conversation-in-the-inbox-copy reason: >- Create shared draft - the OpenAPI declares NO requestBody schema for it, so a grounded skill cannot be written without inventing the payload. Skipped deliberately. shared_constraints: auth: 'Authorization: Bearer ' rate_limit: 1 RPS and 5000 requests/day per account; HTTP 429; no rate-limit headers idempotency: none published reversibility: no delete or undo endpoints; PATCH is reversible only by re-applying a captured prior state detail: conventions/hiver-conventions.yml