# Browser

> 打开浏览器访问网页

- **Type:** Skill
- **Install:** `agentstack add skill-baizeagent-baize-browser-bak`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [BaiZeAgent](https://agentstack.voostack.com/s/baizeagent)
- **Installs:** 0
- **Category:** [Web & Browser](https://agentstack.voostack.com/c/web-and-browser)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [BaiZeAgent](https://github.com/BaiZeAgent)
- **Source:** https://github.com/BaiZeAgent/Baize/tree/main/skills/browser.bak

## Install

```sh
agentstack add skill-baizeagent-baize-browser-bak
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Browser

打开浏览器访问指定网页。

## When to Use

✅ **USE this skill when:**

- "打开浏览器"
- "帮我打开百度"
- "访问这个网址"
- "用浏览器打开"

## Commands

### macOS / Linux

```bash
open "https://example.com"
```

### Linux (备选)

```bash
xdg-open "https://example.com"
```

### Windows

```bash
start "" "https://example.com"
```

### 打开百度

```bash
open "https://www.baidu.com"
```

### 打开 Bilibili

```bash
open "https://www.bilibili.com"
```

## Notes

- 自动检测操作系统选择合适的命令
- 支持任意 URL
- 无需额外安装

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [BaiZeAgent](https://github.com/BaiZeAgent)
- **Source:** [BaiZeAgent/Baize](https://github.com/BaiZeAgent/Baize)
- **License:** Apache-2.0

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-baizeagent-baize-browser-bak
- Seller: https://agentstack.voostack.com/s/baizeagent
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
