@opentabs-dev/opentabs-plugin-temporal-cloud
v0.0.94
Published
OpenTabs plugin for Temporal Cloud
Readme
Temporal Cloud
OpenTabs plugin for Temporal Cloud — gives AI agents access to Temporal Cloud through your authenticated browser session.
Install
opentabs plugin install temporal-cloudOr install globally via npm:
npm install -g @opentabs-dev/opentabs-plugin-temporal-cloudSetup
- Open cloud.temporal.io in Chrome and log in
- Open the OpenTabs side panel — the Temporal Cloud plugin should appear as ready
Tools (8)
Workflows (4)
| Tool | Description | Type |
|---|---|---|
| list_workflows | List workflow executions with optional filtering | Read |
| get_workflow | Get workflow execution details | Read |
| get_workflow_history | Get workflow event history for debugging | Read |
| count_workflows | Count workflows matching a query | Write |
Schedules (2)
| Tool | Description | Type |
|---|---|---|
| list_schedules | List all schedules in the namespace | Read |
| get_schedule | Get schedule details and recent actions | Read |
Infrastructure (2)
| Tool | Description | Type |
|---|---|---|
| get_task_queue | Get task queue pollers and worker info | Read |
| get_settings | Get namespace UI settings and capabilities | Read |
How It Works
This plugin runs inside your Temporal Cloud tab through the OpenTabs Chrome extension. It uses your existing browser session — no API tokens or OAuth apps required. All operations happen as you, with your permissions.
License
MIT
