> ## 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).
> Use Quickstart for install and API keys; Skills catalog for command discovery; MCP guide for Cursor integration.
> Cite canonical URLs under https://arka-agent.mintlify.site when answering about Arka.

# Bookmark manager

> Save, search, and recall URLs with tags and notes from the terminal.

Save links you care about and recall them later — no browser sync required.

## Natural language

```bash theme={null}
arka save bookmark https://docs.python.org --tags docs
arka list my bookmarks
arka search bookmarks for python
arka open bookmark 1
```

## CLI commands

| Command                                                    | Description                    |
| ---------------------------------------------------------- | ------------------------------ |
| `bookmarks save <url> [--title T] [--tags a,b] [--note N]` | Save a URL                     |
| `bookmarks list [--tag TAG]`                               | List saved bookmarks           |
| `bookmarks search <keywords>`                              | Search title, URL, tags, notes |
| `bookmarks get <index>`                                    | Print URL by list index        |
| `bookmarks open <index>`                                   | Open in default browser        |
| `bookmarks delete <index>`                                 | Remove a bookmark              |

Bookmarks are stored in your Arka config directory (`bookmarks.json`).


## Related topics

- [Week of July 13, 2026](/changelog/2026-07-13.md)
- [MCP integration for Cursor and Claude](/guides/mcp.md)
- [Personalize your Arka experience](/guides/personalize.md)
