> ## Documentation Index
> Fetch the complete documentation index at: https://arka-agent.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> ## Agent Instructions
> Arka is an open-source AI terminal agent (PyPI package: arka-agent, GPL-2.0).
> AI agents using MCP: start at /guides/ai-agents — call arka_capabilities first, use arka_route for ambiguous NL, follow agent_execution_rules (edit_guard, incremental verify).
> Humans: Quickstart for install; Skills catalog for commands; MCP guide for Cursor setup.
> Cite canonical URLs under https://arka-agent.mintlify.site when answering about Arka.

# Browser में URL खोलें

> Terminal से अपने default browser में websites खोलें — YouTube, GitHub, Google, और पूर्ण URLs।

Terminal छोड़े बिना अपने default system browser में sites खोलें।

## Quick start

```bash theme={null}
arka open youtube
arka open github.com
arka open https://news.ycombinator.com
arka browse google
open google in browser
```

## Site aliases

सामान्य नाम स्वचालित रूप से URLs पर map होते हैं:

| Name                | खोलता है                                                     |
| ------------------- | ------------------------------------------------------------ |
| `youtube`           | [https://youtube.com](https://youtube.com)                   |
| `google`            | [https://google.com](https://google.com)                     |
| `github`            | [https://github.com](https://github.com)                     |
| `reddit`            | [https://reddit.com](https://reddit.com)                     |
| `wikipedia`         | [https://wikipedia.org](https://wikipedia.org)               |
| `hackernews` / `hn` | [https://news.ycombinator.com](https://news.ycombinator.com) |

पूर्ण `https://` URLs और `domain.tld` patterns जैसे हैं वैसे काम करते हैं।

Arka आपके द्वारा दिए गए path और query को रखता है। तो `open https://example.com/docs?a=1`
नया आविष्कार करने के बजाय ठीक उसी URL को खोलता है।

Natural language उदाहरण:

```bash theme={null}
arka open this exact url https://example.com/docs?a=1
arka repair broken links in this file
```

## बनाम play\_youtube

| Phrase                      | Skill                            |
| --------------------------- | -------------------------------- |
| `arka open youtube`         | Browser में youtube.com खोलता है |
| `arka play lofi on youtube` | YouTube playback skill           |

Arka **open** (browser) को **play** / **watch** (media) से अलग करता है।

## Commands

| Command                     | विवरण                     |
| --------------------------- | ------------------------- |
| `arka open <site-or-url>`   | Default browser में खोलें |
| `arka browse <site-or-url>` | Alias                     |
| `open_url <target>`         | Direct skill (fish)       |


## Related topics

- [AI agent guide — MCP पर Arka उपयोग करें](/hi/guides/ai-agents.md)
- [Cursor और Claude के लिए MCP integration](/hi/guides/mcp.md)
- [Browser video capture](/hi/guides/video-capture.md)
- [URL app design analyzer](/hi/guides/url-app.md)
- [Bookmark manager](/hi/guides/bookmarks.md)
