TopRank Skills

Home / Claw Skills / Others / linear-browser-automation
Official OpenClaw rules 15%

linear-browser-automation

Automate Linear.app workflows in the OpenClaw-managed browser profile using browser tool actions (open, navigate, snapshot, act). Use when users want UI-based Linear automation such as triage, issue updates, comments, filtering, bulk state changes, and visual verification in the managed OpenClaw browser.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 linear-browser-automation 技能。 若已安装,则直接安装 linear-browser-automation 技能。

Overview

Skill Key
hassam-powerhouse/linear-browser-automation
Author
hassam-powerhouse
Source Repo
openclaw/skills
Version
-
Source Path
skills/hassam-powerhouse/linear-browser-automation
Latest Commit SHA
b687eea927afdfaad73032a19eb6679b7a6c5a75

Extracted Content

SKILL.md excerpt

# Linear Browser Automation

Automate Linear workflows through UI interactions in the OpenClaw-managed browser.

## Execution mode

- Always use browser profile: `openclaw`
- Always run actions against host browser control
- Reuse an already-open, logged-in Linear tab in the managed browser whenever available.
- Do not open a new Linear tab if an existing authenticated Linear tab can be reused.
- Keep actions in one tab unless explicitly opening a new tab is required by user request.

## Standard workflow

1. Ensure managed browser is running (`profile="openclaw"`).
2. Check existing open tabs in managed browser and prefer a tab already on Linear.
3. If an existing Linear tab is found:
   - focus and reuse that tab
   - snapshot and detect auth state
4. If no Linear tab exists, open/navigate to `https://linear.app/`.
5. If on public landing page / unauthenticated state:
   - automatically navigate to `/login`
   - show a browser alert asking the user to log in to continue
   - wait for authenticated dashboard/workspace state
6. After login is complete and dashboard is visible, continue automatically from the same task context and same tab.
7. Resolve references from the snapshot.
8. Execute deterministic actions (click/type/select/press).
9. Re-snapshot and verify expected state before finishing.

## Required-input policy (hard rule)

For all Linear actions, always collect and confirm required details in chat before executing.

### 1) Create issue

Required fields:
1. Team (or project context that implies team)
2. Title

Optional fields (prompt if missing): description, priority, assignee, labels, due date.

Before submission, always present a summary block and ask:
- **`Proceed? (yes/no)`**

Only proceed on explicit **yes**.
Any other response (no/cancel/edit/silence) means do not submit.

### 2) Edit issue and comment on issue

Required fields:
1. Team name
2. Issue number/identifier (e.g., `POW-123`)

Hard rule:
- Do not run these automations when either team nam...

Related Claw Skills