Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions crates/bsk-cli/skill/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@ are explicitly borrowed.
Do not use this skill for tasks with no browser, for extension installation, or when the user only
wants instructions. Never extract credentials, cookies, tokens, or other secrets from pages.

## Prerequisites

Installing this skill alone does not install the `bsk` CLI or browser extension.
If `bsk` is not found, check `PATH` (the default install directory is `~/.local/bin`), then
use the official [installation guide](https://github.com/Tencent/BrowserSkill/blob/main/AGENT_INSTALL.md)
if setup is needed. Verify CLI availability with `bsk --version`.

If the extension is not connected, direct the user to the same guide to install or enable it
in their browser, then run `bsk doctor` to verify readiness before starting a session.

## Required lifecycle

Every browser task owns a bounded session:
Expand Down
10 changes: 10 additions & 0 deletions skill/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@ are explicitly borrowed.
Do not use this skill for tasks with no browser, for extension installation, or when the user only
wants instructions. Never extract credentials, cookies, tokens, or other secrets from pages.

## Prerequisites

Installing this skill alone does not install the `bsk` CLI or browser extension.
If `bsk` is not found, check `PATH` (the default install directory is `~/.local/bin`), then
use the official [installation guide](https://github.com/Tencent/BrowserSkill/blob/main/AGENT_INSTALL.md)
if setup is needed. Verify CLI availability with `bsk --version`.

If the extension is not connected, direct the user to the same guide to install or enable it
in their browser, then run `bsk doctor` to verify readiness before starting a session.

## Required lifecycle

Every browser task owns a bounded session:
Expand Down